Home
last modified time | relevance | path

Searched refs:CHANNEL_ID (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationDiffTest.java54 private static final String CHANNEL_ID = "CHANNEL_ID"; field in CarNotificationDiffTest
82 CHANNEL_ID) in setupBaseActivityAndLayout()
86 CHANNEL_ID) in setupBaseActivityAndLayout()
269 CHANNEL_ID) in areBundleEqual_sameSize_shouldReturnTrue()
274 CHANNEL_ID) in areBundleEqual_sameSize_shouldReturnTrue()
310 CHANNEL_ID) in areBundleEqual_diffSize_shouldReturnFalse()
318 CHANNEL_ID) in areBundleEqual_diffSize_shouldReturnFalse()
354 CHANNEL_ID) in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
361 CHANNEL_ID) in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
397 CHANNEL_ID) in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
[all …]
DCarHeadsUpNotificationManagerTest.java96 private static final String CHANNEL_ID = "CHANNEL_ID"; field in CarHeadsUpNotificationManagerTest
124 Notification.Builder mNotificationBuilder1 = new Notification.Builder(mContext, CHANNEL_ID) in setupBaseActivityAndLayout()
128 Notification.Builder mNotificationBuilder2 = new Notification.Builder(mContext, CHANNEL_ID) in setupBaseActivityAndLayout()
133 mContext, CHANNEL_ID) in setupBaseActivityAndLayout()
138 mContext, CHANNEL_ID) in setupBaseActivityAndLayout()
143 mContext, CHANNEL_ID) in setupBaseActivityAndLayout()
148 mContext, CHANNEL_ID) in setupBaseActivityAndLayout()
157 CHANNEL_ID) in setupBaseActivityAndLayout()
DNotificationDataManagerTest.java48 private static final String CHANNEL_ID = "CHANNEL_ID"; field in NotificationDataManagerTest
62 Notification.Builder mNotificationBuilder1 = new Notification.Builder(mContext, CHANNEL_ID) in setup()
64 Notification.Builder mNotificationBuilder2 = new Notification.Builder(mContext, CHANNEL_ID) in setup()
DPreprocessingManagerTest.java47 private static final String CHANNEL_ID = "CHANNEL_ID"; field in PreprocessingManagerTest
71 Notification notification = new Notification.Builder(mContext, CHANNEL_ID) in getEmptyAutoGeneratedGroupSummary()
DHeadsUpEntryTest.java48 private static final String CHANNEL_ID = "CHANNEL_ID"; field in HeadsUpEntryTest
63 CHANNEL_ID) in setupBaseActivityAndLayout()
DNotificationGroupTest.java55 private static final String CHANNEL_ID = "CHANNEL_ID"; field in NotificationGroupTest
72 CHANNEL_ID) in setup()
DCarNotificationViewAdapterTest.java69 private static final String CHANNEL_ID = "CHANNEL_ID"; field in CarNotificationViewAdapterTest
105 CHANNEL_ID) in setupBaseActivityAndLayout()
753 CHANNEL_ID) in getNotificationWithCategory()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java36 static final String CHANNEL_ID = "ManagedProvisioning"; field in NotificationHelper
56 final NotificationChannel channel = new NotificationChannel(CHANNEL_ID, in showResumeNotification()
63 .setChannelId(CHANNEL_ID) in showResumeNotification()
81 CHANNEL_ID, mContext.getString(R.string.app_label), importance); in showPrivacyReminderNotification()
84 final Notification.Builder notify = new Notification.Builder(mContext, CHANNEL_ID) in showPrivacyReminderNotification()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java40 private static final String CHANNEL_ID = "Channel ID"; field in NotificationUtils
59 final NotificationChannel channel = new NotificationChannel(CHANNEL_ID, in createNotificationBuilder()
67 return new Notification.Builder(context, CHANNEL_ID); in createNotificationBuilder()
104 new Notification.Builder(context, CHANNEL_ID); in onReceiveDirectReply()
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DRecordingTestUtils.java25 private static final int CHANNEL_ID = 273; field in RecordingTestUtils
43 return ScheduledRecording.builder(INPUT_ID, CHANNEL_ID, startTime, endTime) in createTestRecordingWithPriorityAndPeriod()
51 return ScheduledRecording.builder(INPUT_ID, CHANNEL_ID, startTime, endTime) in createTestRecordingWithIdAndPriorityAndPeriod()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DNotificationHelperTest.java19 import static com.android.managedprovisioning.common.NotificationHelper.CHANNEL_ID;
74 assertThat(notification.getNotification().getChannel()).isEqualTo(CHANNEL_ID); in testShowResumeNotification()
91 assertThat(notification.getNotification().getChannel()).isEqualTo(CHANNEL_ID); in testShowPrivacyReminderNotification()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DInCallNotificationController.java41 private static final String CHANNEL_ID = "com.android.car.dialer.incoming"; field in InCallNotificationController
88 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in InCallNotificationController()
109 Notification.Builder builder = new Notification.Builder(mContext, CHANNEL_ID) in showInCallNotification()
DMissedCallNotificationController.java50 private static final String CHANNEL_ID = "com.android.car.dialer.missedcall"; field in MissedCallNotificationController
104 NotificationChannel notificationChannel = new NotificationChannel(CHANNEL_ID, name, in MissedCallNotificationController()
140 Notification.Builder builder = new Notification.Builder(mContext, CHANNEL_ID) in showMissedCallNotification()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java50 private static final String CHANNEL_ID = "channel1"; field in CallServiceNotifier
92 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, "Test Channel", in updateNotification()
228 final Notification.Builder builder = new Notification.Builder(context, CHANNEL_ID); in getPhoneAccountNotification()
253 final Notification.Builder builder = new Notification.Builder(context, CHANNEL_ID); in getMainNotification()
/packages/apps/TV/src/com/android/tv/ui/
DDetailsActivity.java50 public static final String CHANNEL_ID = "channel_id"; field in DetailsActivity
94 long channelId = getIntent().getLongExtra(CHANNEL_ID, -1); in onCreate()
114 args.putLong(CHANNEL_ID, channelId); in onCreate()
DProgramDetailsFragment.java141 long channelId = args.getLong(DetailsActivity.CHANNEL_ID); in onLoadDetails()
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java86 private static final String CHANNEL_ID = "storage"; field in NotificationController
201 builder = new Notification.Builder(context, CHANNEL_ID); in showNotification()
232 CHANNEL_ID, in makeNotificationChannel()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java100 private static final String CHANNEL_ID = "channel_id"; field in NotificationChannelSlice
198 final String channelId = intent.getStringExtra(CHANNEL_ID); in onNotifyChange()
298 .putExtra(CHANNEL_ID, channelId); in getToggleIntent()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java105 private static final String CHANNEL_ID = "channel_id"; field in NotificationChannelSlice
199 final String channelId = intent.getStringExtra(CHANNEL_ID); in onNotifyChange()
309 .putExtra(CHANNEL_ID, channelId); in getToggleIntent()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1599 intent.putExtra(DetailsActivity.CHANNEL_ID, mChannelIdFromIntent); in onPostExecute()