/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 | 187 when(transportBinder.configurationIntent()).thenReturn(transport.configurationIntent); in mockTransportBinder()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | TransportManager.java | 250 .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()
|
D | BackupManagerService.java | 412 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 423 configurationIntent, in updateTransportAttributes()
|
D | Trampoline.java | 633 @Nullable Intent configurationIntent, in updateTransportAttributesForUser() argument 642 configurationIntent, in updateTransportAttributesForUser()
|
D | UserBackupManagerService.java | 3022 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 3030 configurationIntent, in updateTransportAttributes() local 3041 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 3072 configurationIntent, in updateTransportAttributes()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupTransport.java | 125 public Intent configurationIntent() { in configurationIntent() method in BackupTransport 657 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransport.TransportImpl 658 return BackupTransport.this.configurationIntent(); in configurationIntent()
|
D | BackupManager.java | 530 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 537 configurationIntent, in updateTransportAttributes() 572 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 583 configurationIntent, in updateTransportAttributes() local
|
D | IBackupManager.aidl | 364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 46 Intent configurationIntent(); in configurationIntent() method
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | UserBackupManagerServiceTest.java | 545 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local 553 configurationIntent, in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() 562 eq(configurationIntent), in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() 716 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local 724 configurationIntent, in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() 733 eq(configurationIntent), in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager()
|
D | BackupManagerServiceTest.java | 534 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local 541 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() 550 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local 564 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local 571 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() 580 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
|
D | TransportManagerTest.java | 551 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local 563 assertThat(configurationIntent).isEqualTo(mTransportA1.configurationIntent); in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues()
|
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
D | LocalTransport.java | 128 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
|
/frameworks/base/api/ |
D | system-current.txt | 895 method public android.content.Intent configurationIntent();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 895 method public android.content.Intent configurationIntent();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20144 PLcom/android/internal/backup/IBackupTransport$Stub$Proxy;->configurationIntent()Landroid/content/I… 40842 HSPLandroid/app/backup/BackupTransport$TransportImpl;->configurationIntent()Landroid/content/Intent; 40849 HSPLandroid/app/backup/BackupTransport;->configurationIntent()Landroid/content/Intent;
|
D | hiddenapi-greylist-max-o.txt | 4214 Landroid/app/backup/BackupTransport$TransportImpl;->configurationIntent()Landroid/content/Intent; 87359 Lcom/android/internal/backup/IBackupTransport$Stub$Proxy;->configurationIntent()Landroid/content/In… 87415 Lcom/android/internal/backup/IBackupTransport;->configurationIntent()Landroid/content/Intent;
|