HomeSort by relevance Sort by last modified time
    Searched full:keyguard (Results 51 - 75 of 536) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
IccPanel.java 50 // keyguard, so the user will see it immediately after boot (without
51 // needing to enter the lock pattern or dismiss the keyguard first.)
56 // won't ever let a dialog hide the keyguard (because there could
60 // lock pattern (or dismiss the keyguard) *before* being able to type
  /tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
KeyguardStatusCheckerTest.java 49 * keyguard is not showing.
62 * keyguard is showing.
76 * keyguard controller is not supported.
86 /** helper to create a response keyguard state from a fake device. */
  /tools/tradefederation/core/util-apps/DeviceSetupUtil/res/values/
strings.xml 19 <string name="hello_world">This is the dismiss keyguard util!</string>
  /cts/tests/admin/app/src/android/admin/app/
CtsDeviceAdminActivationTestActivity.java 42 // Dismiss keyguard and keep screen on while this Activity is displayed.
43 // This is needed because on older platforms, when the keyguard is on, onActivityResult is
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardLifecyclesDispatcher.java 17 package com.android.systemui.keyguard;
25 * Dispatches the lifecycles keyguard gets from WindowManager on the main thread.
KeyguardSliceProvider.java 17 package com.android.systemui.keyguard;
60 public static final String KEYGUARD_SLICE_URI = "content://com.android.systemui.keyguard/main";
61 public static final String KEYGUARD_DATE_URI = "content://com.android.systemui.keyguard/date";
63 "content://com.android.systemui.keyguard/alarm";
64 public static final String KEYGUARD_DND_URI = "content://com.android.systemui.keyguard/dnd";
66 "content://com.android.systemui.keyguard/action";
139 // Add simple action because API requires it; Keyguard handles presenting
  /frameworks/base/tests/Assist/
AndroidManifest.xml 34 android:name="com.android.keyguard.layout"
42 android:label="Test Above Keyguard Activity"
  /frameworks/base/core/res/res/values-sw600dp/
dimens.xml 44 <!-- Height of FaceUnlock view in keyguard -->
77 <!-- Keyguard dimensions -->
78 <!-- Size of the clock font in keyguard's status view -->
81 <!-- Size of the date font in keyguard's status view -->
84 <!-- Size of the generic status lines keyguard's status view -->
90 <!-- Size of margin on the right of keyguard's status view -->
  /frameworks/base/packages/SystemUI/res-keyguard/values/
styles.xml 21 <!-- Keyguard PIN pad styles -->
22 <style name="Keyguard.TextView" parent="@android:style/Widget.DeviceDefault.TextView">
26 <style name="Keyguard.TextView.EmergencyButton" parent="@android:style/DeviceDefault.ButtonBar">
40 <style name="Keyguard.ImageButton.NumPadEnter" parent="@android:style/Widget.ImageButton">
82 <style name="TextAppearance.Keyguard" parent="Theme.SystemUI">
90 <style name="TextAppearance.Keyguard.Secondary">
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java 19 import static com.android.keyguard.KeyguardHostView.OnDismissAction;
20 import static com.android.keyguard.KeyguardSecurityModel.SecurityMode;
38 import com.android.keyguard.KeyguardHostView;
39 import com.android.keyguard.KeyguardSecurityView;
40 import com.android.keyguard.KeyguardUpdateMonitor;
41 import com.android.keyguard.KeyguardUpdateMonitorCallback;
42 import com.android.keyguard.R;
43 import com.android.keyguard.ViewMediatorCallback;
46 import com.android.systemui.keyguard.DismissCallbackRegistry;
113 * @param resetSecuritySelection Cleans keyguard vie
    [all...]
StatusBarKeyguardViewManager.java 19 import static com.android.keyguard.KeyguardHostView.OnDismissAction;
37 import com.android.keyguard.KeyguardUpdateMonitor;
38 import com.android.keyguard.KeyguardUpdateMonitorCallback;
39 import com.android.keyguard.ViewMediatorCallback;
43 import com.android.systemui.keyguard.DismissCallbackRegistry;
52 * Manages creating, showing, hiding and resetting the keyguard within the status bar. Calls back
53 * via {@link ViewMediatorCallback} to poke the wake lock and report that the keyguard is done,
55 * {@link com.android.keyguard.KeyguardViewBase}.
59 // When hiding the Keyguard with timing supplied from WindowManager, better be early than late.
68 // Duration of the Keyguard dismissal animation in case the user is currently locked. This is t
    [all...]
