-
- All Implemented Interfaces:
-
android.app.IProcessObserver,android.os.IBinder
public class ProcessObserverAdapter extends IProcessObserver.Stub
-
-
Method Summary
Modifier and Type Method Description voidonForegroundActivitiesChanged(int pid, int uid, boolean foregroundActivities)voidonProcessDied(int pid, int uid)voidonProcessStateChanged(int pid, int uid, int procState)voidonForegroundServicesChanged(int pid, int uid, int serviceTypes)voidonProcessStarted(int pid, int processUid, int packageUid, String packageName, String processName)-
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath -
Methods inherited from class android.os.IBinder
addFrozenStateChangeCallback, getSuggestedMaxIpcSizeBytes, removeFrozenStateChangeCallback -
Methods inherited from class android.app.IProcessObserver
onForegroundActivitiesChanged, onForegroundServicesChanged, onProcessDied, onProcessStarted, onProcessStateChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onForegroundActivitiesChanged
void onForegroundActivitiesChanged(int pid, int uid, boolean foregroundActivities)
-
onProcessDied
void onProcessDied(int pid, int uid)
-
onProcessStateChanged
void onProcessStateChanged(int pid, int uid, int procState)
-
onForegroundServicesChanged
void onForegroundServicesChanged(int pid, int uid, int serviceTypes)
-
onProcessStarted
void onProcessStarted(int pid, int processUid, int packageUid, String packageName, String processName)
-
-
-
-