/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 20 import static android.app.Notification.PRIORITY_HIGH; 420 ntm.expectTestNotification(1, id, PRIORITY_HIGH); 483 ntm.expectTestNotification(6, id4, PRIORITY_HIGH); // concurrent 484 ntm.expectTestNotification(5, id5, PRIORITY_HIGH); // concurrent 485 ntm.expectTestNotification(4, id6, PRIORITY_HIGH); // concurrent 486 ntm.expectTestNotification(3, id7, PRIORITY_HIGH); // future 487 ntm.expectTestNotification(2, id8, PRIORITY_HIGH); // future 488 ntm.expectTestNotification(1, id9, PRIORITY_HIGH); // future 498 ntm.expectTestNotification(4, id5, PRIORITY_HIGH); // concurrent 499 ntm.expectTestNotification(3, id7, PRIORITY_HIGH); // futur [all...] |
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
PriorityPresets.java | 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
|
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
PriorityPresets.java | 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
PriorityPresets.java | 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseClasspathContainerInitializer.java | 63 IMarker.PRIORITY_HIGH);
|
/developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/ |
OtherMetadataFragmentTest.java | 52 assertEquals(Notification.PRIORITY_HIGH, notification.priority);
|
/developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/ |
OtherMetadataFragmentTest.java | 52 assertEquals(Notification.PRIORITY_HIGH, notification.priority);
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
RemoteBugreportUtils.java | 69 .setPriority(Notification.PRIORITY_HIGH)
|
/external/replicaisland/src/com/replica/replicaisland/ |
SoundSystem.java | 32 public static final int PRIORITY_HIGH = 2;
|
AnimationComponent.java | 158 mRocketSoundStream = sound.play(mRocketSound, true, SoundSystem.PRIORITY_HIGH); 264 sound.play(mLandThump, false, SoundSystem.PRIORITY_HIGH, 1.0f,
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
NotificationStressTest.java | 125 .setPriority(Notification.PRIORITY_HIGH)
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
CallServiceNotifier.java | 192 builder.setPriority(Notification.PRIORITY_HIGH); 214 builder.setPriority(Notification.PRIORITY_HIGH);
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduHeaders.java | 207 public static final int PRIORITY_HIGH = 0x82; 396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmNotifications.java | 88 .setPriority(NotificationCompat.PRIORITY_HIGH) 152 .setPriority(NotificationCompat.PRIORITY_HIGH)
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
PduHeaders.java | 205 public static final int PRIORITY_HIGH = 0x82; 394 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduHeaders.java | 212 public static final int PRIORITY_HIGH = 0x82; 414 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
NotificationHelper.java | 175 .setPriority(Notification.PRIORITY_HIGH) 334 n.setPriority(Notification.PRIORITY_HIGH)
|
/external/autotest/client/cros/cellular/wardmodem/ |
at_channel.py | 90 priority=glib.PRIORITY_HIGH)
|
/external/ipsec-tools/src/libipsec/ |
ipsec_dump_policy.c | 132 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH;
|
libpfkey.h | 42 #define PRIORITY_HIGH 0x40000000
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 171 .setPriority(Notification.PRIORITY_HIGH)
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaThumbRequest.java | 51 static final int PRIORITY_HIGH = 5;
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyCallbackModeService.java | 185 builder.setPriority(Notification.PRIORITY_HIGH);
|
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
OtherMetadataFragment.java | 335 HIGH(Notification.PRIORITY_HIGH),
|
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
OtherMetadataFragment.java | 335 HIGH(Notification.PRIORITY_HIGH),
|