Searched refs:isProcessStateForeground (Results 1 – 1 of 1) sorted by relevance
530 if (isProcessStateForeground(procState)) { in handleOnUidStateChanged()536 private boolean isProcessStateForeground(int processState) { in isProcessStateForeground() method in ShortcutService548 if (isProcessStateForeground(mUidState.get(uid, ActivityManager.MAX_PROCESS_STATE))) { in isUidForegroundLocked()553 return isProcessStateForeground(mActivityManagerInternal.getUidProcessState(uid)); in isUidForegroundLocked()3973 if (isProcessStateForeground(state)) { in dumpUid()