Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIRecoverySystem.aidl26 boolean allocateSpaceForUpdate(in String packageFilePath); in allocateSpaceForUpdate() method
H A DRecoverySystem.java676 if (!rs.allocateSpaceForUpdate(packageFile)) { in installPackage()
1407 private boolean allocateSpaceForUpdate(File packageFile) throws RemoteException { in allocateSpaceForUpdate() method in RecoverySystem
1408 return mService.allocateSpaceForUpdate(packageFile.getAbsolutePath()); in allocateSpaceForUpdate()
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java974 public boolean allocateSpaceForUpdate(String packageFile) { in allocateSpaceForUpdate() method in RecoverySystemService