Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCrossDeviceSyncController.java845 final PhoneAccountHandleIdentifier handleIdentifier = iterator.next(); in updateFacilitators() local
846 final String handleAppIdentifier = handleIdentifier.getAppIdentifier(); in updateFacilitators()
847 final int handleAssociationId = handleIdentifier.getAssociationId(); in updateFacilitators()
851 unregisterPhoneAccount(mPhoneAccountHandles.get(handleIdentifier)); in updateFacilitators()
871 private void registerPhoneAccount(PhoneAccountHandleIdentifier handleIdentifier, in registerPhoneAccount() argument
873 if (mPhoneAccountHandles.containsKey(handleIdentifier)) { in registerPhoneAccount()
880 mPhoneAccountHandles.put(handleIdentifier, handle); in registerPhoneAccount()
882 handleIdentifier.getAppIdentifier(), handleIdentifier.getAssociationId(), in registerPhoneAccount()
885 mTelecomManager.enablePhoneAccount(mPhoneAccountHandles.get(handleIdentifier), true); in registerPhoneAccount()