Searched refs:procState (Results 1 – 2 of 2) sorted by relevance
81 final int procState = activityManager.getUidProcessState(Process.myUid()); in validateComponentState() local82 if (procState != ActivityManager.PROCESS_STATE_TOP) { in validateComponentState()85 "Unexpected procstate: " + procState); in validateComponentState()91 final int procState = activityManager.getUidProcessState(Process.myUid()); in validateComponentState() local92 if (procState != ActivityManager.PROCESS_STATE_FOREGROUND_SERVICE) { in validateComponentState()95 "Unexpected procstate: " + procState); in validateComponentState()
419 public long[] getCpuFreqTimes(int procState, int which) { in getCpuFreqTimes() argument424 public long[] getScreenOffCpuFreqTimes(int procState, int which) { in getScreenOffCpuFreqTimes() argument