/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HeadsetClientServiceInterfaceTest.java | 188 assertThat(mServiceInterface.getCurrentAgFeatures(TEST_DEVICE)).isNull(); in testGetCurrentAgFeatures() 191 doReturn(features).when(mMockHeadsetClientService).getCurrentAgFeatures(TEST_DEVICE); in testGetCurrentAgFeatures() 192 assertThat(mServiceInterface.getCurrentAgFeatures(TEST_DEVICE)).isEqualTo(features); in testGetCurrentAgFeatures() 230 doReturn(features).when(mMockHeadsetClientService).getCurrentAgFeatures(TEST_DEVICE); in testHasHfpClientEcc() 234 doReturn(featuresWithEcc).when(mMockHeadsetClientService).getCurrentAgFeatures(TEST_DEVICE); in testHasHfpClientEcc()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/connserv/ |
D | HeadsetClientServiceInterface.java | 104 public Set<Integer> getCurrentAgFeatures(BluetoothDevice device) { in getCurrentAgFeatures() method in HeadsetClientServiceInterface 107 return service.getCurrentAgFeatures(device); in getCurrentAgFeatures() 129 Set<Integer> features = getCurrentAgFeatures(device); in hasHfpClientEcc()
|
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/ |
D | BluetoothHeadsetClientHelper.java | 56 Bundle bundle = headsetClient.getCurrentAgFeatures(device); in getConnectedBvraDevices()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 933 Set<Integer> features = mHeadsetClientStateMachine.getCurrentAgFeatures(); in testGetCurrentAgFeatures() 939 features = mHeadsetClientStateMachine.getCurrentAgFeatures(); in testGetCurrentAgFeatures() 945 features = mHeadsetClientStateMachine.getCurrentAgFeatures(); in testGetCurrentAgFeatures() 951 features = mHeadsetClientStateMachine.getCurrentAgFeatures(); in testGetCurrentAgFeatures() 956 features = mHeadsetClientStateMachine.getCurrentAgFeatures(); in testGetCurrentAgFeatures()
|
D | HeadsetClientServiceBinderTest.java | 256 mBinder.getCurrentAgFeatures(mRemoteDevice, null, SynchronousResultReceiver.get()); in getCurrentAgFeatures_callsServiceMethod()
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothHeadsetClient.aidl | 95 …void getCurrentAgFeatures(in BluetoothDevice device, in AttributionSource attributionSource, in Sy… in getCurrentAgFeatures() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 691 public void getCurrentAgFeatures(BluetoothDevice device, AttributionSource source, in getCurrentAgFeatures() method in HeadsetClientService.BluetoothHeadsetClientBinder 1250 public Set<Integer> getCurrentAgFeatures(BluetoothDevice device) { in getCurrentAgFeatures() method in HeadsetClientService 1260 return sm.getCurrentAgFeatures(); in getCurrentAgFeatures()
|
D | HeadsetClientStateMachine.java | 826 public Set<Integer> getCurrentAgFeatures() { in getCurrentAgFeatures() method in HeadsetClientStateMachine
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 1710 public Bundle getCurrentAgFeatures(BluetoothDevice device) { in getCurrentAgFeatures() method in BluetoothHeadsetClient 1720 service.getCurrentAgFeatures(device, mAttributionSource, recv); in getCurrentAgFeatures()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 568 Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentAgFeatures(Landroid/bluetooth/BluetoothDevice… 1765 Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getCurrentAgFeatures(Landroid/bluetooth/Blu… 1822 Landroid/bluetooth/IBluetoothHeadsetClient;->getCurrentAgFeatures(Landroid/bluetooth/BluetoothDevic…
|