OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigTextStyle
(Results
1 - 25
of
74
) sorted by null
1
2
3
/frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImplJellybean.java
26
Notification.
BigTextStyle
bigTextStyle
= new Notification.
BigTextStyle
(b.getBuilder());
27
bigTextStyle
.bigText(bigText);
/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
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java
76
.setStyle(new Notification.
BigTextStyle
().bigText(msg))
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
RemoteBugreportUtils.java
98
.setStyle(new Notification.
BigTextStyle
().bigText(context.getString(
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java
151
.setStyle(new NotificationCompat.
BigTextStyle
()
/developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java
151
.setStyle(new NotificationCompat.
BigTextStyle
()
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java
151
.setStyle(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
)
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java
207
.setStyle(new Notification.
BigTextStyle
().bigText(text))
234
.setStyle(new Notification.
BigTextStyle
().bigText(text))
482
.setStyle(new Notification.
BigTextStyle
().bigText(text))
532
.setStyle(new Notification.
BigTextStyle
().bigText(text))
567
.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/compat/jellybean/android/support/v4/app/
NotificationCompatJellybean.java
169
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/services/core/java/com/android/server/connectivity/
NetworkNotificationManager.java
176
builder.setStyle(new Notification.
BigTextStyle
().bigText(details));
Completed in 1010 milliseconds
1
2
3