/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | TransportData.java | 77 @Nullable public Intent dataManagementIntent; field in TransportData 87 Intent dataManagementIntent, in TransportData() 105 Intent dataManagementIntent, in TransportData()
|
/aosp14/frameworks/base/core/java/android/app/backup/ |
H A D | BackupManager.java | 612 @Nullable Intent dataManagementIntent, in updateTransportAttributes() 654 @Nullable Intent dataManagementIntent, in updateTransportAttributes() 665 dataManagementIntent, in updateTransportAttributes() local
|
H A D | BackupTransport.java | 177 public Intent dataManagementIntent() { in dataManagementIntent() method in BackupTransport 714 public void dataManagementIntent(AndroidFuture<Intent> resultFuture) in dataManagementIntent() method in BackupTransport.TransportImpl
|
H A D | IBackupManager.aidl | 382 in Intent dataManagementIntent, in CharSequence dataManagementLabel); in updateTransportAttributesForUser()
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | TransportManager.java | 407 @Nullable Intent dataManagementIntent, in updateTransportAttributes() 800 @Nullable private Intent dataManagementIntent; field in TransportManager.TransportDescription 808 @Nullable Intent dataManagementIntent, in TransportDescription()
|
H A D | UserBackupManagerService.java | 3448 @Nullable Intent dataManagementIntent, in updateTransportAttributes() 3456 dataManagementIntent, in updateTransportAttributes() local 3467 @Nullable Intent dataManagementIntent, in updateTransportAttributes()
|
H A D | BackupManagerService.java | 1074 @Nullable Intent dataManagementIntent, in updateTransportAttributesForUser() 1117 @Nullable Intent dataManagementIntent, in updateTransportAttributes()
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
H A D | BackupManagerServiceRoboTest.java | 619 Intent dataManagementIntent = new Intent(); in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local 636 dataManagementIntent, in testUpdateTransportAttributes_onRegisteredUser_callsMethodForUser() local 649 Intent dataManagementIntent = new Intent(); in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local 666 dataManagementIntent, in testUpdateTransportAttributes_onUnknownUser_doesNotPropagateCall() local
|
H A D | UserBackupManagerServiceTest.java | 600 Intent dataManagementIntent = new Intent(); in testUpdateTransportAttributes_whenTransportUidEqualsCallingUid_callsTransportManager() local 771 Intent dataManagementIntent = new Intent(); in testUpdateTransportAttributes_whenPermissionGranted_callsThroughToTransportManager() local
|
H A D | TransportManagerTest.java | 671 Intent dataManagementIntent = in testGetTransportAttributes_forRegisteredTransport_returnsCorrectValues() local
|
/aosp14/frameworks/base/core/java/com/android/internal/backup/ |
H A D | IBackupTransport.aidl | 87 void dataManagementIntent(in AndroidFuture<Intent> resultFuture); in dataManagementIntent() method
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
H A D | BackupTransportClient.java | 92 public Intent dataManagementIntent() throws RemoteException { in dataManagementIntent() method in BackupTransportClient
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/ |
H A D | BackupTransportClientTest.java | 221 @Override public void dataManagementIntent(AndroidFuture<Intent> f) in dataManagementIntent() method in BackupTransportClientTest.FakeTransportBinderBase
|
/aosp14/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
H A D | LocalTransport.java | 146 public Intent dataManagementIntent() { in dataManagementIntent() method in LocalTransport
|