Home
last modified time | relevance | path

Searched refs:PRIORITY_DEFAULT (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DPriorityExtractor.java47 ? Notification.PRIORITY_MAX : Notification.PRIORITY_DEFAULT); in process()
DPreferencesHelper.java100 private static final int DEFAULT_PRIORITY = Notification.PRIORITY_DEFAULT;
797 ? Notification.PRIORITY_MAX : Notification.PRIORITY_DEFAULT; in updateNotificationChannel()
DNotificationRecord.java357 case Notification.PRIORITY_DEFAULT: in calculateInitialImportance()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h50 int32_t priority = PRIORITY_DEFAULT
/frameworks/base/core/java/android/app/job/
DJobInfo.java188 public static final int PRIORITY_DEFAULT = 0; field in JobInfo
983 private int mPriority = PRIORITY_DEFAULT;
1613 case PRIORITY_DEFAULT: in getPriorityString()
1614 return PRIORITY_DEFAULT + " [DEFAULT]"; in getPriorityString()
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraDeviceCallbacks.cpp41 PRIORITY_DEFAULT); in initializeLooper()
/frameworks/base/core/java/android/app/
DNotificationChannel.java718 setBypassDnd(Notification.PRIORITY_DEFAULT in populateFromXml()
719 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
DNotification.java642 PRIORITY_DEFAULT,
658 public static final int PRIORITY_DEFAULT = 0; field in Notification
2156 this.priority = PRIORITY_DEFAULT; in Notification()
3101 case PRIORITY_DEFAULT: in priorityToString()
3467 mN.priority = PRIORITY_DEFAULT; in Builder()
/frameworks/base/core/proto/android/service/
Dnotification.proto133 // Default is PRIORITY_DEFAULT (0).
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java399 b.setPriority(Notification.PRIORITY_DEFAULT); in buildNotification()
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp74 mLooper->start(false /*runOnCallingThread*/, true /*canCallJava*/, PRIORITY_DEFAULT); in init()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java344 return JobInfo.PRIORITY_DEFAULT; in findPriority()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp111 PRIORITY_DEFAULT); in getCameraServiceLocked()
DACameraDevice.cpp78 PRIORITY_DEFAULT); in CameraDevice()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp244 PRIORITY_DEFAULT); in getCameraService()
DACameraDevice.cpp99 PRIORITY_DEFAULT); in CameraDevice()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java792 … assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_updatesAppFields()
823 assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_O, UID_O)); in testUpdate_postUpgrade_noUpdateAppFields()
836 assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_O, UID_O)); in testUpdate_postUpgrade_noUpdateAppFields()
850 … assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
873 … assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
/frameworks/av/media/ndk/
DNdkImageReader.cpp344 PRIORITY_DEFAULT); in init()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4614 field public static final int PRIORITY_DEFAULT = 0; // 0x0
/frameworks/base/non-updatable-api/
Dcurrent.txt5370 field @Deprecated public static final int PRIORITY_DEFAULT = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt5370 field @Deprecated public static final int PRIORITY_DEFAULT = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7180 Landroid/app/job/JobInfo;->PRIORITY_DEFAULT:I