Home
last modified time | relevance | path

Searched refs:getMessageAccessPermission (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java37 protected int getMessageAccessPermission() { in getMessageAccessPermission() method in ShadowBluetoothDevice
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java189 profilePref.setChecked(device.getMessageAccessPermission() in refreshProfilePreference()
333 final int mapPermission = device.getMessageAccessPermission(); in getProfiles()
DBluetoothPermissionRequest.java260 int messagePermission = mDevice.getMessageAccessPermission(); in checkUserChoice()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl151 … int getMessageAccessPermission(in BluetoothDevice device, in AttributionSource attributionSource); in getMessageAccessPermission() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java389 assertThat(mDevice.getMessageAccessPermission()).isEqualTo(BluetoothDevice.ACCESS_ALLOWED); in mapProfile()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2728 public @AccessPermission int getMessageAccessPermission() { in getMessageAccessPermission() method in BluetoothDevice
2736 return service.getMessageAccessPermission(this, mAttributionSource); in getMessageAccessPermission()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java939 mPermission = sRemoteDevice.getMessageAccessPermission(); in onConnect()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1111 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getMessageAccessPermission(Landroid/bluetooth/BluetoothD…
1244 Landroid/bluetooth/IBluetooth;->getMessageAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3302 public int getMessageAccessPermission( in getMessageAccessPermission() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt199 …sPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getMessageAccessPermission();