Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
DBackupManager.java853 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1137 return isUserReadyForBackup(userId) ? getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()
1142 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService
1153 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService
1159 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
DUserBackupManagerService.java3638 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java490 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()
/frameworks/base/api/
Dtest-lint-baseline.txt460 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:
Dtest-current.txt610 …rmission("android.permission.BACKUP") public android.content.Intent getConfigurationIntent(String);
Dsystem-current.txt947 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);
/frameworks/base/non-updatable-api/
Dsystem-current.txt895 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);