Searched refs:ACTION_DEVICE_LOCKED_CHANGED (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java19 import static android.content.Intent.ACTION_DEVICE_LOCKED_CHANGED;
134 .setAction(ACTION_DEVICE_LOCKED_CHANGED)
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWorkLockActivity.java71 new IntentFilter(Intent.ACTION_DEVICE_LOCKED_CHANGED), /* permission */ null,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java86 } else if (Intent.ACTION_DEVICE_LOCKED_CHANGED.equals(action)) {
220 allUsersFilter.addAction(Intent.ACTION_DEVICE_LOCKED_CHANGED);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1005 final Intent lockIntent = new Intent(Intent.ACTION_DEVICE_LOCKED_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntent.java3338 public static final String ACTION_DEVICE_LOCKED_CHANGED = field in class:Intent

Completed in 132 milliseconds