Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DProgramInfoCacheTest.java47 private final RadioManager.ProgramInfo mAmFmInfo = TestUtils.makeProgramInfo(
52 private final RadioManager.ProgramInfo mRdsInfo = TestUtils.makeProgramInfo(
57 private final RadioManager.ProgramInfo mDabEnsembleInfo = TestUtils.makeProgramInfo(
62 private final RadioManager.ProgramInfo mVendorCustomInfo = TestUtils.makeProgramInfo(
86 RadioManager.ProgramInfo updatedRdsInfo = TestUtils.makeProgramInfo( in testUpdateFromHal()
168 RadioManager.ProgramInfo updatedRdsInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsIncluded()
170 RadioManager.ProgramInfo newSxmInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsIncluded()
205 RadioManager.ProgramInfo updatedRdsInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsExcluded()
207 RadioManager.ProgramInfo newSxmInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsExcluded()
H A DTestUtils.java45 static RadioManager.ProgramInfo makeProgramInfo(ProgramSelector selector, in makeProgramInfo() method in TestUtils
54 static RadioManager.ProgramInfo makeProgramInfo(ProgramSelector selector, int signalQuality) { in makeProgramInfo() method in TestUtils
55 return makeProgramInfo(selector, selector.getPrimaryId(), selector.getPrimaryId(), in makeProgramInfo()
59 static RadioManager.ProgramInfo makeProgramInfo(int programType, in makeProgramInfo() method in TestUtils
61 return makeProgramInfo(makeProgramSelector(programType, identifier), in makeProgramInfo()
H A DTunerSessionHidlTest.java328 TestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_withOneSession()
341 TestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_withMultipleSessions()
378 TestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_forNonCurrentUser_doesNotTune()
406 RadioManager.ProgramInfo tuneInfo = TestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_forSystemUser()
418 RadioManager.ProgramInfo stepUpInfo = TestUtils.makeProgramInfo( in step_withDirectionUp()
434 RadioManager.ProgramInfo stepDownInfo = TestUtils.makeProgramInfo( in step_withDirectionDown()
479 RadioManager.ProgramInfo seekUpInfo = TestUtils.makeProgramInfo( in seek_withDirectionUp()
509 RadioManager.ProgramInfo seekUpInfo = TestUtils.makeProgramInfo( in seek_withDirectionDown()
526 RadioManager.ProgramInfo seekUpInfo = TestUtils.makeProgramInfo( in seek_forNonCurrentUser_doesNotSeek()
H A DStartProgramListUpdatesFanoutTest.java77 private final RadioManager.ProgramInfo mAmFmInfo = TestUtils.makeProgramInfo(
79 private final RadioManager.ProgramInfo mModifiedAmFmInfo = TestUtils.makeProgramInfo(
84 private final RadioManager.ProgramInfo mRdsInfo = TestUtils.makeProgramInfo(
89 private final RadioManager.ProgramInfo mDabEnsembleInfo = TestUtils.makeProgramInfo(
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DProgramInfoCacheTest.java49 private static final RadioManager.ProgramInfo TEST_FM_INFO = AidlTestUtils.makeProgramInfo(
54 AidlTestUtils.makeProgramInfo(AidlTestUtils.makeProgramSelector(
61 private static final RadioManager.ProgramInfo TEST_AM_INFO = AidlTestUtils.makeProgramInfo(
69 private static final RadioManager.ProgramInfo TEST_RDS_INFO = AidlTestUtils.makeProgramInfo(
84 private static final RadioManager.ProgramInfo TEST_DAB_INFO = AidlTestUtils.makeProgramInfo(
93 private static final RadioManager.ProgramInfo TEST_VENDOR_INFO = AidlTestUtils.makeProgramInfo(
H A DTunerSessionTest.java106 AidlTestUtils.makeProgramInfo(AidlTestUtils.makeProgramSelector(
347 AidlTestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_withOneSession()
361 AidlTestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_withLowerSdkVersion()
374 AidlTestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_withMultipleSessions()
426 AidlTestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_forNonCurrentUser_doesNotTune()
441 AidlTestUtils.makeProgramInfo(initialSel, SIGNAL_QUALITY); in tune_forSystemUser()
468 RadioManager.ProgramInfo stepUpInfo = AidlTestUtils.makeProgramInfo( in step_withDirectionUp()
485 RadioManager.ProgramInfo stepDownInfo = AidlTestUtils.makeProgramInfo( in step_withDirectionDown()
531 RadioManager.ProgramInfo seekUpInfo = AidlTestUtils.makeProgramInfo( in seek_withDirectionUp()
561 RadioManager.ProgramInfo seekUpInfo = AidlTestUtils.makeProgramInfo( in seek_withDirectionDown()
[all …]
H A DAidlTestUtils.java50 static RadioManager.ProgramInfo makeProgramInfo(ProgramSelector selector, in makeProgramInfo() method in AidlTestUtils
59 static RadioManager.ProgramInfo makeProgramInfo(ProgramSelector selector, int signalQuality) { in makeProgramInfo() method in AidlTestUtils
60 return makeProgramInfo(selector, selector.getPrimaryId(), selector.getPrimaryId(), in makeProgramInfo()
H A DConversionUtilsTest.java409 RadioManager.ProgramInfo dabProgramInfo = AidlTestUtils.makeProgramInfo(TEST_DAB_SELECTOR, in programInfoMeetsSdkVersionRequirement_withLowerVersionId_returnsFalse()
419 RadioManager.ProgramInfo fmProgramInfo = AidlTestUtils.makeProgramInfo(TEST_FM_SELECTOR, in programInfoMeetsSdkVersionRequirement_withRequiredVersionId_returnsTrue()
429 RadioManager.ProgramInfo dabProgramInfo = AidlTestUtils.makeProgramInfo(TEST_DAB_SELECTOR, in convertChunkToTargetSdkVersion_withLowerSdkVersion()
431 RadioManager.ProgramInfo fmProgramInfo = AidlTestUtils.makeProgramInfo(TEST_FM_SELECTOR, in convertChunkToTargetSdkVersion_withLowerSdkVersion()
457 RadioManager.ProgramInfo dabProgramInfo = AidlTestUtils.makeProgramInfo(TEST_DAB_SELECTOR, in convertChunkToTargetSdkVersion_withRequiredSdkVersion()
459 RadioManager.ProgramInfo fmProgramInfo = AidlTestUtils.makeProgramInfo(TEST_FM_SELECTOR, in convertChunkToTargetSdkVersion_withRequiredSdkVersion()