Home
last modified time | relevance | path

Searched refs:ContactsNotificationChannelsUtil (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java37 import com.android.contacts.util.ContactsNotificationChannelsUtil;
94 ContactsNotificationChannelsUtil.createDefaultChannel(mContext); in onImportProcessed()
167 ContactsNotificationChannelsUtil.createDefaultChannel(mContext); in onExportProcessed()
224 .setChannelId(ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructProgressNotification()
250 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructCancelNotification()
252 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructCancelNotification()
270 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructFinishNotification()
272 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructFinishNotification()
290 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructImportFailureNotification()
292 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructImportFailureNotification()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java38 import com.android.contacts.util.ContactsNotificationChannelsUtil;
156 ContactsNotificationChannelsUtil.createDefaultChannel(this); in onStartCommand()
193 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getCompletedNotification()
206 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getFailedNotification()
219 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getImportingNotification()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DOnBootOrUpgradeReceiver.java23 import com.android.contacts.util.ContactsNotificationChannelsUtil;
32 ContactsNotificationChannelsUtil.createDefaultChannel(context); in onReceive()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactsNotificationChannelsUtil.java29 public class ContactsNotificationChannelsUtil { class
32 private ContactsNotificationChannelsUtil() {} in ContactsNotificationChannelsUtil() method in ContactsNotificationChannelsUtil