Home
last modified time | relevance | path

Searched defs:markBootComplete (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl78 void markBootComplete(@utf8InCpp String instructionSet); in markBootComplete() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java434 public void markBootComplete(String instructionSet) throws InstallerException { in markBootComplete() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2139 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { in markBootComplete() function in android::installd::InstalldNativeService