Searched refs:channels (Results 1 – 7 of 7) sorted by relevance
/developers/build/prebuilts/androidtv/sample-inputs/ |
D | README.md | 7 * Simple TV input: 2 channels from local video files 8 * Rich TV input: 4 channels served from Google Cloud Storage consisting of MP4 videos, HLS stream a… 19 - Either click Search upon starting Live Channels app to search for channels 25 + Click ADD CHANNELS NOW to add 3 channels of MP4 videos, HLS stream and MPEG-DASH stream 26 * To watch sample channels, simply toggle UP and DOWN to switch channels
|
/developers/samples/android/notification/NotificationChannels/kotlinApp/ |
D | README.md | 4 Demonstration of using channels to categorize notifications by topic. This feature was 11 Android O introduces notification channels to provide a unified system to help users 13 notification channels to display notifications to your users. 16 to send. You can also create notification channels to reflect choices made by users of 17 your app. For example, you might setup separate notification channels for each
|
/developers/build/prebuilts/gradle/NotificationChannels/ |
D | README.md | 5 Demonstration of using channels to categorize notifications by topic. This feature was 12 Android O introduces notification channels to provide a unified system to help users 14 notification channels to display notifications to your users. 17 to send. You can also create notification channels to reflect choices made by users of 18 your app. For example, you might setup separate notification channels for each
|
/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/ |
D | README.md | 4 Demonstration of using channels to categorize notifications by topic. This feature was 11 Android O introduces notification channels to provide a unified system to help users 13 notification channels to display notifications to your users. 16 to send. You can also create notification channels to reflect choices made by users of 17 your app. For example, you might setup separate notification channels for each
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/ |
D | TvContractUtils.java | 70 Context context, String inputId, List<ChannelInfo> channels) { in updateChannels() argument 94 for (ChannelInfo channel : channels) { in updateChannels() 154 String inputId, List<ChannelInfo> channels) { in buildChannelMap() argument 172 channelMap.put(channelId, getChannelByNumber(channelNumber, channels)); in buildChannelMap() 329 List<ChannelInfo> channels) { in getChannelByNumber() argument 330 for (ChannelInfo info : channels) { in getChannelByNumber()
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/ |
D | SyncAdapter.java | 78 List<ChannelInfo> channels = RichFeedUtil.getRichChannels(mContext); in onPerformSync() local 80 mContext.getContentResolver(), inputId, channels); in onPerformSync()
|
/developers/build/prebuilts/gradle/BluetoothChat/ |
D | README.md | 20 4. [Establishing RFCOMM][5] channels/sockets
|