Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DTrampolineTest.java1043 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/
DIBackupManager.aidl483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
DBackupManager.java851 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceTest.java650 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/
DBackupManagerService.java469 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService
475 : userBackupManagerService.getConfigurationIntent(transportName); in getConfigurationIntent()
DTrampoline.java680 return isUserReadyForBackup(userId) ? mService.getConfigurationIntent(userId, transport) in getConfigurationIntentForUser()
685 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in Trampoline
DUserBackupManagerService.java3113 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService
/frameworks/base/api/
Dtest-current.txt451 …rmission("android.permission.BACKUP") public android.content.Intent getConfigurationIntent(String);
Dsystem-current.txt748 …n(android.Manifest.permission.BACKUP) public android.content.Intent getConfigurationIntent(String);