Searched defs:PRIORITY_DEFAULT (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java357 public static final int PRIORITY_DEFAULT = 0; field in class:Notification
362 * {@link #PRIORITY_DEFAULT} items.
375 * your app's {@link #PRIORITY_DEFAULT} items.
507 this.priority = PRIORITY_DEFAULT;
979 * <td>{@link #PRIORITY_DEFAULT}</td></tr>
998 mPriority = PRIORITY_DEFAULT;
/frameworks/native/include/utils/
H A DAndroidThreads.h107 int32_t threadPriority = PRIORITY_DEFAULT,
104 createThreadEtc(thread_func_t entryFunction, void *userData, const char* threadName = Ó, int32_t threadPriority = PRIORITY_DEFAULT, size_t threadStackSize = 0, thread_id_t *threadId = 0) argument
H A DThreadDefs.h105 PRIORITY_DEFAULT = ANDROID_PRIORITY_DEFAULT, enumerator in enum:android::__anon1403
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java47 public static final int PRIORITY_DEFAULT = 0; field in class:NotificationCompat
53 * compared with your app's {@link #PRIORITY_DEFAULT} items.
68 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
91 if (b.mPriority > PRIORITY_DEFAULT) {
205 mPriority = PRIORITY_DEFAULT;

Completed in 365 milliseconds