Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DHeadsUpStatusBarView.java43 private static final String HEADS_UP_STATUS_BAR_VIEW_SUPER_PARCELABLE = field in HeadsUpStatusBarView
121 bundle.putParcelable(HEADS_UP_STATUS_BAR_VIEW_SUPER_PARCELABLE, in onSaveInstanceState()
139 Parcelable superState = bundle.getParcelable(HEADS_UP_STATUS_BAR_VIEW_SUPER_PARCELABLE); in onRestoreInstanceState()