Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
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()
DGlobalKeyManager.java60 private boolean mBeganFromNonInteractive = false; field in GlobalKeyManager
79 mBeganFromNonInteractive).getIntent(); in handleGlobalKey()
83 mBeganFromNonInteractive = false; in handleGlobalKey()
111 mBeganFromNonInteractive = true; in setBeganFromNonInteractive()
DSingleKeyGestureDetector.java46 private boolean mBeganFromNonInteractive = false; field in SingleKeyGestureDetector
217 mBeganFromNonInteractive = !interactive; in interceptKey()
418 return mBeganFromNonInteractive; in beganFromNonInteractive()