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.java395 public CharSequence tickerText; field in Notification
2455 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument
2461 .setTicker(tickerText) in Notification()
2482 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument
2485 this.tickerText = tickerText; in Notification()
2529 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2642 if (this.tickerText != null) { in cloneInto()
2643 that.tickerText = this.tickerText.toString(); in cloneInto()
2992 if (tickerText != null) { in writeToParcelImpl()
2994 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java544 if (!TextUtils.isEmpty(notification.tickerText)) { in dumpNotification()
545 final String ticker = notification.tickerText.toString(); in dumpNotification()
DNotificationManagerService.java8301 final CharSequence tickerText = notification.tickerText;
8302 if (!TextUtils.isEmpty(tickerText)) {
8303 event.getText().add(tickerText);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java593 CharSequence ticker = n.tickerText; in contentDescForNotification()
/frameworks/base/core/api/
Dcurrent.txt5775 field public CharSequence tickerText;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4647 field public java.lang.CharSequence tickerText;