Home
last modified time | relevance | path

Searched refs:getDeviceSide (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceControllerTest.java131 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedAshaHearingAidRightSide_connectedRightSideSummary()
147 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedAshaHearingAidBothSide_connectedBothSideSummary()
165 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedLeAudioHearingAidLeftSide_connectedLeftSideSummary()
182 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedLeAudioHearingAidRightSide_connectedRightSideSummary()
199 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedLeAudioHearingAidLeftAndRightSide_connectedSummary()
216 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedLeAudioHearingAidMonoSide_connectedSummary()
249 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in getSummary_connectedMultipleHearingAids_connectedMultipleDevicesSummary()
278 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in onServiceConnected_onHearingAidProfileConnected_updateSummary()
292 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in onServiceConnected_onHapClientProfileConnected_updateSummary()
DHearingAidUtilsTest.java147 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in launchHearingAidPairingDialog_deviceIsInvalidSide_noDialog()
163 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in launchHearingAidPairingDialog_deviceSupportsCsip_noDialog()
180 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in launchHearingAidPairingDialog_dialogShown()
DHearingAidPairingDialogFragmentTest.java106 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in newInstance_deviceSideRight_argumentSideRight()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java124 public @DeviceSide int getDeviceSide() { in getDeviceSide() method in BluetoothHearingAid.AdvertisementServiceData
171 (getDeviceSide() != SIDE_UNKNOWN && data.getDeviceSide() != SIDE_UNKNOWN) in isInPairWith()
172 && (getDeviceSide() != data.getDeviceSide()); in isInPairWith()
677 public @DeviceSide int getDeviceSide(@NonNull BluetoothDevice device) { in getDeviceSide() method in BluetoothHearingAid
686 return service.getDeviceSide(device, mAttributionSource); in getDeviceSide()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsPairOtherControllerTest.java71 when(mCachedDevice.getDeviceSide()).thenReturn(HearingAidInfo.DeviceSide.SIDE_LEFT); in init_deviceIsLeftSide_showPairRightSideTitle()
82 when(mCachedDevice.getDeviceSide()).thenReturn(HearingAidInfo.DeviceSide.SIDE_RIGHT); in init_deviceIsRightSide_showPairLeftSideTitle()
230 when(mCachedDevice.getDeviceSide()).thenReturn(HearingAidInfo.DeviceSide.SIDE_RIGHT); in refresh_deviceIsRightSide_showPairLeftSideTitle()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceBinderTest.java169 public void getDeviceSide() { in getDeviceSide() method in HearingAidServiceBinderTest
173 mBinder.getDeviceSide(mTestDevice, mAttributionSource); in getDeviceSide()
DHearingAidServiceTest.java639 int side = mBinder.getDeviceSide(mSingleDevice, null); in serviceBinder_callGetDeviceSide()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingAidUtils.java60 if (device.getDeviceSide() == HearingAidInfo.DeviceSide.SIDE_INVALID) { in launchHearingAidPairingDialogInternal()
DAccessibilityHearingAidPreferenceController.java164 final int side = device.getDeviceSide(); in loadSummary()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHearingAid.aidl57 int getDeviceSide(in BluetoothDevice device, in AttributionSource attributionSource); in getDeviceSide() method
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsPairOtherController.java81 final int side = mCachedDevice.getDeviceSide(); in updateButtonPreferenceTitle()
DHearingAidPairingDialogFragment.java105 final int deviceSide = mDevice.getDeviceSide(); in onCreateDialog()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidServiceBinder.java186 public int getDeviceSide(BluetoothDevice device, AttributionSource source) { in getDeviceSide() method in HearingAidServiceBinder
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupControllerTest.java378 when(mCachedBluetoothDevice.getDeviceSide()) in onActiveDeviceChanged_hearingAidProfile_launchHearingAidPairingDialog()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt484 …sPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getDeviceSide(@NonNull andro…
501 method public int getDeviceSide();