Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/backup/
H A DPrivacySettingsUtils.java96 backupManager.getConfigurationIntent(transport), "config")); in updatePrivacyBuffer()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1146 return isUserReadyForBackup(userId) ? getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()
1151 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService
1162 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService
1168 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
H A DUserBackupManagerService.java3756 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService
/aosp12/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
H A DBackupManager.java914 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java492 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()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt512 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:
H A Dsystem-current.txt1035 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);
/aosp12/frameworks/base/boot/hiddenapi/
H A 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…