Searched refs:markBootComplete (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl66 void markBootComplete(@utf8InCpp String instructionSet);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java388 public void markBootComplete(String instructionSet) throws InstallerException { method in class:Installer
392 mInstalld.markBootComplete(instructionSet);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h101 binder::Status markBootComplete(const std::string& instructionSet);
H A DInstalldNativeService.cpp1826 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { function in class:android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7111 mInstaller.markBootComplete(VMRuntime.getInstructionSet(abi));
[all...]

Completed in 275 milliseconds