Home
last modified time | relevance | path

Searched refs:setFirstBoot (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java200 setFirstBoot(); in executeDeferredActions()
320 public void setFirstBoot() throws InstallerException { in setFirstBoot() method in Installer
327 mInstalld.setFirstBoot(); in setFirstBoot()
DPackageManagerService.java2189 mInstaller.setFirstBoot(); in PackageManagerService()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl23 void setFirstBoot(); in setFirstBoot() method
/frameworks/native/cmds/installd/
DInstalldNativeService.h190 binder::Status setFirstBoot();
DInstalldNativeService.cpp3660 binder::Status InstalldNativeService::setFirstBoot() { in setFirstBoot() function in android::installd::InstalldNativeService