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.java530 @Nullable Intent configurationIntent, in updateTransportAttributes()
572 @Nullable Intent configurationIntent, in updateTransportAttributes()
583 configurationIntent, in updateTransportAttributes() local
DBackupTransport.java125 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
657 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/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()
DUserBackupManagerService.java3022 @Nullable Intent configurationIntent, in updateTransportAttributes()
3030 configurationIntent, in updateTransportAttributes() local
3041 @Nullable Intent configurationIntent, in updateTransportAttributes()
DBackupManagerService.java412 @Nullable Intent configurationIntent, in updateTransportAttributes()
DTrampoline.java633 @Nullable Intent configurationIntent, in updateTransportAttributesForUser()
/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/
DBackupManagerServiceTest.java534 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
550 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
564 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
580 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
DUserBackupManagerServiceTest.java545 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local
716 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.java128 public Intent configurationIntent() { in configurationIntent() method in LocalTransport