Home
last modified time | relevance | path

Searched refs:PROCESS_STATE_NONEXISTENT (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DMirrorActiveUids.java19 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
54 return mUidStates.get(uid, PROCESS_STATE_NONEXISTENT); in getUidState()
H A DWindowProcessController.java20 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
142 private volatile int mCurProcState = PROCESS_STATE_NONEXISTENT;
144 private volatile int mRepProcState = PROCESS_STATE_NONEXISTENT;
H A DActivityMetricsLogger.java3 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
690 processState = PROCESS_STATE_NONEXISTENT; in notifyActivityLaunched()
/aosp14/frameworks/base/native/android/
H A Dactivity_manager.cpp66 if (procState == ActivityManager::PROCESS_STATE_NONEXISTENT) { in procStateToImportance()
91 return ActivityManager::PROCESS_STATE_NONEXISTENT; in importanceToProcState()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java20 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
119 private int mCurProcState = PROCESS_STATE_NONEXISTENT;
125 private int mRepProcState = PROCESS_STATE_NONEXISTENT;
131 private int mCurRawProcState = PROCESS_STATE_NONEXISTENT;
137 private int mSetProcState = PROCESS_STATE_NONEXISTENT;
1176 mCurProcState = mCurRawProcState = mSetProcState = PROCESS_STATE_NONEXISTENT; in onCleanupApplicationRecordLSP()
H A DBaseAppStateDurationsTracker.java20 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
72 onUidProcStateChanged(uid, PROCESS_STATE_NONEXISTENT);
H A DProcessProfileRecord.java19 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
126 private int mPssProcState = PROCESS_STATE_NONEXISTENT;
549 if (procState != PROCESS_STATE_NONEXISTENT) { in setProcessTrackerState()
H A DUidObserverController.java19 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
399 doReport = item.procState != PROCESS_STATE_NONEXISTENT; in dispatchUidsChangedForObserver()
H A DUidRecord.java48 private int mSetProcState = ActivityManager.PROCESS_STATE_NONEXISTENT;
H A DOomAdjuster.java38 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
549 if (uidRec.getCurProcState() != PROCESS_STATE_NONEXISTENT in performUpdateOomAdjLSP()
1460 if (uidRec.getCurProcState() != PROCESS_STATE_NONEXISTENT) { in updateUidsLSP()
1494 if (uidRec.getSetProcState() != PROCESS_STATE_NONEXISTENT) { in updateUidsLSP()
1512 || uidRec.getSetProcState() == PROCESS_STATE_NONEXISTENT) { in updateUidsLSP()
3139 if (state.getSetProcState() == PROCESS_STATE_NONEXISTENT in applyOomAdjLSP()
H A DServiceRecord.java19 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
1033 ? app.mState.getCurProcState() : PROCESS_STATE_NONEXISTENT; in updateProcessStateOnRequest()
H A DProcessList.java21 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
1200 case ActivityManager.PROCESS_STATE_NONEXISTENT: in makeProcStateProtoEnum()
1201 return AppProtoEnums.PROCESS_STATE_NONEXISTENT; in makeProcStateProtoEnum()
3278 mService.noteUidProcessState(uid, ActivityManager.PROCESS_STATE_NONEXISTENT,
4970 return uidRec == null ? PROCESS_STATE_NONEXISTENT : uidRec.getCurProcState();
H A DAppProfiler.java19 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
1081 || profile.getSetProcState() == PROCESS_STATE_NONEXISTENT) { in requestPssAllProcsLPr()
H A DBroadcastQueueImpl.java1502 r.curAppLastProcessState = ActivityManager.PROCESS_STATE_NONEXISTENT; in processNextBroadcastLocked()
H A DBroadcastQueueModernImpl.java1999 receiverProcessState = ActivityManager.PROCESS_STATE_NONEXISTENT; in logBroadcastDeliveryEventReported()
H A DContentProviderHelper.java554 callingProcessState, ActivityManager.PROCESS_STATE_NONEXISTENT); in getContentProviderImpl()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DOneTimePermissionUserManager.java185 && procState != ActivityManager.PROCESS_STATE_NONEXISTENT) {
246 if (procState == ActivityManager.PROCESS_STATE_NONEXISTENT) { in getStateFromProcState()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsUidStateTrackerImpl.java23 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
234 if (procState == PROCESS_STATE_NONEXISTENT) { in updateUidProcState()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java771 public static final int PROCESS_STATE_NONEXISTENT = ProcessStateEnum.NONEXISTENT; field in ActivityManager
1055 case PROCESS_STATE_NONEXISTENT: in processStateAmToProto()
1056 return AppProtoEnums.PROCESS_STATE_NONEXISTENT; in processStateAmToProto()
1068 public static final int MAX_PROCESS_STATE = PROCESS_STATE_NONEXISTENT;
3647 if (procState == PROCESS_STATE_NONEXISTENT) { in procStateToImportance()
3706 return PROCESS_STATE_NONEXISTENT; in importanceToProcState()
5543 case ActivityManager.PROCESS_STATE_NONEXISTENT: in procStateToString()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java25 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
585 uidRec.setSetProcState(PROCESS_STATE_NONEXISTENT); in testBlockStateForUid()
643 ActivityManager.PROCESS_STATE_NONEXISTENT, in testDispatchUids_dispatchNeededChanges()
H A DMockingOomAdjusterTests.java33 import static android.app.ActivityManager.PROCESS_STATE_NONEXISTENT;
2474 app.mState.setSetProcState(PROCESS_STATE_NONEXISTENT); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2483 app.mState.setSetProcState(PROCESS_STATE_NONEXISTENT); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2492 app.mState.setSetProcState(PROCESS_STATE_NONEXISTENT); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2511 app.mState.setSetProcState(PROCESS_STATE_NONEXISTENT); in testUpdateOomAdj_DoAll_Service_KeepWarmingList()
2566 PROCESS_STATE_NONEXISTENT, PROCESS_STATE_NONEXISTENT, in makeDefaultProcessRecord()
2567 PROCESS_STATE_NONEXISTENT, PROCESS_STATE_NONEXISTENT, in makeDefaultProcessRecord()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsUidStateTrackerTest.java864 private int mProcState = ActivityManager.PROCESS_STATE_NONEXISTENT;
912 mProcState = ActivityManager.PROCESS_STATE_NONEXISTENT; in nonExistentState()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsBackgroundStatsTest.java101 bi.noteUidProcessStateLocked(UID, ActivityManager.PROCESS_STATE_NONEXISTENT); in testBgTimeBase()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1611 state.mProcState = ActivityManager.PROCESS_STATE_NONEXISTENT;
1793 state.mProcState == ActivityManager.PROCESS_STATE_NONEXISTENT) {
4134 state.mProcState = ActivityManager.PROCESS_STATE_NONEXISTENT;
4207 != ActivityManager.PROCESS_STATE_NONEXISTENT &&
4216 state.mProcState != ActivityManager.PROCESS_STATE_NONEXISTENT &&
4225 && state.mProcState != ActivityManager.PROCESS_STATE_NONEXISTENT
4240 && state.mProcState != ActivityManager.PROCESS_STATE_NONEXISTENT
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java675 if (procState == Uid.PROCESS_STATE_NONEXISTENT) { in updateCpuTimesForAllUids()
7833 int mProcessState = Uid.PROCESS_STATE_NONEXISTENT;
9376 active |= (mProcessState != Uid.PROCESS_STATE_NONEXISTENT); in reset()
10491 if (mProcessState != Uid.PROCESS_STATE_NONEXISTENT) { in updateUidProcessStateLocked()
10494 if (uidRunningState != Uid.PROCESS_STATE_NONEXISTENT) { in updateUidProcessStateLocked()
16068 u.mProcessState = Uid.PROCESS_STATE_NONEXISTENT;

12