Home
last modified time | relevance | path

Searched refs:getTransportConfigurationIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DTransportManagerTest.java552 transportManager.getTransportConfigurationIntent(mTransportA1.transportName); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
578 () -> transportManager.getTransportConfigurationIntent(mTransportA2.transportName)); in testGetTransportAttributes_forUnregisteredTransport_throws()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java246 public Intent getTransportConfigurationIntent(String transportName) in getTransportConfigurationIntent() method in TransportManager
DUserBackupManagerService.java3186 Intent intent = mTransportManager.getTransportConfigurationIntent(transportName); in getConfigurationIntent()
3612 + mTransportManager.getTransportConfigurationIntent(t)); in dumpInternal()
/frameworks/base/services/
Dart-profile4847 PLcom/android/server/backup/TransportManager;->getTransportConfigurationIntent(Ljava/lang/String;)L…