FingerprintUnlockController.java 26 import com.android.keyguard.KeyguardConstants;
27 import com.android.keyguard.KeyguardUpdateMonitor;
28 import com.android.keyguard.KeyguardUpdateMonitorCallback;
31 import com.android.systemui.keyguard.KeyguardViewMediator;
32 import com.android.systemui.keyguard.ScreenLifecycle;
33 import com.android.systemui.keyguard.WakefulnessLifecycle;
53 * Mode in which we wake up the device, and directly dismiss Keyguard. Active when we acquire
59 * Mode in which we wake the device up, and fade out the Keyguard contents because they were
71 * Mode in which we only wake up the device, and keyguard was not showing when we acquired a
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 1 package com.android.server.policy.keyguard;
36 * A local class that keeps a cache of keyguard state that can be restored in the event
37 * keyguard crashes. It currently also allows runtime-selectable
38 * local or remote instances of keyguard.
82 // Assume keyguard is showing and secure until we know for sure. This is here in
149 Log.v(TAG, "*** Keyguard: can't bind to " + keyguardComponent);
156 // stuck on keyguard-less devices.
160 if (DEBUG) Log.v(TAG, "*** Keyguard started");
167 if (DEBUG) Log.v(TAG, "*** Keyguard connected (yay!)");
171 // If the system is ready, it means keyguard crashed and restarted
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityStackSupervisorTests.java 200 final KeyguardController keyguard = mSupervisor.getKeyguardController(); local
204 // Make sure we wake and resume in the case the display is turning on and the keyguard is
206 verifySleepTokenBehavior(display, keyguard, stack, true /*displaySleeping*/,
211 // Make sure we wake and don't resume when the display is turning on and the keyguard is
213 verifySleepTokenBehavior(display, keyguard, stack, true /*displaySleeping*/,
218 // Make sure we wake and don't resume when the display is turning on and the keyguard is
220 verifySleepTokenBehavior(display, keyguard, stack, true /*displaySleeping*/,
226 verifySleepTokenBehavior(display, keyguard, stack, false /*displaySleeping*/,
232 private void verifySleepTokenBehavior(ActivityDisplay display, KeyguardController keyguard,
240 doReturn(keyguardShowing).when(keyguard).isKeyguardOrAodShowing(anyInt())
336 final KeyguardController keyguard = mSupervisor.getKeyguardController(); local
    [all...]
  /frameworks/base/core/res/res/values-sw720dp/
dimens.xml 74 <!-- Keyguard dimensions -->
75 <!-- Size of the clock font in keyguard's status view -->
78 <!-- Size of the date font in keyguard's status view -->
81 <!-- Size of the generic status lines keyguard's status view -->
87 <!-- Size of margin on the right of keyguard's status view -->
  /frameworks/base/packages/SystemUI/res-keyguard/layout/
keyguard_status_view.xml 20 <!-- This is a view that shows general status information in Keyguard. -->
21 <com.android.keyguard.KeyguardStatusView
101 </com.android.keyguard.KeyguardStatusView>
keyguard_pattern_view.xml 23 <com.android.keyguard.KeyguardPatternView
79 </com.android.keyguard.KeyguardPatternView>
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
WorkLockActivityTest.java 17 package com.android.systemui.keyguard;
37 import com.android.systemui.keyguard.WorkLockActivity;
46 * runtest systemui -c com.android.systemui.keyguard.WorkLockActivityTest
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseActivity.java 80 // If the activity is launched, not due to config change, when keyguard is locked and the
81 // flag is set, assume it's launched on top of keyguard on purpose.
84 // truly on top of keyguard on purpose
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
FbeHelper.java 58 * Unlock FBE by entering the password in the Keyguard UI. This method blocks until an
76 assertTrue("Failed to dismiss keyguard", latch.await(1, TimeUnit.MINUTES));
  /development/tools/logblame/
app_switch_test 25 adb shell wm dismiss-keyguard
52 adb shell wm dismiss-keyguard
  /frameworks/base/packages/SystemUI/
Android.mk 68 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res-keyguard $(LOCAL_PATH)/res
79 LOCAL_AAPT_FLAGS := --extra-packages com.android.keyguard
  /frameworks/base/packages/SystemUI/res/layout/
mobile_signal_group.xml 19 <com.android.keyguard.AlphaOptimizedLinearLayout
80 </com.android.keyguard.AlphaOptimizedLinearLayout>
qs_customize_panel_content.xml 24 <com.android.keyguard.AlphaOptimizedLinearLayout
55 </com.android.keyguard.AlphaOptimizedLinearLayout>
qs_detail_header.xml 17 <com.android.keyguard.AlphaOptimizedLinearLayout
65 </com.android.keyguard.AlphaOptimizedLinearLayout>

Completed in 722 milliseconds

1 23 4 5 6 7 8 91011>>