Searched refs:ContactsNotificationChannelsUtil (Results 1 – 4 of 4) sorted by relevance
37 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()
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