Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsUidStateTrackerImpl.java37 import static android.app.AppOpsManager.UID_STATE_NONEXISTENT;
385 UID_STATE_NONEXISTENT, foregroundChange)); in commitUidPendingState()
DAppOpsService.java58 import static android.app.AppOpsManager.UID_STATE_NONEXISTENT;
1428 if (state == UID_STATE_NONEXISTENT) { in onUidStateChanged()
1518 if (state == UID_STATE_NONEXISTENT) { in onUidStateChanged()
/frameworks/base/core/java/android/app/
DAppOpsManager.java487 UID_STATE_NONEXISTENT
574 public static final int UID_STATE_NONEXISTENT = Integer.MAX_VALUE; field in AppOpsManager
627 case UID_STATE_NONEXISTENT: in getUidStateName()