/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/data/ |
D | SeriesRecordingTest.java | 46 .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()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsContent.java | 50 .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
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/ |
D | RecordingTestUtils.java | 31 .setChannelId(channelId) in createTestRecordingWithIdAndPeriod() 44 .setChannelId(channelId) in createTestRecordingWithPriorityAndPeriod() 53 .setChannelId(channelId) in createTestRecordingWithIdAndPriorityAndPeriod()
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | ScheduledRecording.java | 95 .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()
|
D | SeriesRecording.java | 98 .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()
|
D | RecordedProgram.java | 95 .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()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
D | TunerChannel.java | 154 .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()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 373 .setChannelId(NotificationChannelController.CHANNEL_ID_VOICE_MAIL) in updateMwi() 542 .setChannelId(NotificationChannelController.CHANNEL_ID_CALL_FORWARD) in updateCfi() 608 .setChannelId(NotificationChannelController.CHANNEL_ID_MOBILE_DATA_STATUS) in showDataRoamingNotification() 692 .setChannelId(NotificationChannelController.CHANNEL_ID_SIM_HIGH_PRIORITY) in showLimitedSimFunctionWarningNotification() 758 .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT); in showNetworkSelection()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 243 builder.setChannelId(NotificationChannelId.DEFAULT); in postNotification() 278 publicBuilder.setChannelId(NotificationChannelId.DEFAULT); in postNotification() 455 summary.setChannelId(NotificationChannelId.DEFAULT); in showGroupSummaryNotification()
|
D | StatusBarNotifier.java | 356 builder.setChannelId(NotificationChannelId.INCOMING_CALL); in buildAndSendNotification() 375 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification() 382 builder.setChannelId(NotificationChannelId.ONGOING_CALL); in buildAndSendNotification()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/ |
D | SeriesRecordingSchedulerTest.java | 61 .setChannelId(CHANNEL_ID) 67 .setChannelId(CHANNEL_ID)
|
/packages/apps/TV/tests/robotests/src/com/android/tv/search/ |
D | LocalSearchProviderTest.java | 116 .setChannelId(7) 252 result.setChannelId(ContentUris.parseId(Uri.parse(intentData))); in fromCursor()
|
D | FakeSearchInterface.java | 59 result.setChannelId(program.getChannelId()); in fromProgram()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | LocalSearchProvider.java | 249 .setChannelId(0) in builder() 261 abstract Builder setChannelId(long value); in setChannelId() method in LocalSearchProvider.SearchResult.Builder
|
D | TvProviderSearch.java | 265 result.setChannelId(id); in searchChannels() 434 result.setChannelId(c.getLong(0)); in searchPrograms()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 104 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in showNotifications() 218 builder.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle)); in createNotificationForVoicemail()
|
D | MissedCallNotifier.java | 218 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL); in updateMissedCallNotification() 416 builder.setChannelId(NotificationChannelId.MISSED_CALL); in createNotificationBuilder()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 234 channel.setChannelId(channelId); in getChannel() 396 channel.setChannelId(channelId); in handleEvents() 623 channel.setChannelId(channelId); in handleChannel()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ProgramImpl.java | 133 builder.setChannelId(cursor.getLong(index++)); in fromCursor() 175 builder.setChannelId(cursor.getLong(index++)); in fromCursorPartialProjection() 692 public Builder setChannelId(long channelId) { in setChannelId() method in ProgramImpl.Builder
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | RecommendationDataManager.java | 369 .setChannelId(watchedRecord.channelId) in convertFromWatchedHistoryManagerRecords() 421 .setChannelId(cursor.getLong(mIndexWatchChannelId)) in createWatchedProgramFromWatchedProgramCursor()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/api/ |
D | ProgramTest.java | 42 return new ProgramImpl.Builder().setChannelId(channelId).build(); in createProgramWithChannelId()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | NotificationHelper.java | 63 .setChannelId(CHANNEL_ID) in showResumeNotification()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/ |
D | ProgramTableAdapterTest.java | 121 .setChannelId(channelId) in buildProgramForTesting()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ |
D | ScheduledRecordingTest.java | 75 ScheduledRecording.builder(INPUT_ID, p).setChannelId(c.getId()).build(); in testBuildProgram()
|
/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 202 builder.setChannelId(NotificationChannelId.DEFAULT); in getSpamBlockingPromoNotification()
|