Home
last modified time | relevance | path

Searched refs:getContentControlId (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java80 public int getContentControlId() { in getContentControlId() method in BluetoothLeCallControlProxy
81 return mBluetoothLeCallControl.getContentControlId(); in getContentControlId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattServiceInterface.java45 int getContentControlId(); in getContentControlId() method
DMediaControlProfile.java877 Integer ccid = service.getContentControlId(); in unregisterServiceInstance()
899 if (svc.getContentControlId() == ccid) { in isGenericMediaService()
DMediaControlGattService.java1745 public int getContentControlId() { in getContentControlId() method in MediaControlGattService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java574 public int getContentControlId() { in getContentControlId() method in BluetoothLeCallControl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java526 doReturn(ccid1).when(mMockGMcsService).getContentControlId(); in testGmcsSetGetNotificationSubscriptionDoesNotCrash()
DMediaControlGattServiceTest.java138 Assert.assertEquals(mMcpService.getContentControlId(), TEST_CCID); in testInit()