Searched refs:getConfigurationIntent (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/ |
D | TrampolineTest.java | 1043 mTrampoline.getConfigurationIntent(TRANSPORT_NAME); in getConfigurationIntent_calledBeforeInitialize_ignored() 1050 when(mBackupManagerServiceMock.getConfigurationIntent(mUserId, TRANSPORT_NAME)).thenReturn( in getConfigurationIntentForUser_forwarded() 1057 verify(mBackupManagerServiceMock).getConfigurationIntent(mUserId, TRANSPORT_NAME); in getConfigurationIntentForUser_forwarded() 1064 when(mBackupManagerServiceMock.getConfigurationIntent(mUserId, TRANSPORT_NAME)).thenReturn( in getConfigurationIntent_forwarded() 1068 assertEquals(configurationIntentStub, mTrampoline.getConfigurationIntent(TRANSPORT_NAME)); in getConfigurationIntent_forwarded() 1069 verify(mBackupManagerServiceMock).getConfigurationIntent(mUserId, TRANSPORT_NAME); in getConfigurationIntent_forwarded()
|
/frameworks/base/core/java/android/app/backup/ |
D | IBackupManager.aidl | 483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
|
D | BackupManager.java | 851 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | BackupManagerServiceTest.java | 650 backupManagerService.getConfigurationIntent(mUserOneId, TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser() 652 verify(mUserOneService).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onRegisteredUser_callsMethodForUser() 662 backupManagerService.getConfigurationIntent(mUserTwoId, TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall() 664 verify(mUserOneService, never()).getConfigurationIntent(TEST_TRANSPORT); in testGetConfigurationIntent_onUnknownUser_doesNotPropagateCall()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 469 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService 475 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
|
D | Trampoline.java | 680 return isUserReadyForBackup(userId) ? mService.getConfigurationIntent(userId, transport) in getConfigurationIntentForUser() 685 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in Trampoline
|
D | UserBackupManagerService.java | 3113 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService
|
/frameworks/base/api/ |
D | test-current.txt | 451 …rmission("android.permission.BACKUP") public android.content.Intent getConfigurationIntent(String);
|
D | system-current.txt | 748 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);
|