Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java302 String tickerText = String.format( in getAppInstalledNotificationBuilder() local
314 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java401 public CharSequence tickerText; field in Notification
2552 .setTicker(tickerText) in Notification()
2576 this.tickerText = tickerText; in Notification()
2733 if (this.tickerText != null) { in cloneInto()
2734 that.tickerText = this.tickerText.toString(); in cloneInto()
3107 if (tickerText != null) { in writeToParcelImpl()
3109 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()
3564 if (this.tickerText != null) { in toString()
4585 public Builder setTicker(CharSequence tickerText) { in setTicker() argument
4586 mN.tickerText = safeCharSequence(tickerText); in setTicker()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java568 if (!TextUtils.isEmpty(notification.tickerText)) { in dumpNotification()
569 final String ticker = notification.tickerText.toString(); in dumpNotification()
H A DNotificationManagerService.java9258 final CharSequence tickerText = notification.tickerText;
9259 if (!TextUtils.isEmpty(tickerText)) {
9260 event.getText().add(tickerText);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java666 CharSequence ticker = n.tickerText; in contentDescForNotification()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6340 field public CharSequence tickerText;