Home
last modified time | relevance | path

Searched refs:SIDE_RIGHT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidInfo.java35 DeviceSide.SIDE_RIGHT,
43 int SIDE_RIGHT = 1; field
134 return DeviceSide.SIDE_RIGHT; in convertLeAudioLocationToInternalSide()
240 HearingAidProfile.DeviceSide.SIDE_RIGHT, DeviceSide.SIDE_RIGHT); in ASHA_DEVICE_SIDE_TO_INTERNAL_SIDE_MAPPING.put() argument
DHearingAidProfile.java48 DeviceSide.SIDE_RIGHT
55 int SIDE_RIGHT = 1; field
DCachedBluetoothDevice.java1566 HearingAidInfo.DeviceSide.SIDE_RIGHT).isPresent(); in getHearingDeviceSummaryRes()
1655 rightBattery = getConnectedHearingAidSide(HearingAidInfo.DeviceSide.SIDE_RIGHT) in getRightBatteryLevel()
/frameworks/base/core/java/android/view/
DInsetsSource.java57 SIDE_RIGHT,
66 static final int SIDE_RIGHT = 3; field in InsetsSource
324 case SIDE_RIGHT: in calculateInsets()
471 return SIDE_RIGHT; in getInsetSide()
487 case SIDE_RIGHT: in sideToString()
DInsetsAnimationControlImpl.java40 import static android.view.InsetsSource.SIDE_RIGHT;
291 updateLeashesForSide(SIDE_RIGHT, offset.right, params, outState, mPendingAlpha); in applyChangeInsets()
516 case SIDE_RIGHT: in addTranslationToMatrix()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManagerTest.java25 import static com.android.settingslib.bluetooth.HearingAidProfile.DeviceSide.SIDE_RIGHT;
174 when(mHearingAidProfile.getDeviceSide(mDevice1)).thenReturn(SIDE_RIGHT); in initHearingAidDeviceIfNeeded_asha_validHiSyncId_setHearingAidInfo()
180 assertThat(mCachedDevice1.getDeviceSide()).isEqualTo(HearingAidInfo.DeviceSide.SIDE_RIGHT); in initHearingAidDeviceIfNeeded_asha_validHiSyncId_setHearingAidInfo()
467 when(mHearingAidProfile.getDeviceSide(mDevice1)).thenReturn(SIDE_RIGHT); in updateHearingAidsDevices_asha_validHiSyncId_setHearingAidInfo()
476 HearingAidInfo.DeviceSide.SIDE_RIGHT); in updateHearingAidsDevices_asha_validHiSyncId_setHearingAidInfo()
645 assertThat(mCachedDevice1.getDeviceSide()).isEqualTo(HearingAidInfo.DeviceSide.SIDE_RIGHT); in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch()
839 .setAshaDeviceSide(HearingAidInfo.DeviceSide.SIDE_RIGHT) in getRightAshaHearingAidInfo()
DCachedBluetoothDeviceTest.java1809 assertThat(mCachedDevice.getDeviceSide()).isEqualTo(HearingAidInfo.DeviceSide.SIDE_RIGHT); in switchSubDeviceContent()
1910 assertThat(mCachedDevice.getDeviceSide()).isEqualTo(HearingAidInfo.DeviceSide.SIDE_RIGHT); in switchMemberDeviceContent_switchMainDevice_switchesSuccessful()
2095 .setAshaDeviceSide(HearingAidProfile.DeviceSide.SIDE_RIGHT) in getRightAshaHearingAidInfo()
/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp313 DEFINE_OUTPUT_BITS(SIDE_RIGHT), in getOutAudioChannelBits()