Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DContactsNotificationChannelsUtil.java30 public static String DEFAULT_CHANNEL = "DEFAULT_CHANNEL"; field in ContactsNotificationChannelsUtil
39 final NotificationChannel channel = new NotificationChannel(DEFAULT_CHANNEL, in createDefaultChannel()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java225 .setChannelId(ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructProgressNotification()
253 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructCancelNotification()
273 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructFinishNotification()
293 ContactsNotificationChannelsUtil.DEFAULT_CHANNEL) in constructImportFailureNotification()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java195 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getCompletedNotification()
208 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getFailedNotification()
221 this, ContactsNotificationChannelsUtil.DEFAULT_CHANNEL); in getImportingNotification()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java110 public static final int DEFAULT_CHANNEL = 9; field in UwbCapability
543 || (mChannels.isEmpty() && remoteChannels.get().contains(DEFAULT_CHANNEL)) in getPreferredChannel()
544 || (remoteChannels.isEmpty() && mChannels.get().contains(DEFAULT_CHANNEL))) { in getPreferredChannel()
545 return Optional.of(DEFAULT_CHANNEL); in getPreferredChannel()