Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/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/core/java/android/app/backup/
DBackupManager.java532 @Nullable Intent configurationIntent, in updateTransportAttributes()
574 @Nullable Intent configurationIntent, in updateTransportAttributes()
585 configurationIntent, in updateTransportAttributes() local
DBackupTransport.java134 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
667 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransport.TransportImpl
DIBackupManager.aidl364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser()
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/
DTransportManager.java327 @Nullable Intent configurationIntent, in updateTransportAttributes()
707 @Nullable private Intent configurationIntent; field in TransportManager.TransportDescription
715 @Nullable Intent configurationIntent, in TransportDescription()
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
DDelegatingTransport.java59 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in DelegatingTransport
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl46 Intent configurationIntent(); in configurationIntent() method
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java587 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
603 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
617 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
633 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
DUserBackupManagerServiceTest.java577 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local
748 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
DTransportManagerTest.java551 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java129 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java3414 @Nullable Intent configurationIntent, in updateTransportAttributes()
3422 configurationIntent, in updateTransportAttributes() local
3433 @Nullable Intent configurationIntent, in updateTransportAttributes()
DBackupManagerService.java1012 @Nullable Intent configurationIntent, in updateTransportAttributesForUser()
1055 @Nullable Intent configurationIntent, in updateTransportAttributes()