Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java317 static int sSystemUiUid = UserHandle.USER_NULL; field in Utils
319 Utils.sSystemUiUid = uid; in setSystemUiUid()
603 || (UserHandle.getAppId(sSystemUiUid) == UserHandle.getAppId(callingUid)) in checkCallerIsSystemOrActiveUser()
635 || (UserHandle.getAppId(sSystemUiUid) == UserHandle.getAppId(callingUid)) in checkCallerIsSystemOrActiveOrManagedUser()