Searched refs:processState (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl59 int sendingUser, int processState);
61 in CompatibilityInfo compatInfo, int processState);
77 in Intent intent, boolean rebind, int processState);
84 boolean sticky, int sendingUser, int processState);
H A DClientTransactionHandler.java75 public abstract void updateProcessState(int processState, boolean fromIpc); argument
H A DActivityThread.java777 boolean sync, int sendingUser, int processState) {
778 updateProcessState(processState, false);
806 ServiceInfo info, CompatibilityInfo compatInfo, int processState) {
807 updateProcessState(processState, false);
817 boolean rebind, int processState) {
818 updateProcessState(processState, false);
983 boolean sticky, int sendingUser, int processState) throws RemoteException {
984 updateProcessState(processState, false);
1443 public void updateProcessState(int processState, boolean fromIpc) { argument
1445 if (mLastProcessState != processState) {
775 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
805 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
816 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
981 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
1550 updateProcessState(int processState, boolean fromIpc) argument
[all...]
H A DActivityManager.java3300 public int processState; field in class:ActivityManager.RunningAppProcessInfo
3305 processState = PROCESS_STATE_IMPORTANT_FOREGROUND;
3331 dest.writeInt(processState);
3347 processState = source.readInt();
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java403 pendingChange.processState = procStatesForPendingUidRecords[i];
461 changeItem.processState, changeItem.procStateSeq);
502 changeItem.processState = ActivityManager.PROCESS_STATE_LAST_ACTIVITY;
509 changeItem.processState, changeItem.procStateSeq);
512 changeItem.processState = ActivityManager.PROCESS_STATE_RECEIVER;
519 changeItem.processState = ActivityManager.PROCESS_STATE_FOREGROUND_SERVICE;
526 changeItem.processState, changeItem.procStateSeq);
529 changeItem.processState = ActivityManager.PROCESS_STATE_TOP;
536 changeItem.processState = ActivityManager.PROCESS_STATE_CACHED_EMPTY;
543 changeItem.processState, changeIte
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java112 int processState; field in class:UidRecord.ChangeItem
H A DActivityManagerService.java1736 int processState; field in class:ActivityManagerService.ProcessChangeItem
4937 validateUid.curProcState = validateUid.setProcState = item.processState;
5003 + ": " + item.processState);
5010 final boolean newAboveCut = item.processState <= reg.cutpoint;
5013 doReport = item.processState
5019 reg.lastProcStates.put(item.uid, item.processState);
5021 observer.onUidStateChanged(item.uid, item.processState,
15885 outInfo.processState = app.curProcState;
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java530 private boolean isProcessStateForeground(int processState) { argument
531 return processState <= PROCESS_STATE_FOREGROUND_THRESHOLD;

Completed in 72 milliseconds