Searched refs:getConfigurationIntent (Results 1 – 7 of 7) sorted by relevance
500 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
939 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
1197 return isUserReadyForBackup(userId) ? getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()1202 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService1213 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService1219 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
3687 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method
516 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()
1741 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);
4361 Landroid/app/backup/IBackupManager$Stub$Proxy;->getConfigurationIntent(Ljava/lang/String;)Landroid/…4436 Landroid/app/backup/IBackupManager;->getConfigurationIntent(Ljava/lang/String;)Landroid/content/Int…