Home
last modified time | relevance | path

Searched refs:PackageInstallerService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java27 import static com.android.server.pm.PackageInstallerService.prepareExternalStageCid;
28 import static com.android.server.pm.PackageInstallerService.prepareStageDir;
78 import com.android.server.pm.PackageInstallerService.PackageInstallObserverAdapter;
100 private final PackageInstallerService.InternalCallback mCallback;
221 public PackageInstallerSession(PackageInstallerService.InternalCallback callback, in PackageInstallerSession()
DPackageInstallerService.java113 public class PackageInstallerService extends IPackageInstaller.Stub { class
203 public PackageInstallerService(Context context, PackageManagerService pm) { in PackageInstallerService() method in PackageInstallerService
DPackageManagerService.java694 final PackageInstallerService mInstallerService;
2806 mInstallerService = new PackageInstallerService(context, this); in PackageManagerService()
6707 && !PackageInstallerService.isStageName(file.getName());
18895 if (PackageInstallerService.isStageName(cid)) continue;
19529 && !PackageInstallerService.isStageName(file.getName());