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

1 2 3

  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsStorageStatusManager.java 77 final NotificationCompat.BigTextStyle bigTextStyle =
78 new NotificationCompat.BigTextStyle(builder);
79 bigTextStyle.bigText(resources.getString(R.string.sms_storage_low_text));
80 final Notification notification = bigTextStyle.build();
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 68 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 68 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 68 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 47 import android.support.v4.app.NotificationCompat.BigTextStyle;
108 BigTextStyle bigText = new NotificationCompat.BigTextStyle();
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 97 .setStyle(new NotificationCompat.BigTextStyle()
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 113 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle()
117 .setStyle(bigTextStyle)
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 113 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle()
117 .setStyle(bigTextStyle)
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java 113 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle()
117 .setStyle(bigTextStyle)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 120 NotificationCompat.BigTextStyle bigTextStyle = new NotificationCompat.BigTextStyle();
121 bigTextStyle.bigText(addendum + longSmsText);
134 .setStyle(bigTextStyle)
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 203 * e.g. as supplied to {@link BigTextStyle#setBigContentTitle(CharSequence)}.
228 * {@link BigTextStyle#setSummaryText(CharSequence)}.
234 * {@link BigTextStyle} notification, as supplied to
235 * {@link BigTextStyle#bigText(CharSequence)}.
802 if (style instanceof BigTextStyle) {
803 BigTextStyle bigTextStyle = (BigTextStyle) style;
805 bigTextStyle.mBigContentTitle,
806 bigTextStyle.mSummaryTextSet
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 201 .setStyle(new Notification.BigTextStyle().bigText(text))
227 .setStyle(new Notification.BigTextStyle().bigText(text))
465 .setStyle(new Notification.BigTextStyle().bigText(text))
514 .setStyle(new Notification.BigTextStyle().bigText(text))
548 .setStyle(new Notification.BigTextStyle().bigText(text))
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 118 Notification.BigTextStyle style = new Notification.BigTextStyle();
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 118 Notification.BigTextStyle style = new Notification.BigTextStyle();
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 118 Notification.BigTextStyle style = new Notification.BigTextStyle();
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 156 Notification.BigTextStyle style = new Notification.BigTextStyle(b.getBuilder())
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SmsReceiver.java 276 final NotificationCompat.BigTextStyle bigTextStyle =
277 new NotificationCompat.BigTextStyle(builder);
278 bigTextStyle.bigText(resources.getString(R.string.secondary_user_new_message_title));
279 final Notification notification = bigTextStyle.build();
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 122 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
233 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 122 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
233 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 122 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
233 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle();
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 146 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle()
158 .setStyle(bigTextStyle)
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 178 .setStyle(new Notification.BigTextStyle().bigText(transcription))
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 567 notifStyle = new NotificationCompat.BigTextStyle(builder)
600 notifStyle = new NotificationCompat.BigTextStyle(builder).bigText(buf);
    [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 481 .setStyle(new Notification.BigTextStyle()
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 420 Notification.BigTextStyle expandedBuilder = new Notification.BigTextStyle();
    [all...]

Completed in 874 milliseconds

1 2 3