Searched refs:ACTION_DEVICE_LOCKED_CHANGED (Results 1 – 6 of 6) sorted by relevance
17 import static android.content.Intent.ACTION_DEVICE_LOCKED_CHANGED;93 .setAction(ACTION_DEVICE_LOCKED_CHANGED) in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
17 import static android.content.Intent.ACTION_DEVICE_LOCKED_CHANGED;104 new IntentFilter(ACTION_DEVICE_LOCKED_CHANGED), null, null); in StatusBarRemoteInputCallback()313 if (Intent.ACTION_DEVICE_LOCKED_CHANGED.equals(action)) { in onReceive()
82 new IntentFilter(Intent.ACTION_DEVICE_LOCKED_CHANGED), null /* handler */, in onCreate()
2009 final Intent lockIntent = new Intent(Intent.ACTION_DEVICE_LOCKED_CHANGED);
4330 public static final String ACTION_DEVICE_LOCKED_CHANGED = field in Intent
10540 Landroid/content/Intent;->ACTION_DEVICE_LOCKED_CHANGED:Ljava/lang/String;