Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DTransportManagerTest.java668 transportManager.getTransportConfigurationIntent(mTransportA1.transportName); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
694 () -> transportManager.getTransportConfigurationIntent(mTransportA2.transportName)); in testGetTransportAttributes_forUnregisteredTransport_throws()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java324 public Intent getTransportConfigurationIntent(String transportName) in getTransportConfigurationIntent() method in TransportManager
DUserBackupManagerService.java3691 Intent intent = mTransportManager.getTransportConfigurationIntent(transportName); in getConfigurationIntent()
4297 + mTransportManager.getTransportConfigurationIntent(t)); in dumpInternal()