Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java121 public static final int BUTTON_DONTWIPE = BUTTON_POSITIVE; field in GuestResumeSessionReceiver.ResetSessionDialog
139 setButton(BUTTON_DONTWIPE, in ResetSessionDialog()
153 } else if (which == BUTTON_DONTWIPE) { in onClick()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherControllerTest.kt378 .getButton(GuestResumeSessionReceiver.ResetSessionDialog.BUTTON_DONTWIPE)