Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java246 static int sSystemUiUid = UserHandle.USER_NULL; field in Utils
248 Utils.sSystemUiUid = uid; in setSystemUiUid()
259 return (sForegroundUserId == callingUser) || (sSystemUiUid == callingUid) in checkCaller()
279 || (sSystemUiUid == callingUid) || (Process.SYSTEM_UID == callingUid); in checkCallerAllowManagedProfiles()