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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/tests/unit/src/com/android/settings/notification/
ZenModeSettingsIntegrationTest.java 25 private static final String WM_DISMISS_KEYGUARD_COMMAND = "wm dismiss-keyguard";
  /tools/tradefederation/core/src/com/android/tradefed/device/
TestDeviceOptions.java 32 @Option(name = "disable-keyguard",
33 description = "attempt to disable keyguard once boot is complete.")
126 * Check whether or not we should attempt to disable the keyguard once boot has completed
133 * Set whether or not we should attempt to disable the keyguard once boot has completed
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 600 final AggrEventData keyguardShown = new AggrEventData("Keyguard shown");
601 final AggrEventData keyguardHidden = new AggrEventData("Keyguard hidden");
762 // Also want to start out with the keyguard dismissed.
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTestCase.java 63 // Wake up the device and dismiss the keyguard before the test starts.
65 executeShellCommand("wm dismiss-keyguard");
  /frameworks/base/packages/SystemUI/res/layout/
status_bar.xml 103 <com.android.keyguard.AlphaOptimizedLinearLayout android:id="@+id/system_icon_area"
112 </com.android.keyguard.AlphaOptimizedLinearLayout>
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardDisplayManager.java 16 package com.android.keyguard;
115 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
KeyguardPinBasedInputView.java 17 package com.android.keyguard;
29 * A Pin based Keyguard input view
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 29 import com.android.keyguard.ViewMediatorCallback;
32 import com.android.systemui.keyguard.DismissCallbackRegistry;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeUi.java 29 import com.android.keyguard.KeyguardUpdateMonitor;
30 import com.android.keyguard.KeyguardUpdateMonitorCallback;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
OperatorNameView.java 29 import com.android.keyguard.KeyguardUpdateMonitor;
30 import com.android.keyguard.KeyguardUpdateMonitorCallback;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 31 import com.android.keyguard.KeyguardUpdateMonitor;
43 private static final String META_DATA_KEYGUARD_LAYOUT = "com.android.keyguard.layout";
  /frameworks/base/packages/SystemUI/tests/
Android.mk 38 frameworks/base/packages/SystemUI/res-keyguard \
80 LOCAL_AAPT_FLAGS := --extra-packages com.android.systemui:com.android.keyguard
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
WorkLockActivityControllerTest.java 17 package com.android.systemui.keyguard;
55 * runtest systemui -c com.android.systemui.keyguard.WorkLockActivityControllerTest
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 70 import com.android.keyguard.KeyguardHostView.OnDismissAction;
75 import com.android.systemui.keyguard.KeyguardViewMediator;
77 import com.android.systemui.keyguard.WakefulnessLifecycle;
524 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD);
567 mStatusBar.mState = StatusBarState.KEYGUARD;
679 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD);
692 // By default, showKeyguardImpl sets state to KEYGUARD.
694 assertTrue(mStatusBar.mState == StatusBarState.KEYGUARD);
    [all...]
  /frameworks/base/tests/ShowWhenLockedApp/src/com/android/showwhenlocked/
ShowWhenLockedActivity.java 30 * when the phone has a keyguard enabled and/or the screen is off.
158 Log.v(TAG, "Requesting dismiss keyguard");
  /system/extras/boottime_tools/bootanalyze/
config.yaml 52 KeyguardStart: KeyguardServiceDelegate.*\*\*\* Keyguard started
53 KeyguardConnected: KeyguardServiceDelegate.*\*\*\* Keyguard connected
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 70 * you want to do this?" prompt, followed by a keyguard pattern trace if the user
109 * Keyguard validation is run using the standard {@link ConfirmLockPattern}
146 // If returning from a Keyguard request, try to show an account confirmation request if
212 * keyguard confirmation if the user has currently enabled one. If there
213 * is no keyguard available, we simply go to the final confirmation prompt.
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerTestBase.java 312 * Instead, it shows the keyguard and brings the entry field into focus, ready for a
339 // Dismiss active keyguard after credential is cleared, so keyguard doesn't ask for
  /development/apps/Development/res/layout/
show_activity.xml 3 /* //device/apps/Settings/res/layout/keyguard.xml
  /development/apps/Development/src/com/android/development/
ShowActivity.java 1 /* //device/apps/Settings/src/com/android/settings/Keyguard.java
  /device/generic/armv7-a-neon/
mini_common.mk 30 Keyguard \
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 135 * Keyguard: register a callback for being notified that lock-state relevant
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 76 * Indicates that the widget can be displayed on the keyguard.
187 * The resource id of the initial layout for this AppWidget when it is displayed on keyguard.
188 * This parameter only needs to be provided if the widget can be displayed on the keyguard,
251 * Determines whether this widget can be displayed on the home screen, the keyguard, or both.
  /frameworks/base/core/java/android/view/
WindowManager.java 215 * Keyguard is going away.
221 * Keyguard is going away with showing an activity behind that requests wallpaper.
227 * Keyguard is being occluded.
233 * Keyguard is being unoccluded.
288 * Transition flag: Keyguard is going away, but keeping the notification shade open
294 * Transition flag: Keyguard is going away, but doesn't want an animation for it
300 * Transition flag: Keyguard is going away while it was showing the system wallpaper.
735 * Window type: keyguard window.
752 * focus, or they will interfere with the keyguard.
761 * the keyguard is active. These windows must not take inpu
    [all...]
  /frameworks/base/core/res/res/values-land/
dimens.xml 65 <!-- If the height if keyguard drops below this threshold (most likely

Completed in 2906 milliseconds

1 2 3 4 5 6 7 8 91011>>