Home
last modified time | relevance | path

Searched refs:getBackupQuota (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupTransport.java574 public long getBackupQuota(String packageName, boolean isFullBackup) { in getBackupQuota() method in BackupTransport
770 public long getBackupQuota(String packageName, boolean isFullBackup) { in getBackupQuota() method in BackupTransport.TransportImpl
771 return BackupTransport.this.getBackupQuota(packageName, isFullBackup); in getBackupQuota()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl260 long getBackupQuota(String packageName, boolean isFullBackup); in getBackupQuota() method
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DKeyValueBackupTaskTest.java817 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_notifiesCorrectly()
832 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_cleansUp()
846 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_doesNotTouchFiles()
863 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_revertsTask()
1578 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportReturnsQuotaExceeded_callsAgentOnQuotaExceeded()
1611 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportReturnsQuotaExceeded_notifiesAndLogs()
1929 when(transportMock.transport.getBackupQuota(PM_PACKAGE.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrowsForPm()
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupTask.java699 long quota = transport.getBackupQuota(packageName, /* isFullBackup */ false); in extractAgentData()
909 long quota = transport.getBackupQuota(packageName, false); in agentDoQuotaExceeded()
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java861 public long getBackupQuota(String packageName, boolean isFullBackup) { in getBackupQuota() method in LocalTransport
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DPerformFullTransportBackupTask.java384 quota = transport.getBackupQuota(currentPackage.packageName, in run()
/frameworks/base/api/
Dsystem-current.txt878 method public long getBackupQuota(String, boolean);