Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCrossDeviceSyncController.java811 private final Map<PhoneAccountHandleIdentifier, PhoneAccountHandle> mPhoneAccountHandles =
828 new PhoneAccountHandleIdentifier(associationId, appIdentifier)); in getPhoneAccountHandle()
842 final Iterator<PhoneAccountHandleIdentifier> iterator = in updateFacilitators()
845 final PhoneAccountHandleIdentifier handleIdentifier = iterator.next(); in updateFacilitators()
857 final PhoneAccountHandleIdentifier phoneAccountHandleIdentifier = in updateFacilitators()
858 new PhoneAccountHandleIdentifier(associationId, in updateFacilitators()
871 private void registerPhoneAccount(PhoneAccountHandleIdentifier handleIdentifier, in registerPhoneAccount()
914 static final class PhoneAccountHandleIdentifier { class in CrossDeviceSyncController
918 PhoneAccountHandleIdentifier(int associationId, String appIdentifier) { in PhoneAccountHandleIdentifier() method in CrossDeviceSyncController.PhoneAccountHandleIdentifier
938 if (other instanceof PhoneAccountHandleIdentifier) { in equals()
[all …]