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.prepareInternalStageDir;
70 import com.android.server.pm.PackageInstallerService.PackageInstallObserverAdapter;
91 private final PackageInstallerService.InternalCallback mCallback;
185 public PackageInstallerSession(PackageInstallerService.InternalCallback callback, in PackageInstallerSession()
DPackageInstallerService.java104 public class PackageInstallerService extends IPackageInstaller.Stub { class
190 public PackageInstallerService(Context context, PackageManagerService pm, File stagingDir) { in PackageInstallerService() method in PackageInstallerService
DPackageManagerService.java467 final PackageInstallerService mInstallerService;
1797 mInstallerService = new PackageInstallerService(context, this, mAppInstallDir); in PackageManagerService()
4150 && !PackageInstallerService.isStageName(file.getName()); in scanDirLI()
12941 if (PackageInstallerService.isStageName(cid)) continue; in updateExternalMediaStatusInner()