Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java534 HashMap<String, String> hashMapCursorData = new in onQueryComplete() local
552 hashMapCursorData.put(mimeType, value); in onQueryComplete()
562 if (hashMapCursorData.containsKey(mimeType)) { in onQueryComplete()
564 setExtraInfoField(hashMapCursorData.get(mimeType)); in onQueryComplete()