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

/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java93 int processState; field in class:UidRecord.ChangeItem
H A DActivityManagerService.java1526 int processState; field in class:ActivityManagerService.ProcessChangeItem
4390 validateUid.curProcState = validateUid.setProcState = item.processState;
4455 + ": " + item.processState);
4462 final boolean newAboveCut = item.processState <= reg.cutpoint;
4465 doReport = item.processState
4471 reg.lastProcStates.put(item.uid, item.processState);
4473 observer.onUidStateChanged(item.uid, item.processState,
14902 outInfo.processState = app.curProcState;
22323 pendingChange.processState = uidRec != null
22347 pendingChange.processState);
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java524 private boolean isProcessStateForeground(int processState) { argument
525 return processState <= PROCESS_STATE_FOREGROUND_THRESHOLD;
/frameworks/base/core/java/android/app/
H A DActivityManager.java3436 public int processState; field in class:ActivityManager.RunningAppProcessInfo
3441 processState = PROCESS_STATE_IMPORTANT_FOREGROUND;
3467 dest.writeInt(processState);
3483 processState = source.readInt();
H A DActivityThread.java737 public final void scheduleResumeActivity(IBinder token, int processState, argument
742 updateProcessState(processState, false);
818 boolean sync, int sendingUser, int processState) {
819 updateProcessState(processState, false);
847 ServiceInfo info, CompatibilityInfo compatInfo, int processState) {
848 updateProcessState(processState, false);
858 boolean rebind, int processState) {
859 updateProcessState(processState, false);
999 boolean sticky, int sendingUser, int processState) throws RemoteException {
1000 updateProcessState(processState, fals
816 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
846 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
857 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
997 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
1340 updateProcessState(int processState, boolean fromIpc) argument
[all...]

Completed in 185 milliseconds