Searched defs:processState (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | ApplicationThreadNative.java | 208 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()
|
| D | IApplicationThread.java | 75 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()
|
| D | ActivityThread.java | 606 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()
|
| D | ActivityManager.java | 2123 public int processState; field in ActivityManager.RunningAppProcessInfo
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActivityManagerService.java | 1142 int processState; field in ActivityManagerService.ProcessChangeItem
|