Searched refs:systemUiUid (Results 1 – 4 of 4) sorted by relevance
33 uid_t systemUiUid; variable58 return (foregroundUserId == callingUser) || (systemUiUid == callingUid) || in isCallerActiveUser()70 if ((foregroundUserId == callingUser) || (systemUiUid == callingUid) || in isCallerActiveUserOrManagedProfile()
29 extern uid_t systemUiUid;
1136 android::bluetooth::systemUiUid = uid; in setSystemUiUidNative()
453 int systemUiUid = getApplicationContext().getPackageManager().getPackageUidAsUser( in onCreate() local456 Utils.setSystemUiUid(systemUiUid); in onCreate()457 setSystemUiUidNative(systemUiUid); in onCreate()2958 private native void setSystemUiUidNative(int systemUiUid); in setSystemUiUidNative() argument