Home
last modified time | relevance | path

Searched defs:processState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java208 int processState = data.readInt(); in onTransact() local
219 int processState = data.readInt(); in onTransact() local
229 int processState = data.readInt(); in onTransact() local
390 int processState = data.readInt(); in onTransact() local
849 Bundle map, boolean sync, int sendingUser, int processState) throws RemoteException { in scheduleReceiver()
890 CompatibilityInfo compatInfo, int processState) throws RemoteException { in scheduleCreateService()
903 int processState) throws RemoteException { in scheduleBindService()
1081 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
DIApplicationThread.java75 int sendingUser, int processState) throws RemoteException; in scheduleReceiver()
85 CompatibilityInfo compatInfo, int processState) throws RemoteException; in scheduleCreateService()
87 Intent intent, boolean rebind, int processState) throws RemoteException; in scheduleBindService()
116 boolean sticky, int sendingUser, int processState) throws RemoteException; in scheduleRegisteredReceiver()
DActivityThread.java606 public final void scheduleResumeActivity(IBinder token, int processState, in scheduleResumeActivity()
678 boolean sync, int sendingUser, int processState) { in scheduleReceiver()
707 ServiceInfo info, CompatibilityInfo compatInfo, int processState) { in scheduleCreateService()
718 boolean rebind, int processState) { in scheduleBindService()
883 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
1140 public void updateProcessState(int processState, boolean fromIpc) { in updateProcessState()
DActivityManager.java2123 public int processState; field in ActivityManager.RunningAppProcessInfo
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1142 int processState; field in ActivityManagerService.ProcessChangeItem