Home
last modified time | relevance | path

Searched refs:tickerView (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java429 public RemoteViews tickerView; field in Notification
2711 tickerView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2824 if (heavy && this.tickerView != null) { in cloneInto()
2825 that.tickerView = this.tickerView.clone(); in cloneInto()
2943 if (tickerView != null) tickerView.visitUris(visitor); in visitUris()
3181 tickerView = null; in lightenPayload()
3381 if (tickerView != null) { in writeToParcelImpl()
3383 tickerView.writeToParcel(parcel, 0); in writeToParcelImpl()
/frameworks/base/core/api/
Dlint-baseline.txt262 DeprecationMismatch: android.app.Notification#tickerView:
263 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
Dmodule-lib-lint-baseline.txt348 DeprecationMismatch: android.app.Notification#tickerView:
349 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
Dtest-lint-baseline.txt360 DeprecationMismatch: android.app.Notification#tickerView:
361 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
Dsystem-lint-baseline.txt352 DeprecationMismatch: android.app.Notification#tickerView:
353 …Field Notification.tickerView: @Deprecated annotation (present) and @deprecated doc tag (not prese…
Dcurrent.txt6536 field @Deprecated public android.widget.RemoteViews tickerView;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14420 if (notif.tickerView != null) {
14422 notif.tickerView.writeToParcel(parcel, 0);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4648 field public deprecated android.widget.RemoteViews tickerView;