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