Home
last modified time | relevance | path

Searched refs:tickerText (Results 1 – 6 of 6) 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.java334 public CharSequence tickerText; field in Notification
2156 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument
2162 .setTicker(tickerText) in Notification()
2182 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument
2185 this.tickerText = tickerText; in Notification()
2229 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2340 if (this.tickerText != null) { in cloneInto()
2341 that.tickerText = this.tickerText.toString(); in cloneInto()
2629 if (tickerText != null) { in writeToParcelImpl()
2631 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java478 if (!TextUtils.isEmpty(notification.tickerText)) { in dump()
479 final String ticker = notification.tickerText.toString(); in dump()
DNotificationManagerService.java6385 CharSequence tickerText = notification.tickerText;
6386 if (!TextUtils.isEmpty(tickerText)) {
6387 event.getText().add(tickerText);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java558 CharSequence ticker = n.tickerText; in contentDescForNotification()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...