Home
last modified time | relevance | path

Searched refs:enableSystemDataSync (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/
H A DICompanionDeviceManager.aidl101 void enableSystemDataSync(int associationId, int flags); in enableSystemDataSync() method
H A DCompanionDeviceManager.java504 mService.enableSystemDataSync(associationId, flags); in enableSystemDataSyncForTypes()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationRequestsProcessor.java311 public void enableSystemDataSync(int associationId, int flags) { in enableSystemDataSync() method in AssociationRequestsProcessor
H A DCompanionDeviceShellCommand.java264 mAssociationRequestsProcessor.enableSystemDataSync(associationId, flag); in onCommand()
H A DCompanionDeviceManagerService.java789 public void enableSystemDataSync(int associationId, int flags) { in enableSystemDataSync() method in CompanionDeviceManagerService.CompanionDeviceManagerImpl
791 mAssociationRequestsProcessor.enableSystemDataSync(associationId, flags); in enableSystemDataSync()