Searched refs:isProcessStateForeground (Results 1 – 2 of 2) sorted by relevance
630 if (isProcessStateForeground(procState)) { in handleOnUidStateChanged()637 private boolean isProcessStateForeground(int processState) { in isProcessStateForeground() method in ShortcutService649 if (isProcessStateForeground(mUidState.get(uid, ActivityManager.MAX_PROCESS_STATE))) { in isUidForegroundLocked()654 return isProcessStateForeground(mActivityManagerInternal.getUidProcessState(uid)); in isUidForegroundLocked()4885 if (isProcessStateForeground(state)) {
19731 PLcom/android/server/pm/ShortcutService;->isProcessStateForeground(I)Z