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 D | TestData.java | 23 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 D | TestTvInputSetupActivity.java | 31 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 D | TestInputControl.java | 25 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 D | SampleTunerTvInputSetupActivity.java | 8 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 D | PowerStatsLogger.java | 39 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 D | PowerStatsService.java | 42 import com.android.server.powerstats.ProtoStreamUtils.ChannelUtils; 183 ChannelUtils.dumpsys(channel, pw); in dump()
|
H A D | ProtoStreamUtils.java | 282 static class ChannelUtils { class in ProtoStreamUtils
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
H A D | ChannelUtils.java | 39 public class ChannelUtils { class 150 private ChannelUtils() { in ChannelUtils() method in ChannelUtils
|
H A D | ProgramUtils.java | 140 ChannelUtils.queryChannelInfoMapForTvInput(context, inputId); in updateProgramForAllChannelsOf()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/ |
H A D | PowerStatsServiceTest.java | 39 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 D | art-profile | 36730 PLcom/android/server/powerstats/ProtoStreamUtils$ChannelUtils;->getProtoBytes([Landroid/hardware/po… 36731 PLcom/android/server/powerstats/ProtoStreamUtils$ChannelUtils;->packProtoMessage([Landroid/hardware…
|