Home
last modified time | relevance | path

Searched refs:PRIORITY_MIN (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java191 n.priority = clamp(n.priority, Notification.PRIORITY_MIN, in calculateInitialImportance()
194 case Notification.PRIORITY_MIN: in calculateInitialImportance()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1945 private static final int PRIORITY_MIN = PRIORITY_PRIVILEGED; field in HalDeviceManager
2157 for (int i = PRIORITY_MAX; i >= PRIORITY_MIN; i--) { in selectInterfacesToDelete()