/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsPairOtherControllerTest.java | 127 when(mCachedDevice.getDeviceMode()).thenReturn(HearingAidInfo.DeviceMode.MODE_MONAURAL); in isAvailable_deviceIsConnectedHearingAid_isMonaural_notAvailable() 144 when(mCachedDevice.getDeviceMode()).thenReturn(HearingAidInfo.DeviceMode.MODE_BINAURAL); in isAvailable_deviceIsConnectedHearingAid_subDeviceIsBonded_notAvailable() 163 when(mCachedDevice.getDeviceMode()).thenReturn(HearingAidInfo.DeviceMode.MODE_BINAURAL); in isAvailable_deviceIsConnectedHearingAid_subDeviceIsNotBonded_available() 182 when(mCachedDevice.getDeviceMode()).thenReturn(HearingAidInfo.DeviceMode.MODE_BINAURAL); in isAvailable_deviceIsConnectedHearingAid_memberDeviceIsBonded_notAvailable() 201 when(mCachedDevice.getDeviceMode()).thenReturn(HearingAidInfo.DeviceMode.MODE_BINAURAL); in isAvailable_deviceIsConnectedHearingAid_memberDeviceIsNotBonded_available() 220 when(mCachedDevice.getDeviceMode()).thenReturn(HearingAidInfo.DeviceMode.MODE_BINAURAL); in isAvailable_deviceIsConnectedHearingAid_otherDeviceIsNotExist_available()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | HearingAidUtilsTest.java | 116 when(mCachedBluetoothDevice.getDeviceMode()).thenReturn( in launchHearingAidPairingDialog_deviceIsMonauralMode_noDialog() 130 when(mCachedBluetoothDevice.getDeviceMode()).thenReturn( in launchHearingAidPairingDialog_deviceHasSubDevice_noDialog() 145 when(mCachedBluetoothDevice.getDeviceMode()).thenReturn( in launchHearingAidPairingDialog_deviceIsInvalidSide_noDialog() 161 when(mCachedBluetoothDevice.getDeviceMode()).thenReturn( in launchHearingAidPairingDialog_deviceSupportsCsip_noDialog() 178 when(mCachedBluetoothDevice.getDeviceMode()).thenReturn( in launchHearingAidPairingDialog_dialogShown()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingAidUtils.java | 52 && device.getDeviceMode() == HearingAidInfo.DeviceMode.MODE_BINAURAL in launchHearingAidPairingDialog()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHearingAid.aidl | 62 int getDeviceMode(in BluetoothDevice device, in AttributionSource attributionSource); in getDeviceMode() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHearingAid.java | 103 public int getDeviceMode() { in getDeviceMode() method in BluetoothHearingAid.AdvertisementServiceData 767 public int getDeviceMode(@NonNull BluetoothDevice device) { in getDeviceMode() method in BluetoothHearingAid 776 return service.getDeviceMode(device, mAttributionSource); in getDeviceMode()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsPairOtherController.java | 112 return cachedDevice.getDeviceMode() == HearingAidInfo.DeviceMode.MODE_BINAURAL; in isBinauralMode()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupControllerTest.java | 376 when(mCachedBluetoothDevice.getDeviceMode()) in onActiveDeviceChanged_hearingAidProfile_launchHearingAidPairingDialog()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 1104 public int getDeviceMode(BluetoothDevice device, AttributionSource source) { in getDeviceMode() method in HearingAidService.BluetoothHearingAidBinder
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 1147 int mode = mServiceBinder.getDeviceMode(mSingleDevice, null); in serviceBinder_callGetDeviceMode()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 417 …sPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getDeviceMode(@NonNull andro… 434 …sion.BLUETOOTH_SCAN, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getDeviceMode();
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 667 Landroid/bluetooth/BluetoothHearingAid;->getDeviceMode(Landroid/bluetooth/BluetoothDevice;)I 1926 Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getDeviceMode(Landroid/bluetooth/BluetoothDevi… 1961 Landroid/bluetooth/IBluetoothHearingAid;->getDeviceMode(Landroid/bluetooth/BluetoothDevice;)I
|