Searched refs:structuredNameMap (Results 1 – 1 of 1) sorted by relevance
144 Map<String, String> structuredNameMap = NameConverter.displayNameToStructuredName( in switchFromFullNameToStructuredName() local146 if (!structuredNameMap.isEmpty()) { in switchFromFullNameToStructuredName()148 for (String field : structuredNameMap.keySet()) { in switchFromFullNameToStructuredName()149 values.put(field, structuredNameMap.get(field)); in switchFromFullNameToStructuredName()166 Map<String, String> structuredNameMap = valuesToStructuredNameMap(values); in switchFromStructuredNameToFullName() local168 structuredNameMap); in switchFromStructuredNameToFullName()177 for (String field : structuredNameMap.keySet()) { in switchFromStructuredNameToFullName()178 mSnapshot.getContentValues().put(field, structuredNameMap.get(field)); in switchFromStructuredNameToFullName()183 Map<String, String> structuredNameMap = new HashMap<String, String>(); in valuesToStructuredNameMap() local185 structuredNameMap.put(key, values.getAsString(key)); in valuesToStructuredNameMap()[all …]