Searched refs:ACTION_USER_STARTED (Results 1 – 5 of 5) sorted by relevance
307 } else if (Intent.ACTION_USER_STARTED.equals(action)310 if (Intent.ACTION_USER_STARTED.equals(action)) {961 filter.addAction(Intent.ACTION_USER_STARTED); in DevicePolicyManagerService()
277 userFilter.addAction(Intent.ACTION_USER_STARTED); in AccountManagerService()284 } else if (Intent.ACTION_USER_STARTED.equals(action)) { in AccountManagerService()
142 } else if (Intent.ACTION_USER_STARTED.equals(action)) {246 userFilter.addAction(Intent.ACTION_USER_STARTED); in registerBroadcastReceiver()
2559 public static final String ACTION_USER_STARTED = field in Intent
11360 Intent intent = new Intent(Intent.ACTION_USER_STARTED);18975 Intent intent = new Intent(Intent.ACTION_USER_STARTED); in startUser()