Home
last modified time | relevance | path

Searched refs:PRIORITY_HIGH (Results 1 – 11 of 11) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DPriorityPresets.java33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java277 .setPriority(Notification.PRIORITY_HIGH) in generateBigTextStyleNotification()
437 .setPriority(Notification.PRIORITY_HIGH) in generateBigPictureStyleNotification()
528 .setPriority(Notification.PRIORITY_HIGH) in generateInboxStyleNotification()
699 .setPriority(Notification.PRIORITY_HIGH) in generateMessagingStyleNotification()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java310 .setPriority(Notification.PRIORITY_HIGH) in generateBigTextStyleNotification()
472 .setPriority(Notification.PRIORITY_HIGH) in generateBigPictureStyleNotification()
601 .setPriority(Notification.PRIORITY_HIGH) in generateInboxStyleNotification()
793 .setPriority(Notification.PRIORITY_HIGH) in generateMessagingStyleNotification()
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduHeaders.java207 public static final int PRIORITY_HIGH = 0x82; field in PduHeaders
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java199 .setPriority(Notification.PRIORITY_HIGH) in recreateBuilderWithBigTextStyle()
DBigPictureSocialIntentService.java217 .setPriority(Notification.PRIORITY_HIGH) in recreateBuilderWithBigPictureStyle()
DMessagingIntentService.java252 .setPriority(Notification.PRIORITY_HIGH) in recreateBuilderWithMessagingStyle()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigPictureSocialIntentService.java217 .setPriority(Notification.PRIORITY_HIGH) in recreateBuilderWithBigPictureStyle()
DBigTextIntentService.java198 .setPriority(Notification.PRIORITY_HIGH) in recreateBuilderWithBigTextStyle()
DMessagingIntentService.java249 .setPriority(Notification.PRIORITY_HIGH) in recreateBuilderWithMessagingStyle()
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DOtherMetadataFragment.java330 HIGH(Notification.PRIORITY_HIGH),