HomeSort by relevance Sort by last modified time
    Searched refs:exitKeyguardSecurely (Results 1 - 25 of 49) sorted by null

1 2

  /cts/tests/tests/permission/src/android/permission/cts/
NoKeyPermissionTest.java 81 * Verify that KeyguardManager.exitKeyguardSecurely requires permissions.
92 mKeyManager.exitKeyguardSecurely(null);
93 fail("KeyguardManager.exitKeyguardSecurely did not throw SecurityException as"
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 140 mWm.exitKeyguardSecurely(null);
141 fail("IWindowManager.exitKeyguardSecurely did not throw SecurityException as"
  /frameworks/base/core/java/android/app/
KeyguardManager.java 292 * Callback passed to {@link KeyguardManager#exitKeyguardSecurely} to notify
566 public void exitKeyguardSecurely(final OnKeyguardExitResult callback) {
568 mWM.exitKeyguardSecurely(new IOnKeyguardExitResult.Stub() {
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 152 void exitKeyguardSecurely(IOnKeyguardExitResult callback);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 336 public void exitKeyguardSecurely(OnKeyguardExitResult callback) {
  /frameworks/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 135 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java     [all...]
PhoneWindowManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
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.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
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 
android-all-stubs.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 417 milliseconds

1 2