Home
last modified time | relevance | path

Searched defs:configurationIntent (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/robotests/src/com/android/server/backup/testing/
DTransportData.java75 @Nullable public Intent configurationIntent; field in TransportData
85 Intent configurationIntent, in TransportData()
103 Intent configurationIntent, in TransportData()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java307 @Nullable Intent configurationIntent, in updateTransportAttributes()
666 @Nullable private Intent configurationIntent; field in TransportManager.TransportDescription
674 @Nullable Intent configurationIntent, in TransportDescription()
DBackupManagerServiceInterface.java127 Intent configurationIntent, in updateTransportAttributes()
DTrampoline.java366 @Nullable Intent configurationIntent, in updateTransportAttributes()
DBackupManagerService.java2961 @Nullable Intent configurationIntent, in updateTransportAttributes()
2969 configurationIntent, in updateTransportAttributes() local
2980 @Nullable Intent configurationIntent, in updateTransportAttributes()
/frameworks/base/services/robotests/src/com/android/server/backup/
DBackupManagerServiceTest.java428 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsToCallingUid_callsThroughToTransportManager() local
568 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
DTransportManagerTest.java513 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java124 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
639 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransport.TransportImpl
DIBackupManager.aidl251 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributes()
DBackupManager.java502 @Nullable Intent configurationIntent, in updateTransportAttributes()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl46 Intent configurationIntent(); in configurationIntent() method
DLocalTransport.java126 public Intent configurationIntent() { in configurationIntent() method in LocalTransport