Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DProgramInfoCacheTest.java45 private final RadioManager.ProgramInfo mAmFmInfo = TestUtils.makeProgramInfo(
50 private final RadioManager.ProgramInfo mRdsInfo = TestUtils.makeProgramInfo(
55 private final RadioManager.ProgramInfo mDabEnsembleInfo = TestUtils.makeProgramInfo(
60 private final RadioManager.ProgramInfo mVendorCustomInfo = TestUtils.makeProgramInfo(
84 RadioManager.ProgramInfo updatedRdsInfo = TestUtils.makeProgramInfo( in testUpdateFromHal()
166 RadioManager.ProgramInfo updatedRdsInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsIncluded()
168 RadioManager.ProgramInfo newSxmInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsIncluded()
203 RadioManager.ProgramInfo updatedRdsInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsExcluded()
205 RadioManager.ProgramInfo newSxmInfo = TestUtils.makeProgramInfo( in testDeltaUpdateChunksModificationsExcluded()
H A DStartProgramListUpdatesFanoutTest.java79 private final RadioManager.ProgramInfo mAmFmInfo = TestUtils.makeProgramInfo(
81 private final RadioManager.ProgramInfo mModifiedAmFmInfo = TestUtils.makeProgramInfo(
86 private final RadioManager.ProgramInfo mRdsInfo = TestUtils.makeProgramInfo(
91 private final RadioManager.ProgramInfo mDabEnsembleInfo = TestUtils.makeProgramInfo(
H A DTestUtils.java26 static RadioManager.ProgramInfo makeProgramInfo(int programType, in makeProgramInfo() method in TestUtils