Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java33 private static final String PANEL_BAR_SUPER_PARCELABLE = "panel_bar_super_parcelable"; field in PanelBar
60 bundle.putParcelable(PANEL_BAR_SUPER_PARCELABLE, super.onSaveInstanceState()); in onSaveInstanceState()
73 super.onRestoreInstanceState(bundle.getParcelable(PANEL_BAR_SUPER_PARCELABLE)); in onRestoreInstanceState()