Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DLockscreenFragment.java66 public static final String LOCKSCREEN_RIGHT_UNLOCK = "sysui_keyguard_right_unlock"; field in LockscreenFragment
78 setupGroup(LOCKSCREEN_RIGHT_BUTTON, LOCKSCREEN_RIGHT_UNLOCK); in onCreatePreferences()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java26 import static com.android.systemui.tuner.LockscreenFragment.LOCKSCREEN_RIGHT_UNLOCK;
557 && Dependency.get(TunerService.class).getValue(LOCKSCREEN_RIGHT_UNLOCK, 1) != 0; in launchVoiceAssist()