Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DTransportData.java75 @Nullable public Intent configurationIntent; field in TransportData
85 Intent configurationIntent, in TransportData()
103 Intent configurationIntent, in TransportData()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java594 @Nullable Intent configurationIntent, in updateTransportAttributes()
636 @Nullable Intent configurationIntent, in updateTransportAttributes()
647 configurationIntent, in updateTransportAttributes() local
H A DBackupTransport.java134 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
667 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransport.TransportImpl
H A DIBackupManager.aidl364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser()
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/
H A DTransportManager.java328 @Nullable Intent configurationIntent, in updateTransportAttributes()
712 @Nullable private Intent configurationIntent; field in TransportManager.TransportDescription
720 @Nullable Intent configurationIntent, in TransportDescription()
/aosp12/frameworks/base/core/java/com/android/internal/backup/
H A DIBackupTransport.aidl46 Intent configurationIntent(); in configurationIntent() method
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
H A DDelegatingTransport.java59 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in DelegatingTransport
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerServiceRoboTest.java589 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
605 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
619 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
635 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
H A DUserBackupManagerServiceTest.java577 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local
748 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
H A DTransportManagerTest.java551 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
/aosp12/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
H A DLocalTransport.java131 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java3532 @Nullable Intent configurationIntent, in updateTransportAttributes()
3540 configurationIntent, in updateTransportAttributes() local
3551 @Nullable Intent configurationIntent, in updateTransportAttributes()
H A DBackupManagerService.java1021 @Nullable Intent configurationIntent, in updateTransportAttributesForUser()
1064 @Nullable Intent configurationIntent, in updateTransportAttributes()