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

1 2

  /frameworks/base/core/java/android/widget/
ViewFlipper.java 75 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
89 filter.addAction(Intent.ACTION_USER_PRESENT);
AdapterViewFlipper.java 90 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
104 filter.addAction(Intent.ACTION_USER_PRESENT);
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 30 Intent.ACTION_USER_PRESENT,
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
WorkspaceAndHotseatScrim.java 20 import static android.content.Intent.ACTION_USER_PRESENT;
102 } else if (ACTION_USER_PRESENT.equals(action)) {
103 // ACTION_USER_PRESENT is sent after onStart/onResume. This covers the case where
234 filter.addAction(ACTION_USER_PRESENT); // When the device wakes up + keyguard is gone
  /frameworks/base/core/java/com/android/internal/util/
ScreenshotHelper.java 132 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT);
  /packages/apps/DeskClock/src/com/android/deskclock/
ScreensaverActivity.java 65 case Intent.ACTION_USER_PRESENT:
145 filter.addAction(Intent.ACTION_USER_PRESENT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationLockscreenUserManager.java 111 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
227 filter.addAction(Intent.ACTION_USER_PRESENT);
  /packages/apps/Camera2/src/com/android/camera/
PermissionsActivity.java 76 IntentFilter filter_user_unlock = new IntentFilter(Intent.ACTION_USER_PRESENT);
CameraActivity.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 117 offFilter.addAction(Intent.ACTION_USER_PRESENT);
  /packages/apps/Settings/src/com/android/settings/dashboard/
RestrictedDashboardFragment.java 115 offFilter.addAction(Intent.ACTION_USER_PRESENT);
  /compatibility/cdd/3_software/
3_9_device-administration.md 104 profile if and when the device wakes up (ACTION_USER_PRESENT) and the
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 465 filter.addAction(Intent.ACTION_USER_PRESENT);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 290 private static final Intent USER_PRESENT_INTENT = new Intent(Intent.ACTION_USER_PRESENT)
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 445 intentFilter.addAction(Intent.ACTION_USER_PRESENT);
458 } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.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 

Completed in 945 milliseconds

1 2