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

  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityTestsBase.java 414 private KeyguardController mKeyguardController;
421 mKeyguardController = mock(KeyguardController.class);
433 return mKeyguardController;
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 568 private KeyguardController mKeyguardController;
622 mKeyguardController = new KeyguardController(mService, this);
638 return mKeyguardController;
    [all...]
ActivityManagerService.java     [all...]

Completed in 59 milliseconds