Home
last modified time | relevance | path

Searched refs:CHANNEL_10 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/tests/robotests/src/com/android/tv/
DMediaSessionWrapperTest.java108 mediaSessionWrapper.update(false, EpgTestData.toTvChannel(EpgTestData.CHANNEL_10), null); in update_channel10()
115 mediaSessionWrapper.update(true, EpgTestData.toTvChannel(EpgTestData.CHANNEL_10), null); in update_blockedChannel10()
127 false, EpgTestData.toTvChannel(EpgTestData.CHANNEL_10), EpgTestData.PROGRAM_2); in update_channel10Program2()
135 true, EpgTestData.toTvChannel(EpgTestData.CHANNEL_10), EpgTestData.PROGRAM_2); in update_blockedChannel10Program2()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DEpgTestData.java37 public static final androidx.tvprovider.media.tv.Channel CHANNEL_10 = field in EpgTestData
113 LINEUP_90210.getId(), toTvChannels(CHANNEL_90_2, CHANNEL_10))
114 .putAll(LINEUP_1.getId(), toTvChannels(CHANNEL_10, CHANNEL_11))
123 CHANNEL_10.getDisplayNumber(),
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgFetcherImplTest.java210 "com.android.tv.data.epg/.tuner.TunerTvInputService", EpgTestData.CHANNEL_10); in fetchImmediately_testChannel()
232 insertTestChannels("com.example/.Input", EpgTestData.CHANNEL_10, EpgTestData.CHANNEL_11); in fetchImmediately_epgChannel()
259 new Channel.Builder(EpgTestData.CHANNEL_10).setNetworkAffiliation(null).build(); in testUpdateNetworkAffiliation()
/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java176 public static final int CHANNEL_10 = 0x10; field in CapabilityParam
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java145 public static final int CHANNEL_10 = FiraParams.UWB_CHANNEL_10; field in UwbUciConstants
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java25 import static com.android.server.uwb.config.CapabilityParam.CHANNEL_10;
272 channels = (byte) (channels | CHANNEL_10); in toBytes()
725 if (isBitSet(channelsRaw, CHANNEL_10)) { in fromBytes()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java30 import static com.android.server.uwb.config.CapabilityParam.CHANNEL_10;
348 if (isBitSet(channelsUci, CHANNEL_10)) { in getFiraSpecificationParamsFromTlvBuffer()
635 if (isBitSet(channelsUci, CHANNEL_10)) { in getFiraSpecificationParamsFromTlvBuffer()