Home
last modified time | relevance | path

Searched refs:setChannelId (Results 1 – 25 of 73) sorted by relevance

123

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/data/
H A DSeriesRecordingTest.java46 .setChannelId(CHANNEL_ID)
56 .setChannelId(CHANNEL_ID)
65 .setChannelId(2) in testParcelable()
108 new ProgramImpl.Builder(mBaseProgram).setChannelId(OTHER_CHANNEL_ID).build(); in testDoesProgramMatch_differentChannel()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
H A DRecordingTestUtils.java31 .setChannelId(channelId) in createTestRecordingWithIdAndPeriod()
44 .setChannelId(channelId) in createTestRecordingWithPriorityAndPeriod()
53 .setChannelId(channelId) in createTestRecordingWithIdAndPriorityAndPeriod()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DDetailsContent.java50 .setChannelId(recordedProgram.getChannelId()) in createFromRecordedProgram()
67 .setChannelId(program.getChannelId()) in createFromProgram()
85 .setChannelId(seriesRecording.getChannelId()) in createFromSeriesRecording()
115 .setChannelId(scheduledRecording.getChannelId()) in createFromScheduledRecording()
282 private Builder setChannelId(long channelId) { in setChannelId() method in DetailsContent.Builder
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/
H A DScheduledRecording.java95 .setChannelId(p.getChannelId()) in builder()
113 .setChannelId(channelId) in builder()
124 .setChannelId(p.getChannelId()) in builder()
181 public Builder setChannelId(long channelId) { in setChannelId() method in ScheduledRecording.Builder
308 .setChannelId(orig.mChannelId) in buildFrom()
460 .setChannelId(c.getLong(++index)) in fromCursor()
486 .setChannelId(c.getLong(++index)) in fromCursorWithTimeOffset()
573 .setChannelId(in.readLong()) in fromParcel()
H A DSeriesRecording.java98 .setChannelId(p.getChannelId()) in builder()
112 .setChannelId(r.getChannelId()) in buildFrom()
155 .setChannelId(c.getLong(++index)) in fromCursor()
298 public Builder setChannelId(long channelId) { in setChannelId() method in SeriesRecording.Builder
386 .setChannelId(in.readLong()) in fromParcel()
H A DRecordedProgram.java95 .setChannelId(cursor.getLong(index++)) in fromCursor()
214 public abstract Builder setChannelId(long channelId); in setChannelId() method in RecordedProgram.Builder
328 .setChannelId(ID_NOT_SET) in builder()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DTunerChannel.java154 .setChannelId(-1L) in initProto()
439 public synchronized void setChannelId(long channelId) { in setChannelId() method in TunerChannel
440 mProto = mProto.toBuilder().setChannelId(channelId).build(); in setChannelId()
620 channel.setChannelId(channelId); in fromCursor()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/
H A DSeriesRecordingSchedulerTest.java61 .setChannelId(CHANNEL_ID)
67 .setChannelId(CHANNEL_ID)
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java243 builder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()
278 publicBuilder.setChannelId(NotificationChannelId.DEFAULT); in postNotification()
455 summary.setChannelId(NotificationChannelId.DEFAULT); in showGroupSummaryNotification()
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java85 .setChannelId(NekoLand.CHAN_ID) in onStartJob()
182 .setChannelId(NekoLand.CHAN_ID) in registerJob()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java381 .setChannelId(NotificationChannelController.CHANNEL_ID_VOICE_MAIL) in updateMwi()
565 .setChannelId(NotificationChannelController.CHANNEL_ID_CALL_FORWARD) in updateCfi()
632 .setChannelId(NotificationChannelController.CHANNEL_ID_MOBILE_DATA_STATUS) in showDataRoamingNotification()
716 .setChannelId(NotificationChannelController.CHANNEL_ID_SIM_HIGH_PRIORITY) in showLimitedSimFunctionWarningNotification()
782 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT); in showNetworkSelection()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationHistory.java169 public Builder setChannelId(String channelId) { in setChannelId() method in NotificationHistory.HistoricalNotification.Builder
525 notificationOut.setChannelId(mStringPool[channelIdIndex]); in readNotificationFromParcel()
527 notificationOut.setChannelId(null); in readNotificationFromParcel()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/search/
H A DLocalSearchProviderTest.java116 .setChannelId(7)
252 result.setChannelId(ContentUris.parseId(Uri.parse(intentData))); in fromCursor()
H A DFakeSearchInterface.java59 result.setChannelId(program.getChannelId()); in fromProgram()
/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DLocalSearchProvider.java249 .setChannelId(0) in builder()
261 abstract Builder setChannelId(long value); in setChannelId() method in LocalSearchProvider.SearchResult.Builder
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DVisualVoicemailNotifier.java104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications()
218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/api/
H A DProgramTest.java42 return new ProgramImpl.Builder().setChannelId(channelId).build(); in createProgramWithChannelId()
/aosp12/frameworks/base/core/java/android/debug/
H A DAdbNotifications.java96 .setChannelId(ADB_NOTIFICATION_CHANNEL_ID_TV)) in createNotification()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DNotificationHelper.java68 .setChannelId(CHANNEL_ID) in showResumeNotification()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
H A DProgramTableAdapterTest.java121 .setChannelId(channelId) in buildProgramForTesting()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java118 notification.setChannelId(channelId); in readNotification()
122 notification.setChannelId(stringPool.get(parser.readInt( in readNotification()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DBlockedNumbersUtil.java112 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
H A DScheduledRecordingTest.java75 ScheduledRecording.builder(INPUT_ID, p).setChannelId(c.getId()).build(); in testBuildProgram()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java58 .setChannelId(channelId) in getHistoricalNotification()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java62 .setChannelId(expectedChannelId) in getHistoricalNotification()
90 .setChannelId(expectedChannelId) in testHistoricalNotificationBuilder()

123