Home
last modified time | relevance | path

Searched defs:defaultChannel (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DHeaderPreferenceControllerTest.java127 NotificationChannel defaultChannel = new NotificationChannel( in testGetLabel() local
153 NotificationChannel defaultChannel = new NotificationChannel( in testGetSummary() local
H A DConversationHeaderPreferenceControllerTest.java146 NotificationChannel defaultChannel = new NotificationChannel( in testGetSummary() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/database/
H A DSpeedDialEntry.java55 public abstract Channel defaultChannel(); in defaultChannel() method in SpeedDialEntry
75 public abstract Builder setDefaultChannel(@Nullable Channel defaultChannel); in setDefaultChannel()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
H A DBaseNotificationsPreferenceController.java66 NotificationChannel defaultChannel = in toggleNotificationsSetting() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
H A DSpeedDialUiItem.java341 public abstract @Nullable Channel defaultChannel(); in defaultChannel() method in SpeedDialUiItem
369 public abstract Builder setDefaultChannel(@Nullable Channel defaultChannel); in setDefaultChannel()
H A DSpeedDialUiItemMutator.java447 Channel defaultChannel = entry.defaultChannel(); in getSpeedDialUiItemsFromEntries() local
480 ImmutableList<Channel> channels, Channel defaultChannel) { in isValidDuoDefaultChannel()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java752 final NotificationChannel defaultChannel = mHelper.getNotificationChannel(PKG_N_MR1, in testChannelXml_defaultChannelUpdatedApp_userSettings() local
800 final NotificationChannel defaultChannel = mHelper.getNotificationChannel( in testChannelXml_upgradeDeletesDefaultChannel() local
926 NotificationChannel defaultChannel = mHelper.getNotificationChannel( in testUpdate_preUpgrade_updatesAppFields() local
990 NotificationChannel defaultChannel = mHelper.getNotificationChannel( in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() local
2185 final NotificationChannel defaultChannel = mHelper.getNotificationChannel(PKG_N_MR1, in testOnLocaleChanged_updatesDefaultChannels() local
H A DNotificationRecordTest.java104 private NotificationChannel defaultChannel = field in NotificationRecordTest
H A DNotificationManagerServiceTest.java3786 NotificationChannel defaultChannel = mBinderService.getNotificationChannel( in testBumpFGImportance_noChannelChangePreOApp() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DSpeedDialFragment.java492 Channel defaultChannel = speedDialUiItem.defaultChannel(); in onOverFlowMenuClicked() local
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java200 NotificationChannel defaultChannel = in setNotificationsEnabledForPackage() local