Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl313 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
DBackupManager.java736 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
739 return sService.getConfigurationIntent(transportName); in getConfigurationIntent()
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DTrampolineTest.java644 mTrampoline.getConfigurationIntent(TRANSPORT_NAME); in getConfigurationIntent_calledBeforeInitialize_ignored()
651 when(mBackupManagerServiceMock.getConfigurationIntent(TRANSPORT_NAME)).thenReturn( in getConfigurationIntent_forwarded()
655 assertEquals(configurationIntentStub, mTrampoline.getConfigurationIntent(TRANSPORT_NAME)); in getConfigurationIntent_forwarded()
656 verify(mBackupManagerServiceMock).getConfigurationIntent(TRANSPORT_NAME); in getConfigurationIntent_forwarded()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerServiceInterface.java151 Intent getConfigurationIntent(String transportName); in getConfigurationIntent() method
DTrampoline.java406 public Intent getConfigurationIntent(String transport) throws RemoteException { in getConfigurationIntent() method in Trampoline
408 return (svc != null) ? svc.getConfigurationIntent(transport) : null; in getConfigurationIntent()
DBackupManagerService.java3163 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManagerService
/frameworks/base/api/
Dtest-current.txt197 method public android.content.Intent getConfigurationIntent(java.lang.String);
Dsystem-current.txt498 method public android.content.Intent getConfigurationIntent(java.lang.String);
/frameworks/base/services/
Dart-profile772 HSPLcom/android/server/backup/BackupManagerServiceInterface;->getConfigurationIntent(Ljava/lang/Str…
/frameworks/base/config/
Dhiddenapi-public-dex.txt2321 Landroid/app/backup/BackupManager;->getConfigurationIntent(Ljava/lang/String;)Landroid/content/Inte…
Dboot-image-profile.txt15927 HSPLandroid/app/backup/IBackupManager;->getConfigurationIntent(Ljava/lang/String;)Landroid/content/…