Searched refs:getConfigurationIntent (Results 1 – 9 of 9) sorted by relevance
483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
853 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
1137 return isUserReadyForBackup(userId) ? getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()1142 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService1153 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService1159 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
3638 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService
490 backupManagerService.getConfigurationIntent(mUserOneId, TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser()492 verify(mUserOneService).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser()502 backupManagerService.getConfigurationIntent(mUserTwoId, TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()504 verify(mUserOneService, never()).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()
460 IntentBuilderName: android.app.backup.BackupManager#getConfigurationIntent(String):690 MissingNullability: android.app.backup.BackupManager#getConfigurationIntent(String):692 MissingNullability: android.app.backup.BackupManager#getConfigurationIntent(String) parameter #0:
610 …rmission("android.permission.BACKUP") public android.content.Intent getConfigurationIntent(String);
947 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);
895 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);