Home
last modified time | relevance | path

Searched refs:DEFAULT_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java223 .setChannelId(ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructProgressNotification()
251 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructCancelNotification()
283 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructFinishNotificationWithFlags()
308 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructImportFailureNotification()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactsNotificationChannelsUtil.java30 public static String DEFAULT_CHANNEL = "DEFAULT_CHANNEL"; field in ContactsNotificationChannelsUtil
39 final NotificationChannel channel = new NotificationChannel(DEFAULT_CHANNEL, in createDefaultChannel()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java193 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getCompletedNotification()
206 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getFailedNotification()
219 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getImportingNotification()