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.java188 when(transportBinder.configurationIntent()).thenReturn(transport.configurationIntent); in mockTransportBinder()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java328 .configurationIntent; in getTransportConfigurationIntent()
405 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
418 description.configurationIntent = configurationIntent; in updateTransportAttributes()
769 transport.configurationIntent(), in registerTransport()
798 @Nullable private Intent configurationIntent; field in TransportManager.TransportDescription
806 @Nullable Intent configurationIntent, in TransportDescription() argument
812 this.configurationIntent = configurationIntent; in TransportDescription()
DBackupManagerService.java1072 @Nullable Intent configurationIntent, in updateTransportAttributesForUser() argument
1081 configurationIntent, in updateTransportAttributesForUser()
1115 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
1126 configurationIntent, in updateTransportAttributes()
DUserBackupManagerService.java3450 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
3458 configurationIntent, in updateTransportAttributes() local
3469 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
3500 configurationIntent, in updateTransportAttributes()
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java139 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
692 public void configurationIntent(AndroidFuture<Intent> resultFuture) in configurationIntent() method in BackupTransport.TransportImpl
695 Intent result = BackupTransport.this.configurationIntent(); in configurationIntent()
DBackupManager.java619 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
626 configurationIntent, in updateTransportAttributes()
661 @Nullable Intent configurationIntent, in updateTransportAttributes() argument
672 configurationIntent, in updateTransportAttributes() local
DIBackupManager.aidl381 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl54 void configurationIntent(in AndroidFuture<Intent> resultFuture); in configurationIntent() method
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DUserBackupManagerServiceTest.java599 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local
607 configurationIntent, in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager()
616 eq(configurationIntent), in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager()
770 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
778 configurationIntent, in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager()
787 eq(configurationIntent), in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager()
DBackupManagerServiceRoboTest.java613 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
620 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser()
629 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
643 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
650 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall()
659 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
DTransportManagerTest.java667 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
679 assertThat(configurationIntent).isEqualTo(mTransportA1.configurationIntent); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DBackupTransportClient.java74 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransportClient
76 mTransportBinder.configurationIntent(resultFuture); in configurationIntent()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java218 @Override public void configurationIntent(AndroidFuture<Intent> f) throws RemoteException {} in configurationIntent() method in BackupTransportClientTest.FakeTransportBinderBase
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java145 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
/frameworks/base/core/api/
Dsystem-current.txt1889 method public android.content.Intent configurationIntent();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4211 Landroid/app/backup/BackupTransport$TransportImpl;->configurationIntent()Landroid/content/Intent;
72287 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->configurationIntent()Landroid/content/In…
72343 Lcom/android/internal/backup/IBackupTransport;->configurationIntent()Landroid/content/Intent;
/frameworks/base/services/
Dart-wear-profile8718 PLcom/android/server/backup/transport/BackupTransportClient;->configurationIntent()Landroid/content…