Home
last modified time | relevance | path

Searched refs:setPriority (Results 1 – 19 of 19) sorted by relevance

/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/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DPriorityPresets.java52 builder.setPriority(mPriority); in apply()
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DMultimediaMessagePdu.java129 public void setPriority(int value) throws InvalidHeaderValueException { in setPriority() method in MultimediaMessagePdu
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java65 .setPriority(Notification.PRIORITY_MAX); in onCreate()
DDisconnectListenerService.java122 .setPriority(Notification.PRIORITY_MAX); in setupLostConnectivityNotification()
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java116 .setPriority(Notification.PRIORITY_DEFAULT) in createNotification()
DOtherMetadataFragment.java182 .setPriority(priority.value) in createNotification()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java99 .setPriority(NotificationCompat.PRIORITY_DEFAULT); in showNotification()
/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/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DHomeListenerService.java141 .setPriority(Notification.PRIORITY_MIN); in updateNotificationForDataItem()
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
DWearableMainActivity.java351 .setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY) in requestLocation()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java240 .setPriority(LocationRequest.PRIORITY_BALANCED_POWER_ACCURACY); in requestLocationInternal()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java367 req.setPriority(DEFAULT_PRIORITY); in buildPdu()