Searched refs:UID_ANY (Results 1 – 1 of 1) sorted by relevance
152 private static final int UID_ANY = -2; field in AppOpsService573 return uid == UID_ANY || mWatchingUid < 0 || mWatchingUid == uid; in isWatchingUid()1523 if (uid != UID_ANY && callback.mWatchingUid >= 0 && callback.mWatchingUid != uid) { in notifyOpChanged()1973 AppOpsService::notifyWatchersOfChange, this, code, UID_ANY)); in setAudioRestriction()4410 AppOpsService::notifyWatchersOfChange, this, code, UID_ANY)); in setUserRestrictionNoCheck()4711 mHandler.post(() -> notifyWatchersOfChange(changedCode, UID_ANY)); in binderDied()