Searched refs:PackageInstallerService (Results 1 – 3 of 3) sorted by relevance
27 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()
104 public class PackageInstallerService extends IPackageInstaller.Stub { class190 public PackageInstallerService(Context context, PackageManagerService pm, File stagingDir) { in PackageInstallerService() method in PackageInstallerService
467 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()