HomeSort by relevance Sort by last modified time
    Searched defs:mKeyguardState (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 57 private final KeyguardState mKeyguardState = new KeyguardState();
150 mKeyguardState.showing = false;
151 mKeyguardState.showingAndNotOccluded = false;
152 mKeyguardState.secure = false;
153 synchronized (mKeyguardState) {
157 mKeyguardState.deviceHasKeyguard = false;
170 if (mKeyguardState.systemIsReady) {
173 if (mKeyguardState.currentUser != UserHandle.USER_NULL) {
175 mKeyguardService.setCurrentUser(mKeyguardState.currentUser);
178 if (mKeyguardState.interactiveState == INTERACTIVE_STATE_AWAK
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 62 milliseconds