Searched defs:markBootComplete (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java398 public void markBootComplete(String instructionSet) throws InstallerException { method in class:Installer
402 mInstalld.markBootComplete(instructionSet);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1857 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { function in class:android::installd::InstalldNativeService

Completed in 111 milliseconds