Home
last modified time | relevance | path

Searched refs:configurationIntent (Results 1 – 18 of 18) 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() argument
93 this.configurationIntent = configurationIntent; in TransportData()
103 Intent configurationIntent, in TransportData() argument
112 configurationIntent, in TransportData()
132 configurationIntent, in unavailable()
144 configurationIntent, in unregistered()
DTransportTestUtils.java187 when(transportBinder.configurationIntent()).thenReturn(transport.configurationIntent); in mockTransportBinder()
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/
DTransportManager.java250 .configurationIntent; in getTransportConfigurationIntent()
327 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
339 description.configurationIntent = configurationIntent; in updateTransportAttributes()
678 transport.configurationIntent(), in registerTransport()
707 @Nullable private Intent configurationIntent; field in TransportManager.TransportDescription
715 @Nullable Intent configurationIntent, in TransportDescription() argument
721 this.configurationIntent = configurationIntent; in TransportDescription()
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java134 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
667 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransport.TransportImpl
668 return BackupTransport.this.configurationIntent(); in configurationIntent()
DBackupManager.java532 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
539 configurationIntent, in updateTransportAttributes()
574 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
585 configurationIntent, in updateTransportAttributes() local
DIBackupManager.aidl364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
DDelegatingTransport.java59 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in DelegatingTransport
60 return getDelegate().configurationIntent(); in configurationIntent()
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl46 Intent configurationIntent(); in configurationIntent() method
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/transport/
DDelegatingTransportTest.java85 when(mBackupTransport.configurationIntent()).thenReturn(exp); in testConfigurationIntent()
87 Intent ret = mDelegatingTransport.configurationIntent(); in testConfigurationIntent()
90 verify(mBackupTransport, times(1)).configurationIntent(); in testConfigurationIntent()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DUserBackupManagerServiceTest.java577 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local
585 configurationIntent, in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager()
594 eq(configurationIntent), in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager()
748 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
756 configurationIntent, in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager()
765 eq(configurationIntent), in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager()
DBackupManagerServiceRoboTest.java587 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
594 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser()
603 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
617 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
624 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall()
633 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
DTransportManagerTest.java551 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
563 assertThat(configurationIntent).isEqualTo(mTransportA1.configurationIntent); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1012 @Nullable Intent configurationIntent, in updateTransportAttributesForUser() argument
1021 configurationIntent, in updateTransportAttributesForUser()
1055 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
1066 configurationIntent, in updateTransportAttributes()
DUserBackupManagerService.java3414 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
3422 configurationIntent, in updateTransportAttributes() local
3433 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
3464 configurationIntent, in updateTransportAttributes()
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java129 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
/frameworks/base/non-updatable-api/
Dsystem-current.txt1017 method public android.content.Intent configurationIntent();
/frameworks/base/api/
Dsystem-current.txt1069 method public android.content.Intent configurationIntent();
/frameworks/base/config/
Dboot-image-profile.txt27768 PLcom/android/internal/backup/IBackupTransport$Stub$Proxy;->configurationIntent()Landroid/content/I…