Searched refs:PhoneAccountHandleIdentifier (Results 1 – 1 of 1) sorted by relevance
811 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 CrossDeviceSyncController918 PhoneAccountHandleIdentifier(int associationId, String appIdentifier) { in PhoneAccountHandleIdentifier() method in CrossDeviceSyncController.PhoneAccountHandleIdentifier938 if (other instanceof PhoneAccountHandleIdentifier) { in equals()[all …]