Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/
DTopLevelHighlightMixin.java41 private String mPreviousKey; field in TopLevelHighlightMixin
54 mPreviousKey = source.readString(); in TopLevelHighlightMixin()
62 dest.writeString(mPreviousKey); in writeToParcel()
98 mCurrentKey = mPreviousKey; in onCancel()
99 mPreviousKey = null; in onCancel()
144 mPreviousKey = mCurrentKey; in setHighlightPreferenceKey()