Home
last modified time | relevance | path

Searched refs:getDeviceMode (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsPairOtherControllerTest.java127 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/
DHearingAidUtilsTest.java116 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/
DHearingAidUtils.java52 && device.getDeviceMode() == HearingAidInfo.DeviceMode.MODE_BINAURAL in launchHearingAidPairingDialog()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHearingAid.aidl62 int getDeviceMode(in BluetoothDevice device, in AttributionSource attributionSource); in getDeviceMode() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java103 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/
DBluetoothDetailsPairOtherController.java112 return cachedDevice.getDeviceMode() == HearingAidInfo.DeviceMode.MODE_BINAURAL; in isBinauralMode()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupControllerTest.java376 when(mCachedBluetoothDevice.getDeviceMode()) in onActiveDeviceChanged_hearingAidProfile_launchHearingAidPairingDialog()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java1104 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/
DHearingAidServiceTest.java1147 int mode = mServiceBinder.getDeviceMode(mSingleDevice, null); in serviceBinder_callGetDeviceMode()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt417 …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/
Dhiddenapi-max-target-o-low-priority.txt667 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