/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/data/ |
H A 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()
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/ |
H A D | RecordingTestUtils.java | 31 .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 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
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/ |
H A 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()
|
H A 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()
|
H A 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()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
H A 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()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/ |
H A D | SeriesRecordingSchedulerTest.java | 61 .setChannelId(CHANNEL_ID) 67 .setChannelId(CHANNEL_ID)
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ExternalCallNotifier.java | 243 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 D | NekoService.java | 85 .setChannelId(NekoLand.CHAN_ID) in onStartJob() 182 .setChannelId(NekoLand.CHAN_ID) in registerJob()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | NotificationMgr.java | 381 .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 D | NotificationHistory.java | 169 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 D | LocalSearchProviderTest.java | 116 .setChannelId(7) 252 result.setChannelId(ContentUris.parseId(Uri.parse(intentData))); in fromCursor()
|
H A D | FakeSearchInterface.java | 59 result.setChannelId(program.getChannelId()); in fromProgram()
|
/aosp12/packages/apps/TV/src/com/android/tv/search/ |
H A D | LocalSearchProvider.java | 249 .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 D | VisualVoicemailNotifier.java | 104 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 D | ProgramTest.java | 42 return new ProgramImpl.Builder().setChannelId(channelId).build(); in createProgramWithChannelId()
|
/aosp12/frameworks/base/core/java/android/debug/ |
H A D | AdbNotifications.java | 96 .setChannelId(ADB_NOTIFICATION_CHANNEL_ID_TV)) in createNotification()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | NotificationHelper.java | 68 .setChannelId(CHANNEL_ID) in showResumeNotification()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/guide/ |
H A D | ProgramTableAdapterTest.java | 121 .setChannelId(channelId) in buildProgramForTesting()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelper.java | 118 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 D | BlockedNumbersUtil.java | 112 .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING) in updateEmergencyCallNotification()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ |
H A D | ScheduledRecordingTest.java | 75 ScheduledRecording.builder(INPUT_ID, p).setChannelId(c.getId()).build(); in testBuildProgram()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryFilterTest.java | 58 .setChannelId(channelId) in getHistoricalNotification()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationHistoryTest.java | 62 .setChannelId(expectedChannelId) in getHistoricalNotification() 90 .setChannelId(expectedChannelId) in testHistoricalNotificationBuilder()
|