Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java81 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in enforceBluetoothAndActiveUser()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java327 if (!checkCallerAllowManagedProfiles(context)) { in callerIsSystemOrActiveOrManagedUser()
342 public static boolean checkCallerAllowManagedProfiles(Context mContext) { in checkCallerAllowManagedProfiles() method in Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java423 if (!Utils.checkCallerAllowManagedProfiles(service)) { in getService()