/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/backuplib/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()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupTransport.java | 134 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()
|
D | BackupManager.java | 532 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 539 configurationIntent, in updateTransportAttributes() 574 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 585 configurationIntent, in updateTransportAttributes() local
|
D | IBackupManager.aidl | 364 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser() argument
|
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/ |
D | DelegatingTransport.java | 59 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in DelegatingTransport 60 return getDelegate().configurationIntent(); in configurationIntent()
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 46 Intent configurationIntent(); in configurationIntent() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/transport/ |
D | DelegatingTransportTest.java | 85 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/ |
D | UserBackupManagerServiceTest.java | 577 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()
|
D | BackupManagerServiceRoboTest.java | 587 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
|
D | TransportManagerTest.java | 551 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/ |
D | BackupManagerService.java | 1012 @Nullable Intent configurationIntent, in updateTransportAttributesForUser() argument 1021 configurationIntent, in updateTransportAttributesForUser() 1055 @Nullable Intent configurationIntent, in updateTransportAttributes() argument 1066 configurationIntent, in updateTransportAttributes()
|
D | UserBackupManagerService.java | 3414 @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/ |
D | LocalTransport.java | 129 public Intent configurationIntent() { in configurationIntent() method in LocalTransport
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1017 method public android.content.Intent configurationIntent();
|
/frameworks/base/api/ |
D | system-current.txt | 1069 method public android.content.Intent configurationIntent();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 27768 PLcom/android/internal/backup/IBackupTransport$Stub$Proxy;->configurationIntent()Landroid/content/I…
|