Home
last modified time | relevance | path

Searched defs:DEFAULT_PRIORITY (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoPriorityResolver.java46 public static final int DEFAULT_PRIORITY = 7; field in PhotoPriorityResolver
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
H A DLightsServiceTest.java51 private static final int DEFAULT_PRIORITY = 0; field in LightsServiceTest
/aosp12/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayConfig.java54 public static final int DEFAULT_PRIORITY = Integer.MAX_VALUE; field in OverlayConfig
/aosp12/frameworks/base/core/java/android/app/
H A DUiModeManager.java414 public static final int DEFAULT_PRIORITY = 0; field in UiModeManager
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesRecording.java51 public static final long DEFAULT_PRIORITY = Long.MAX_VALUE >> 1; field in SeriesRecording
H A DScheduledRecording.java57 public static final long DEFAULT_PRIORITY = Long.MAX_VALUE >> 1; field in ScheduledRecording
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrScheduleManager.java60 public static final long DEFAULT_PRIORITY = Long.MAX_VALUE >> 1; field in DvrScheduleManager
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java108 public static final int DEFAULT_PRIORITY = PduHeaders.PRIORITY_NORMAL; field in MmsUtils
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java132 private static final int DEFAULT_PRIORITY = Notification.PRIORITY_DEFAULT; field in PreferencesHelper