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.java544 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted() local
545 bootIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId); in finishUserUnlockedCompleted()
546 bootIntent.addFlags(Intent.FLAG_RECEIVER_NO_ABORT in finishUserUnlockedCompleted()
548 mInjector.broadcastIntent(bootIntent, null, new IIntentReceiver.Stub() { in finishUserUnlockedCompleted()