Searched refs:stoppingIntent (Results 1 – 1 of 1) sorted by relevance
20262 final Intent stoppingIntent = new Intent(Intent.ACTION_USER_STOPPING); in stopUserLocked() local20263 stoppingIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in stopUserLocked()20264 stoppingIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in stopUserLocked()20265 stoppingIntent.putExtra(Intent.EXTRA_SHUTDOWN_USERSPACE_ONLY, true); in stopUserLocked()20298 broadcastIntentLocked(null, null, stoppingIntent, in stopUserLocked()