Home
last modified time | relevance | path

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

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