Home
last modified time | relevance | path

Searched refs:markBootComplete (Results 1 – 6 of 6) 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
438 mInstalld.markBootComplete(instructionSet); in markBootComplete()
/frameworks/native/cmds/installd/
DInstalldNativeService.h126 binder::Status markBootComplete(const std::string& instructionSet);
DInstalldNativeService.cpp2139 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { in markBootComplete() function in android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5210 mInstaller.markBootComplete(VMRuntime.getInstructionSet(abi)); in finishBooting()
/frameworks/base/services/
Dart-profile10353 HSPLcom/android/server/pm/Installer;->markBootComplete(Ljava/lang/String;)V