Searched refs:ACTION_USER_STARTING (Results 1 – 5 of 5) sorted by relevance
83 Intent.ACTION_USER_STARTING);89 Intent.ACTION_USER_STARTING);
405 filter.addAction(Intent.ACTION_USER_STARTING); in LockSettingsService()574 } else if (Intent.ACTION_USER_STARTING.equals(intent.getAction())) {
951 Intent intent = new Intent(Intent.ACTION_USER_STARTING);
14336 intent = new Intent(Intent.ACTION_USER_STARTING);
3095 public static final String ACTION_USER_STARTING = field in Intent