Home
last modified time | relevance | path

Searched refs:uidOnBackgroundWhitelist (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5995 if (uidOnBackgroundWhitelist(uid)) { in appServicesRestrictedInBackgroundLocked()
7717 private boolean uidOnBackgroundWhitelist(final int uid) { in uidOnBackgroundWhitelist() method in ActivityManagerService