Home
last modified time | relevance | path

Searched refs:getPhysicallyTunedTo (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DAidlTestUtils.java106 ConversionUtils.identifierToHalProgramIdentifier(info.getPhysicallyTunedTo()), in programInfoToHalProgramInfo()
H A DConversionUtilsTest.java322 .that(programInfo.getPhysicallyTunedTo()).isEqualTo(TEST_DAB_FREQUENCY_ID); in programInfoFromHalProgramInfo_withValidProgramInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java614 || isNewIdentifierInU(info.getPhysicallyTunedTo())) { in programInfoMeetsSdkVersionRequirement()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioManagerTest.java865 .that(DAB_PROGRAM_INFO.getPhysicallyTunedTo()).isEqualTo(DAB_FREQUENCY_IDENTIFIER); in getPhysicallyTunedTo_forProgramInfo()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1510 public @Nullable ProgramSelector.Identifier getPhysicallyTunedTo() { in getPhysicallyTunedTo() method in RadioManager.ProgramInfo
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5794 … method @Nullable public android.hardware.radio.ProgramSelector.Identifier getPhysicallyTunedTo();