Home
last modified time | relevance | path

Searched refs:bootIntent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java764 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted() local
765 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()