/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityHearingAidPreferenceControllerTest.java | 131 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()
|
D | HearingAidUtilsTest.java | 147 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()
|
D | HearingAidPairingDialogFragmentTest.java | 106 when(mCachedBluetoothDevice.getDeviceSide()).thenReturn( in newInstance_deviceSideRight_argumentSideRight()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHearingAid.java | 124 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/ |
D | BluetoothDetailsPairOtherControllerTest.java | 71 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/ |
D | HearingAidServiceBinderTest.java | 169 public void getDeviceSide() { in getDeviceSide() method in HearingAidServiceBinderTest 173 mBinder.getDeviceSide(mTestDevice, mAttributionSource); in getDeviceSide()
|
D | HearingAidServiceTest.java | 639 int side = mBinder.getDeviceSide(mSingleDevice, null); in serviceBinder_callGetDeviceSide()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingAidUtils.java | 60 if (device.getDeviceSide() == HearingAidInfo.DeviceSide.SIDE_INVALID) { in launchHearingAidPairingDialogInternal()
|
D | AccessibilityHearingAidPreferenceController.java | 164 final int side = device.getDeviceSide(); in loadSummary()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHearingAid.aidl | 57 int getDeviceSide(in BluetoothDevice device, in AttributionSource attributionSource); in getDeviceSide() method
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsPairOtherController.java | 81 final int side = mCachedDevice.getDeviceSide(); in updateButtonPreferenceTitle()
|
D | HearingAidPairingDialogFragment.java | 105 final int deviceSide = mDevice.getDeviceSide(); in onCreateDialog()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceBinder.java | 186 public int getDeviceSide(BluetoothDevice device, AttributionSource source) { in getDeviceSide() method in HearingAidServiceBinder
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupControllerTest.java | 378 when(mCachedBluetoothDevice.getDeviceSide()) in onActiveDeviceChanged_hearingAidProfile_launchHearingAidPairingDialog()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 484 …sPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getDeviceSide(@NonNull andro… 501 method public int getDeviceSide();
|