Home
last modified time | relevance | path

Searched refs:ChannelUtils (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/testdata/
H A DTestData.java23 import com.android.tv.testing.data.ChannelUtils;
47 ChannelUtils.updateChannels(context, getInputId(), channelList); in init()
78 return ChannelUtils.createChannelInfos(context, 10);
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputSetupActivity.java31 import com.android.tv.testing.data.ChannelUtils;
56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels()
57 ChannelUtils.updateChannels(context, inputId, channels); in registerChannels()
H A DTestInputControl.java25 import com.android.tv.testing.data.ChannelUtils;
69 ChannelUtils.queryChannelInfoMapForTvInput(context, mInputId); in updateChannelMap()
/aosp12/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
H A DSampleTunerTvInputSetupActivity.java8 import com.android.tv.testing.data.ChannelUtils;
45 ChannelUtils.updateChannels(this, inputId, Collections.singletonList(channel)); in onCreate()
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsLogger.java39 import com.android.server.powerstats.ProtoStreamUtils.ChannelUtils;
145 ChannelUtils.packProtoMessage(channel, pos); in writeMeterDataToFile()
146 if (DEBUG) ChannelUtils.print(channel); in writeMeterDataToFile()
334 final byte[] channelBytes = ChannelUtils.getProtoBytes(channels); in PowerStatsLogger()
H A DPowerStatsService.java42 import com.android.server.powerstats.ProtoStreamUtils.ChannelUtils;
183 ChannelUtils.dumpsys(channel, pw); in dump()
H A DProtoStreamUtils.java282 static class ChannelUtils { class in ProtoStreamUtils
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
H A DChannelUtils.java39 public class ChannelUtils { class
150 private ChannelUtils() { in ChannelUtils() method in ChannelUtils
H A DProgramUtils.java140 ChannelUtils.queryChannelInfoMapForTvInput(context, inputId); in updateProgramForAllChannelsOf()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java39 import com.android.server.powerstats.ProtoStreamUtils.ChannelUtils;
765 byte[] bytesExpected = ChannelUtils.getProtoBytes(channels); in testDataStorageDeletedMeterMismatch()
785 byte[] bytes = ChannelUtils.getProtoBytes(channels); in testDataStorageDeletedModelMismatch()
857 byte[] bytes = ChannelUtils.getProtoBytes(channels); in testDataStorageDeletedResidencyMismatch()
962 byte[] bytes = ChannelUtils.getProtoBytes(channels); in testDataStorageNotDeletedAllDataMatches()
/aosp12/frameworks/base/services/
H A Dart-profile36730 PLcom/android/server/powerstats/ProtoStreamUtils$ChannelUtils;->getProtoBytes([Landroid/hardware/po…
36731 PLcom/android/server/powerstats/ProtoStreamUtils$ChannelUtils;->packProtoMessage([Landroid/hardware…