Searched refs:handleIdentifier (Results 1 – 1 of 1) sorted by relevance
845 final PhoneAccountHandleIdentifier handleIdentifier = iterator.next(); in updateFacilitators() local846 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() argument873 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()