Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java103 public boolean hasBluetoothPrivilegedPermission; field in ContextMap.App
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java24 import static com.android.bluetooth.Utils.hasBluetoothPrivilegedPermission;
1560 if (!hasBluetoothPrivilegedPermission(service)) { in setCodecConfigPreference()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java555 public static boolean hasBluetoothPrivilegedPermission(Context context) { in hasBluetoothPrivilegedPermission() method in Utils
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java34 import static com.android.bluetooth.Utils.hasBluetoothPrivilegedPermission;
3036 if (!hasBluetoothPrivilegedPermission(service)) { in setRemoteAlias()