Searched refs:bootIntent (Results 1 – 1 of 1) sorted by relevance
450 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted() local451 bootIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in finishUserUnlockedCompleted()452 bootIntent.addFlags(Intent.FLAG_RECEIVER_NO_ABORT in finishUserUnlockedCompleted()454 mInjector.broadcastIntentLocked(bootIntent, null, new IIntentReceiver.Stub() { in finishUserUnlockedCompleted()