Home
last modified time | relevance | path

Searched defs:importance (Results 1 – 23 of 23) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DImportancePreferenceController.java82 final int importance = (Integer) newValue; in onPreferenceChange() local
DAllowSoundPreferenceController.java74 final int importance = in onPreferenceChange() local
DBlockPreferenceController.java101 final int importance = blocked ? IMPORTANCE_NONE in onSwitchChanged() local
DNotificationPreferenceController.java100 int importance = mChannel.getImportance(); in checkCanBeVisible() local
DImportancePreference.java77 public void setImportance(int importance) { in setImportance()
/packages/apps/Settings/src/com/android/settings/notification/
DAllowSoundPreferenceController.java74 final int importance = in onPreferenceChange() local
DImportancePreferenceController.java76 final int importance = (Integer) newValue; in onPreferenceChange() local
DImportancePreference.java87 public void setImportance(int importance) { in setImportance()
165 void setImportanceSummary(ViewGroup parent, int importance, boolean fromUser) { in setImportanceSummary()
DBlockPreferenceController.java108 final int importance = blocked ? IMPORTANCE_NONE in onSwitchChanged() local
DNotificationPreferenceController.java102 int importance = mChannel.getImportance(); in checkCanBeVisible() local
DChannelListPreferenceController.java207 int importance = value ? IMPORTANCE_LOW : IMPORTANCE_NONE; in populateSingleChannelPrefs() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java77 @NotificationManager.Importance int importance) { in showPrivacyReminderNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java77 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createChannel() local
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DNotificationSettingsTests.java119 UiObject2 importance = mDevice.wait(Until.findObject(By.text("Importance")), TIMEOUT); in testNotificationsSettingsListForPhone() local
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java117 int importance = properties[1]; in createChannel() local
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java191 int importance = getChannel().getImportance(); in calculateInitialImportance() local
DAssistant.java266 final int importance = entry.getImportance() < IMPORTANCE_LOW in createEnqueuedNotificationAdjustment() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java112 public int importance; field in ScanManager.UidImportance
114 UidImportance(int uid, int importance) { in UidImportance()
1372 int importance = imp.importance; in handleImportanceChange() local
/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java141 @StringRes int description, int importance) { in createNotificationChannel()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java197 final int importance = newState ? IMPORTANCE_LOW : IMPORTANCE_NONE; in onNotifyChange() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java201 final int importance = newState ? IMPORTANCE_LOW : IMPORTANCE_NONE; in onNotifyChange() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java233 int importance = 0; in isLessImportantForegroundNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java233 int importance = msg.arg1; in handleMessage() local