HomeSort by relevance Sort by last modified time
    Searched refs:mKeyguardControllerState (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerState.java 64 private KeyguardControllerState mKeyguardControllerState;
107 || mResumedActivities.isEmpty()) && !mKeyguardControllerState.keyguardShowing;
152 mKeyguardControllerState = new KeyguardControllerState(state.keyguardController);
165 mKeyguardControllerState = null;
181 return mKeyguardControllerState;
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityManagerState.java 74 private KeyguardControllerState mKeyguardControllerState;
121 && !mKeyguardControllerState.keyguardShowing;
165 mKeyguardControllerState = new KeyguardControllerState(state.keyguardController);
184 mKeyguardControllerState = null;
275 return mKeyguardControllerState;

Completed in 570 milliseconds