/aosp12/system/core/libutils/include/utils/ |
H A D | ThreadDefs.h | 63 PRIORITY_DEFAULT = ANDROID_PRIORITY_DEFAULT, enumerator
|
H A D | Thread.h | 52 int32_t priority = PRIORITY_DEFAULT,
|
H A D | AndroidThreads.h | 107 int32_t threadPriority = PRIORITY_DEFAULT,
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PriorityExtractor.java | 47 ? Notification.PRIORITY_MAX : Notification.PRIORITY_DEFAULT); in process()
|
H A D | NotificationRecord.java | 371 case Notification.PRIORITY_DEFAULT: in calculateInitialImportance()
|
H A D | PreferencesHelper.java | 132 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 D | ALooper.h | 50 int32_t priority = PRIORITY_DEFAULT
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | SmsStorageStatusManager.java | 72 .setPriority(Notification.PRIORITY_DEFAULT) in postStorageLowNotification()
|
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | JobInfo.java | 191 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 D | Threads.cpp | 137 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 D | SpamBlockingPromoHelper.java | 185 .setPriority(Notification.PRIORITY_DEFAULT) in getSpamBlockingPromoNotification()
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | AidlCameraDeviceCallbacks.cpp | 41 PRIORITY_DEFAULT); in initializeLooper()
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | NotificationEntry.java | 200 case Notification.PRIORITY_DEFAULT: in calculateInitialImportance()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 959 setBypassDnd(Notification.PRIORITY_DEFAULT in populateFromXml() 960 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
|
H A D | Notification.java | 714 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 D | SpamCallListListener.java | 256 .setPriority(Notification.PRIORITY_DEFAULT) in createAfterCallNotificationBuilder()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_GenericPlayer.cpp | 74 mLooper->start(false /*runOnCallingThread*/, true /*canCallJava*/, PRIORITY_DEFAULT); in init()
|
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationBuilderTest.java | 399 b.setPriority(Notification.PRIORITY_DEFAULT); in buildNotification()
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | notification.proto | 133 // Default is PRIORITY_DEFAULT (0).
|
/aosp12/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncOperation.java | 367 return JobInfo.PRIORITY_DEFAULT; in findPriority()
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraManager.cpp | 108 PRIORITY_DEFAULT); in getCameraServiceLocked()
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkImageReader.cpp | 345 PRIORITY_DEFAULT); in init()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
H A D | AlarmNotifications.kt | 130 .setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraManager.cpp | 245 PRIORITY_DEFAULT); in getCameraService()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 921 … 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()
|