Home
last modified time | relevance | path

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

12

/aosp12/system/core/libutils/include/utils/
H A DThreadDefs.h63 PRIORITY_DEFAULT = ANDROID_PRIORITY_DEFAULT, enumerator
H A DThread.h52 int32_t priority = PRIORITY_DEFAULT,
H A DAndroidThreads.h107 int32_t threadPriority = PRIORITY_DEFAULT,
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPriorityExtractor.java47 ? Notification.PRIORITY_MAX : Notification.PRIORITY_DEFAULT); in process()
H A DNotificationRecord.java371 case Notification.PRIORITY_DEFAULT: in calculateInitialImportance()
H A DPreferencesHelper.java132 private static final int DEFAULT_PRIORITY = Notification.PRIORITY_DEFAULT;
1041 ? Notification.PRIORITY_MAX : Notification.PRIORITY_DEFAULT; in updateNotificationChannel()
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DALooper.h50 int32_t priority = PRIORITY_DEFAULT
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSmsStorageStatusManager.java72 .setPriority(Notification.PRIORITY_DEFAULT) in postStorageLowNotification()
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java191 public static final int PRIORITY_DEFAULT = 0; field in JobInfo
982 private int mPriority = PRIORITY_DEFAULT;
1727 case PRIORITY_DEFAULT: in getPriorityString()
1728 return PRIORITY_DEFAULT + " [DEFAULT]"; in getPriorityString()
/aosp12/system/core/libutils/
H A DThreads.cpp137 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
285 PRIORITY_DEFAULT, 0, id); in androidCreateThreadGetID()
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/promo/
H A DSpamBlockingPromoHelper.java185 .setPriority(Notification.PRIORITY_DEFAULT) in getSpamBlockingPromoNotification()
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DAidlCameraDeviceCallbacks.cpp41 PRIORITY_DEFAULT); in initializeLooper()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java200 case Notification.PRIORITY_DEFAULT: in calculateInitialImportance()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java959 setBypassDnd(Notification.PRIORITY_DEFAULT in populateFromXml()
960 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
H A DNotification.java714 PRIORITY_DEFAULT,
730 public static final int PRIORITY_DEFAULT = 0; field in Notification
2456 this.priority = PRIORITY_DEFAULT; in Notification()
3480 case PRIORITY_DEFAULT: in priorityToString()
3830 mN.priority = PRIORITY_DEFAULT; in Builder()
/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamCallListListener.java256 .setPriority(Notification.PRIORITY_DEFAULT) in createAfterCallNotificationBuilder()
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp74 mLooper->start(false /*runOnCallingThread*/, true /*canCallJava*/, PRIORITY_DEFAULT); in init()
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java399 b.setPriority(Notification.PRIORITY_DEFAULT); in buildNotification()
/aosp12/frameworks/base/core/proto/android/service/
H A Dnotification.proto133 // Default is PRIORITY_DEFAULT (0).
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java367 return JobInfo.PRIORITY_DEFAULT; in findPriority()
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp108 PRIORITY_DEFAULT); in getCameraServiceLocked()
/aosp12/frameworks/av/media/ndk/
H A DNdkImageReader.cpp345 PRIORITY_DEFAULT); in init()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.kt130 .setPriority(NotificationCompat.PRIORITY_DEFAULT)
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.cpp245 PRIORITY_DEFAULT); in getCameraService()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java921 … assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_updatesAppFields()
952 assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_O, UID_O)); in testUpdate_postUpgrade_noUpdateAppFields()
965 assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_O, UID_O)); in testUpdate_postUpgrade_noUpdateAppFields()
979 … assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
1002 … assertEquals(Notification.PRIORITY_DEFAULT, mHelper.getPackagePriority(PKG_N_MR1, UID_N_MR1)); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()

12