Searched defs:processState (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | UidRecord.java | 45 int processState; field in UidRecord.ChangeItem
|
| D | ActivityManagerService.java | 1384 int processState; field in ActivityManagerService.ProcessChangeItem
|
| /frameworks/base/core/java/android/app/ |
| D | ApplicationThreadNative.java | 218 int processState = data.readInt(); in onTransact() local 229 int processState = data.readInt(); in onTransact() local 239 int processState = data.readInt(); in onTransact() local 402 int processState = data.readInt(); in onTransact() local 937 Bundle map, boolean sync, int sendingUser, int processState) throws RemoteException { in scheduleReceiver() 978 CompatibilityInfo compatInfo, int processState) throws RemoteException { in scheduleCreateService() 996 int processState) throws RemoteException { in scheduleBindService() 1187 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() 117 boolean sticky, int sendingUser, int processState) throws RemoteException; in scheduleRegisteredReceiver()
|
| D | ActivityThread.java | 690 public final void scheduleResumeActivity(IBinder token, int processState, in scheduleResumeActivity() 769 boolean sync, int sendingUser, int processState) { in scheduleReceiver() 798 ServiceInfo info, CompatibilityInfo compatInfo, int processState) { in scheduleCreateService() 809 boolean rebind, int processState) { in scheduleBindService() 938 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver() 1241 public void updateProcessState(int processState, boolean fromIpc) { in updateProcessState()
|
| D | ActivityManager.java | 2908 public int processState; field in ActivityManager.RunningAppProcessInfo
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | ShortcutService.java | 376 private boolean isProcessStateForeground(int processState) { in isProcessStateForeground()
|