Searched refs:UID_ANY (Results 1 – 1 of 1) sorted by relevance
233 private static final int UID_ANY = -2; field in AppOpsService1566 return uid == UID_ANY || mWatchingUid < 0 || mWatchingUid == uid; in isWatchingUid()2849 if (uid != UID_ANY && callback.mWatchingUid >= 0 && callback.mWatchingUid != uid) { in notifyOpChanged()3288 AppOpsService::notifyWatchersOfChange, this, code, UID_ANY)); in setAudioRestriction()3300 AppOpsManager.OP_PLAY_AUDIO, UID_ANY)); in setCameraAudioRestriction()3303 AppOpsManager.OP_VIBRATE, UID_ANY)); in setCameraAudioRestriction()6535 AppOpsService::notifyWatchersOfChange, this, code, UID_ANY));7195 mHandler.post(() -> notifyWatchersOfChange(changedCode, UID_ANY));7304 UID_ANY));