|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IActivityWatcher
Testing interface to monitor what is happening in the activity manager while tests are running. Not for normal application development.
| Nested Class Summary | |
|---|---|
static class |
IActivityWatcher.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
boolean |
activityResuming(String pkg)
The system is trying to return to an activity. |
boolean |
activityStarting(Intent intent,
String pkg)
The system is trying to start an activity. |
boolean |
appCrashed(String processName,
int pid,
String shortMsg,
String longMsg,
byte[] crashData)
An application process has crashed (in Java). |
int |
appNotResponding(String processName,
int pid,
String processStats)
An application process is not responding. |
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
boolean activityStarting(Intent intent,
String pkg)
throws RemoteException
RemoteException
boolean activityResuming(String pkg)
throws RemoteException
RemoteException
boolean appCrashed(String processName,
int pid,
String shortMsg,
String longMsg,
byte[] crashData)
throws RemoteException
RemoteException
int appNotResponding(String processName,
int pid,
String processStats)
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||