Searched refs:isProcessStateForeground (Results 1 – 1 of 1) sorted by relevance
510 if (isProcessStateForeground(procState)) { in handleOnUidStateChanged()516 private boolean isProcessStateForeground(int processState) { in isProcessStateForeground() method in ShortcutService527 if (isProcessStateForeground(mUidState.get(uid, ActivityManager.MAX_PROCESS_STATE))) { in isUidForegroundLocked()532 return isProcessStateForeground(mActivityManagerInternal.getUidProcessState(uid)); in isUidForegroundLocked()3524 if (isProcessStateForeground(state)) { in dumpInner()