Searched refs:allocateSpaceForUpdate (Results 1 – 3 of 3) sorted by relevance
26 boolean allocateSpaceForUpdate(in String packageFilePath); in allocateSpaceForUpdate() method
676 if (!rs.allocateSpaceForUpdate(packageFile)) { in installPackage()1407 private boolean allocateSpaceForUpdate(File packageFile) throws RemoteException { in allocateSpaceForUpdate() method in RecoverySystem1408 return mService.allocateSpaceForUpdate(packageFile.getAbsolutePath()); in allocateSpaceForUpdate()
974 public boolean allocateSpaceForUpdate(String packageFile) { in allocateSpaceForUpdate() method in RecoverySystemService