OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inboxStyle
(Results
1 - 4
of
4
) sorted by null
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java
48
import android.support.v4.app.NotificationCompat.
InboxStyle
;
117
InboxStyle
inboxStyle
= new NotificationCompat.
InboxStyle
();
120
inboxStyle
.addLine(line);
124
inboxStyle
.setBigContentTitle(BIG_CONTENT_TITLE.getValueString());
126
inboxStyle
.setSummaryText(SUMMARY_TEXT.getValueString());
127
builder.setStyle(
inboxStyle
);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
266
final Notification.
InboxStyle
inboxStyle
= new Notification.
InboxStyle
(builder);
269
inboxStyle
.addLine(getDownloadTitle(res, info));
277
inboxStyle
.setSummaryText(remainingText);
284
inboxStyle
.setSummaryText(
288
notif =
inboxStyle
.build();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
NotificationController.java
20
import android.app.Notification.
InboxStyle
;
182
InboxStyle
inboxStyle
= new
InboxStyle
();
183
inboxStyle
.setBigContentTitle(String.format(mContext.getResources().getQuantityText(
196
inboxStyle
.addLine(computeNotificationTitle(printJob));
200
builder.setStyle(
inboxStyle
);
/packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java
434
// This is the message string used in each line of an
inboxStyle
notification.
[
all
...]
Completed in 3163 milliseconds