Home
last modified time | relevance | path

Searched defs:configurationIntent (Results 1 – 14 of 14) 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()
103 Intent configurationIntent, in TransportData()
/frameworks/base/core/java/android/app/backup/
DBackupManager.java619 @Nullable Intent configurationIntent, in updateTransportAttributes()
661 @Nullable Intent configurationIntent, in updateTransportAttributes()
672 configurationIntent, in updateTransportAttributes() local
DBackupTransport.java139 public Intent configurationIntent() { in configurationIntent() method in BackupTransport
692 public void configurationIntent(AndroidFuture<Intent> resultFuture) in configurationIntent() method in BackupTransport.TransportImpl
DIBackupManager.aidl381 in Intent configurationIntent, in String currentDestinationString, in updateTransportAttributesForUser()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java405 @Nullable Intent configurationIntent, in updateTransportAttributes()
798 @Nullable private Intent configurationIntent; field in TransportManager.TransportDescription
806 @Nullable Intent configurationIntent, in TransportDescription()
DUserBackupManagerService.java3450 @Nullable Intent configurationIntent, in updateTransportAttributes()
3458 configurationIntent, in updateTransportAttributes() local
3469 @Nullable Intent configurationIntent, in updateTransportAttributes()
DBackupManagerService.java1072 @Nullable Intent configurationIntent, in updateTransportAttributesForUser()
1115 @Nullable Intent configurationIntent, in updateTransportAttributes()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java613 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
629 configurationIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local
643 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
659 configurationIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
DUserBackupManagerServiceTest.java599 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local
770 Intent configurationIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
DTransportManagerTest.java667 Intent configurationIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl54 void configurationIntent(in AndroidFuture<Intent> resultFuture); in configurationIntent() method
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DBackupTransportClient.java74 public Intent configurationIntent() throws RemoteException { in configurationIntent() method in BackupTransportClient
/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