Searched refs:structuredName (Results 1 – 1 of 1) sorted by relevance
340 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local346 if (structuredName == null) return null; in getLocalProfileGivenName()349 if (!structuredName.moveToFirst()) { in getLocalProfileGivenName()352 String partialName = structuredName.getString(0); in getLocalProfileGivenName()354 partialName = structuredName.getString(1); in getLocalProfileGivenName()358 structuredName.close(); in getLocalProfileGivenName()