Searched refs:ContactsNotificationChannelsUtil (Results 1 – 4 of 4) sorted by relevance
35 import com.android.contacts.util.ContactsNotificationChannelsUtil;92 ContactsNotificationChannelsUtil.createDefaultChannel(mContext); in onImportProcessed()166 ContactsNotificationChannelsUtil.createDefaultChannel(mContext); in onExportProcessed()223 .setChannelId(ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructProgressNotification()249 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructCancelNotification()251 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructCancelNotification()281 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructFinishNotificationWithFlags()283 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructFinishNotificationWithFlags()306 ContactsNotificationChannelsUtil.createDefaultChannel(context); in constructImportFailureNotification()308 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructImportFailureNotification()
38 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()
23 import com.android.contacts.util.ContactsNotificationChannelsUtil;32 ContactsNotificationChannelsUtil.createDefaultChannel(context); in onReceive()
29 public class ContactsNotificationChannelsUtil { class32 private ContactsNotificationChannelsUtil() {} in ContactsNotificationChannelsUtil() method in ContactsNotificationChannelsUtil