Searched refs:ACTION_DEVICE_LOCKED_CHANGED (Results 1 – 5 of 5) sorted by relevance
17 import static android.content.Intent.ACTION_DEVICE_LOCKED_CHANGED;87 .setAction(ACTION_DEVICE_LOCKED_CHANGED) in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
17 import static android.content.Intent.ACTION_DEVICE_LOCKED_CHANGED;93 new IntentFilter(ACTION_DEVICE_LOCKED_CHANGED), null, null); in StatusBarRemoteInputCallback()284 if (Intent.ACTION_DEVICE_LOCKED_CHANGED.equals(action)) { in onReceive()
80 new IntentFilter(Intent.ACTION_DEVICE_LOCKED_CHANGED), null /* handler */, in onCreate()
1261 final Intent lockIntent = new Intent(Intent.ACTION_DEVICE_LOCKED_CHANGED);
3764 public static final String ACTION_DEVICE_LOCKED_CHANGED = field in Intent