Searched refs:getConfigurationIntent (Results 1 – 11 of 11) sorted by relevance
313 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
736 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager739 return sService.getConfigurationIntent(transportName); in getConfigurationIntent()
644 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()
151 Intent getConfigurationIntent(String transportName); in getConfigurationIntent() method
406 public Intent getConfigurationIntent(String transport) throws RemoteException { in getConfigurationIntent() method in Trampoline408 return (svc != null) ? svc.getConfigurationIntent(transport) : null; in getConfigurationIntent()
3163 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManagerService
197 method public android.content.Intent getConfigurationIntent(java.lang.String);
498 method public android.content.Intent getConfigurationIntent(java.lang.String);
772 HSPLcom/android/server/backup/BackupManagerServiceInterface;->getConfigurationIntent(Ljava/lang/Str…
2321 Landroid/app/backup/BackupManager;->getConfigurationIntent(Ljava/lang/String;)Landroid/content/Inte…
15927 HSPLandroid/app/backup/IBackupManager;->getConfigurationIntent(Ljava/lang/String;)Landroid/content/…