/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
D | TransportData.java | 75 @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()
|
D | TransportTestUtils.java | 188 when(transportBinder.configurationIntent()).thenReturn(transport.configurationIntent); in mockTransportBinder()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | TransportManager.java | 328 .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()
|
D | BackupManagerService.java | 1072 @Nullable Intent configurationIntent, in updateTransportAttributesForUser() argument 1081 configurationIntent, in updateTransportAttributesForUser() 1115 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 1126 configurationIntent, in updateTransportAttributes()
|
D | UserBackupManagerService.java | 3450 @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/ |
D | BackupTransport.java | 139 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()
|
D | BackupManager.java | 619 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 626 configurationIntent, in updateTransportAttributes() 661 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 672 configurationIntent, in updateTransportAttributes() local
|
D | IBackupManager.aidl | 381 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 54 void configurationIntent(in AndroidFuture<Intent> resultFuture); in configurationIntent() method
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | UserBackupManagerServiceTest.java | 599 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()
|
D | BackupManagerServiceRoboTest.java | 613 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
|
D | TransportManagerTest.java | 667 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/ |
D | BackupTransportClient.java | 74 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/ |
D | BackupTransportClientTest.java | 218 @Override public void configurationIntent(AndroidFuture<Intent> f) throws RemoteException {} in configurationIntent() method in BackupTransportClientTest.FakeTransportBinderBase
|
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
D | LocalTransport.java | 145 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
|
/frameworks/base/core/api/ |
D | system-current.txt | 1889 method public android.content.Intent configurationIntent();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 4211 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/ |
D | art-wear-profile | 8718 PLcom/android/server/backup/transport/BackupTransportClient;->configurationIntent()Landroid/content…
|