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/
DAdapterService.java933 (!Utils.checkCallerAllowManagedProfiles(mService))) { in getAddress()
978 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getScanMode()
1043 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in isDiscovering()
1068 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getProfileConnectionState()
1079 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in createBond()
1090 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in createBondOutOfBand()
1136 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getRemoteName()
1147 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getRemoteType()
1158 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getRemoteAlias()
1180 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getRemoteClass()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java228 public static boolean checkCallerAllowManagedProfiles(Context mContext) { in checkCallerAllowManagedProfiles() method in Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java134 if (!Utils.checkCallerAllowManagedProfiles(mService)) { in getService()