Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMcpServiceTest.java97 doNothing().when(mMediaControlProfile).onDeviceAuthorizationSet(any(BluetoothDevice.class)); in testAuthorization()
100 verify(mMediaControlProfile).onDeviceAuthorizationSet(eq(device0)); in testAuthorization()
105 verify(mMediaControlProfile).onDeviceAuthorizationSet(eq(device1)); in testAuthorization()
DMediaControlGattServiceTest.java1255 mMcpService.onDeviceAuthorizationSet(mCurrentDevice); in testCharacteristicNotifyOnAuthorization()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattServiceInterface.java49 void onDeviceAuthorizationSet(BluetoothDevice device); in onDeviceAuthorizationSet() method
DMcpService.java181 mGmcs.onDeviceAuthorizationSet(device); in setDeviceAuthorized()
DMediaControlProfile.java890 public void onDeviceAuthorizationSet(BluetoothDevice device) { in onDeviceAuthorizationSet() method in MediaControlProfile
893 svc.onDeviceAuthorizationSet(device); in onDeviceAuthorizationSet()
DMediaControlGattService.java1758 public void onDeviceAuthorizationSet(BluetoothDevice device) { in onDeviceAuthorizationSet() method in MediaControlGattService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java156 mTbsGeneric.onDeviceAuthorizationSet(device); in setDeviceAuthorized()
DTbsGeneric.java236 public void onDeviceAuthorizationSet(BluetoothDevice device) { in onDeviceAuthorizationSet() method in TbsGeneric
239 mTbsGatt.onDeviceAuthorizationSet(device); in onDeviceAuthorizationSet()
DTbsGatt.java1420 public void onDeviceAuthorizationSet(BluetoothDevice device) { in onDeviceAuthorizationSet() method in TbsGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java1090 mTbsGatt.onDeviceAuthorizationSet(mFirstDevice); in testCharacteristicNotifyOnAuthorization()