HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_DEFAULT (Results 1 - 25 of 60) sorted by null

1 2 3

  /system/core/include/utils/
ThreadDefs.h 59 PRIORITY_DEFAULT = ANDROID_PRIORITY_DEFAULT,
Thread.h 49 int32_t priority = PRIORITY_DEFAULT,
AndroidThreads.h 110 int32_t threadPriority = PRIORITY_DEFAULT,
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 27 R.string.default_priority, Notification.PRIORITY_DEFAULT);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 27 R.string.default_priority, Notification.PRIORITY_DEFAULT);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
PriorityPresets.java 27 R.string.default_priority, Notification.PRIORITY_DEFAULT);
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 130 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3)
136 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3 &&
138 (u_int32_t) (PRIORITY_DEFAULT / 4) * 5)
140 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT;
policy_parse.y 156 p_priority = PRIORITY_DEFAULT;
178 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
200 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
libpfkey.h 41 #define PRIORITY_DEFAULT 0x80000000
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 49 int32_t priority = PRIORITY_DEFAULT
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 118 run("CameraPreviewThread", PRIORITY_DEFAULT);
133 run("CameraVideoThread", PRIORITY_DEFAULT);
158 run("CameraAutoFocusThread", PRIORITY_DEFAULT);
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 139 int priority = safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT);
145 if (priority != Notification.PRIORITY_DEFAULT) {
198 if (priority != Notification.PRIORITY_DEFAULT) {
301 int priority = Notification.PRIORITY_DEFAULT;
304 priority = priorityByUid.get(uid, Notification.PRIORITY_DEFAULT);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 117 .setPriority(Notification.PRIORITY_DEFAULT)
OtherMetadataFragment.java 333 DEFAULT(Notification.PRIORITY_DEFAULT),
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 61 assertEquals(Notification.PRIORITY_DEFAULT, notification.priority);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 117 .setPriority(Notification.PRIORITY_DEFAULT)
OtherMetadataFragment.java 333 DEFAULT(Notification.PRIORITY_DEFAULT),
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 61 assertEquals(Notification.PRIORITY_DEFAULT, notification.priority);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 117 .setPriority(Notification.PRIORITY_DEFAULT)
OtherMetadataFragment.java 333 DEFAULT(Notification.PRIORITY_DEFAULT),
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 111 run(mName.string(), PRIORITY_DEFAULT);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
PackagePriorityVerifierActivity.java 245 .setPriority(Notification.PRIORITY_DEFAULT);
254 .setPriority(Notification.PRIORITY_DEFAULT);
AttentionManagementVerifierActivity.java 808 int priorityA = usePriorities ? Notification.PRIORITY_MIN : Notification.PRIORITY_DEFAULT;
809 int priorityB = usePriorities ? Notification.PRIORITY_MAX : Notification.PRIORITY_DEFAULT;
810 int priorityC = usePriorities ? Notification.PRIORITY_LOW : Notification.PRIORITY_DEFAULT;
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 19 import static android.app.Notification.PRIORITY_DEFAULT;
668 ntm.expectTestNotification(4, id2, PRIORITY_DEFAULT);
679 ntm.expectTestNotification(3, id2, PRIORITY_DEFAULT);
690 ntm.expectTestNotification(2, id2, PRIORITY_DEFAULT);
702 ntm.expectTestNotification(1, id2, PRIORITY_DEFAULT);
    [all...]
  /system/core/libutils/
Threads.cpp 138 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
288 PRIORITY_DEFAULT, 0, id);

Completed in 2494 milliseconds

1 2 3