Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupTransport.java589 public long getBackupQuota(String packageName, boolean isFullBackup) { in getBackupQuota() method in BackupTransport
930 public void getBackupQuota(String packageName, boolean isFullBackup, in getBackupQuota() method in BackupTransport.TransportImpl
933 long result = BackupTransport.this.getBackupQuota(packageName, isFullBackup); in getBackupQuota()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl342 void getBackupQuota(String packageName, boolean isFullBackup, in getBackupQuota() method
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DBackupTransportClient.java325 public long getBackupQuota(String packageName, boolean isFullBackup) throws RemoteException { in getBackupQuota() method in BackupTransportClient
327 mTransportBinder.getBackupQuota(packageName, isFullBackup, resultFuture); in getBackupQuota()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java252 @Override public void getBackupQuota(String s, boolean b, AndroidFuture<Long> f) in getBackupQuota() method in BackupTransportClientTest.FakeTransportBinderBase
/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
DKeyValueBackupTaskTest.java841 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_notifiesCorrectly()
856 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_cleansUp()
870 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_doesNotTouchFiles()
887 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrows_revertsTask()
1635 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportReturnsQuotaExceeded_callsAgentOnQuotaExceeded()
1668 when(transportMock.transport.getBackupQuota(PACKAGE_1.packageName, false)) in testRunTask_whenTransportReturnsQuotaExceeded_notifiesAndLogs()
2021 when(transportMock.transport.getBackupQuota(PM_PACKAGE.packageName, false)) in testRunTask_whenTransportGetBackupQuotaThrowsForPm()
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupTask.java936 long quota = transport.getBackupQuota(packageName, /* isFullBackup */ false); in extractAgentData()
1148 long quota = transport.getBackupQuota(packageName, false); in agentDoQuotaExceeded()
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java901 public long getBackupQuota(String packageName, boolean isFullBackup) { in getBackupQuota() method in LocalTransport
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DPerformFullTransportBackupTask.java423 quota = transport.getBackupQuota(currentPackage.packageName, in run()
/frameworks/base/core/api/
Dsystem-current.txt1898 method public long getBackupQuota(String, boolean);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4218 Landroid/app/backup/BackupTransport$TransportImpl;->getBackupQuota(Ljava/lang/String;Z)J
72294 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->getBackupQuota(Ljava/lang/String;Z)J
72348 Lcom/android/internal/backup/IBackupTransport;->getBackupQuota(Ljava/lang/String;Z)J