Searched refs:getConfigurationIntent (Results 1 – 9 of 9) sorted by relevance
96 backupManager.getConfigurationIntent(transport), "config")); in updatePrivacyBuffer()
1146 return isUserReadyForBackup(userId) ? getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()1151 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService1162 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService1168 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
3756 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService
483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
914 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
492 backupManagerService.getConfigurationIntent(mUserOneId, TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser()494 verify(mUserOneService).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser()504 backupManagerService.getConfigurationIntent(mUserTwoId, TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()506 verify(mUserOneService, never()).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()
512 IntentBuilderName: android.app.backup.BackupManager#getConfigurationIntent(String):854 MissingNullability: android.app.backup.BackupManager#getConfigurationIntent(String):856 MissingNullability: android.app.backup.BackupManager#getConfigurationIntent(String) parameter #0:
1035 …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…