Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl500 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
DBackupManager.java939 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1197 return isUserReadyForBackup(userId) ? getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()
1202 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService
1213 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService
1219 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
DUserBackupManagerService.java3687 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java516 backupManagerService.getConfigurationIntent(mUserOneId, TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser()
518 verify(mUserOneService).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser()
528 backupManagerService.getConfigurationIntent(mUserTwoId, TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()
530 verify(mUserOneService, never()).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()
/frameworks/base/core/api/
Dsystem-current.txt1741 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4361 Landroid/app/backup/IBackupManager$Stub$Proxy;->getConfigurationIntent(Ljava/lang/String;)Landroid/…
4436 Landroid/app/backup/IBackupManager;->getConfigurationIntent(Ljava/lang/String;)Landroid/content/Int…