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.java925 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted() local
926 bootIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in finishUserUnlockedCompleted()
927 bootIntent.addFlags(Intent.FLAG_RECEIVER_NO_ABORT in finishUserUnlockedCompleted()
935 mInjector.broadcastIntent(bootIntent, null, in finishUserUnlockedCompleted()