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
47
) sorted by null
1
2
/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
116
Notification.
BigTextStyle
bigTextStyle
= new Notification.
BigTextStyle
()
120
.setStyle(
bigTextStyle
)
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java
116
Notification.
BigTextStyle
bigTextStyle
= new Notification.
BigTextStyle
()
120
.setStyle(
bigTextStyle
)
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java
116
Notification.
BigTextStyle
bigTextStyle
= new Notification.
BigTextStyle
()
120
.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
202
* e.g. as supplied to {@link
BigTextStyle
#setBigContentTitle(CharSequence)}.
227
* {@link
BigTextStyle
#setSummaryText(CharSequence)}.
233
* {@link
BigTextStyle
} notification, as supplied to
234
* {@link
BigTextStyle
#bigText(CharSequence)}.
787
if (style instanceof
BigTextStyle
) {
788
BigTextStyle
bigTextStyle
= (
BigTextStyle
) style;
790
bigTextStyle
.mBigContentTitle,
791
bigTextStyle
.mSummaryTextSet
[
all
...]
/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())
/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/storage/
DeviceStorageMonitorService.java
480
.setStyle(new Notification.
BigTextStyle
()
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
420
Notification.
BigTextStyle
expandedBuilder = new Notification.
BigTextStyle
();
[
all
...]
/frameworks/base/core/java/android/app/
Notification.java
695
* e.g. as supplied to {@link
BigTextStyle
#setBigContentTitle(CharSequence)}.
720
* {@link
BigTextStyle
#setSummaryText(CharSequence)}.
726
* {@link
BigTextStyle
} notification, as supplied to
727
* {@link
BigTextStyle
#bigText(CharSequence)}.
[
all
...]
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
523
new Notification.
BigTextStyle
(builder).bigText(contentText).build();
/packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java
[
all
...]
/packages/apps/FMRadio/src/com/android/fmradio/
FmService.java
21
import android.app.Notification.
BigTextStyle
;
217
private
BigTextStyle
mNotificationStyle = null;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
731
new Notification.
BigTextStyle
(b)
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
[
all
...]
Completed in 3540 milliseconds
1
2