Home
last modified time | relevance | path

Searched refs:tickerText (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java301 String tickerText = String.format( in getAppInstalledNotificationBuilder() local
313 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
/frameworks/base/core/java/android/app/
DNotification.java401 public CharSequence tickerText; field in Notification
2509 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument
2515 .setTicker(tickerText) in Notification()
2536 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument
2539 this.tickerText = tickerText; in Notification()
2583 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2696 if (this.tickerText != null) { in cloneInto()
2697 that.tickerText = this.tickerText.toString(); in cloneInto()
3071 if (tickerText != null) { in writeToParcelImpl()
3073 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java563 if (!TextUtils.isEmpty(notification.tickerText)) { in dumpNotification()
564 final String ticker = notification.tickerText.toString(); in dumpNotification()
DNotificationManagerService.java8867 final CharSequence tickerText = notification.tickerText;
8868 if (!TextUtils.isEmpty(tickerText)) {
8869 event.getText().add(tickerText);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java606 CharSequence ticker = n.tickerText; in contentDescForNotification()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4647 field public java.lang.CharSequence tickerText;
/frameworks/base/core/api/
Dcurrent.txt6018 field public CharSequence tickerText;