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()1405 private boolean allocateSpaceForUpdate(File packageFile) throws RemoteException { in allocateSpaceForUpdate() method in RecoverySystem1406 return mService.allocateSpaceForUpdate(packageFile.getAbsolutePath()); in allocateSpaceForUpdate()
963 public boolean allocateSpaceForUpdate(String packageFile) { in allocateSpaceForUpdate() method in RecoverySystemService