Searched refs:bootIntent (Results 1 – 1 of 1) sorted by relevance
764 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted() local765 bootIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in finishUserUnlockedCompleted()766 bootIntent.addFlags(Intent.FLAG_RECEIVER_NO_ABORT in finishUserUnlockedCompleted()774 mInjector.broadcastIntent(bootIntent, null, in finishUserUnlockedCompleted()