HomeSort by relevance Sort by last modified time
    Searched refs:checkCallerAllowManagedProfiles (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 827 (!Utils.checkCallerAllowManagedProfiles(mService))) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 245 public static boolean checkCallerAllowManagedProfiles(Context mContext) {
272 Log.e(TAG, "checkCallerAllowManagedProfiles: Exception ex=" + ex);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 130 if (!Utils.checkCallerAllowManagedProfiles(mService)) {

Completed in 124 milliseconds