Searched refs:structuredName (Results 1 – 1 of 1) sorted by relevance
372 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local378 if (structuredName == null) return null; in getLocalProfileGivenName()381 if (!structuredName.moveToFirst()) { in getLocalProfileGivenName()384 String partialName = structuredName.getString(0); in getLocalProfileGivenName()386 partialName = structuredName.getString(1); in getLocalProfileGivenName()390 structuredName.close(); in getLocalProfileGivenName()