Home
last modified time | relevance | path

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

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