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()
115 ContactsNotificationChannelsUtil.createDefaultChannel(mContext); in onImportParsed()
168 ContactsNotificationChannelsUtil.createDefaultChannel(mContext); in onExportProcessed()
225 .setChannelId(ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructProgressNotification()
251 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructCancelNotification()
253 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructCancelNotification()
271 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructFinishNotification()
273 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructFinishNotification()
291 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructImportFailureNotification()
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java40 import com.android.contacts.util.ContactsNotificationChannelsUtil;
158 ContactsNotificationChannelsUtil.createDefaultChannel(this); in onStartCommand()
195 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getCompletedNotification()
208 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getFailedNotification()
221 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