Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyIntent.java34 private final boolean mBeganFromNonInteractive; field in GlobalKeyIntent
40 mBeganFromNonInteractive = beganFromNonInteractive; in GlobalKeyIntent()
48 .putExtra(EXTRA_BEGAN_FROM_NON_INTERACTIVE, mBeganFromNonInteractive); in getIntent()
64 return mBeganFromNonInteractive; in beganFromNonInteractive()
H A DGlobalKeyManager.java60 private boolean mBeganFromNonInteractive = false; field in GlobalKeyManager
80 mBeganFromNonInteractive).getIntent(); in handleGlobalKey()
84 mBeganFromNonInteractive = false; in handleGlobalKey()
112 mBeganFromNonInteractive = true; in setBeganFromNonInteractive()
H A DSingleKeyGestureDetector.java48 private boolean mBeganFromNonInteractive = false; field in SingleKeyGestureDetector
188 mBeganFromNonInteractive = !interactive; in interceptKey()
344 return mBeganFromNonInteractive; in beganFromNonInteractive()