Searched refs:structuredName (Results 1 – 2 of 2) sorted by relevance
343 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local349 if (structuredName == null) return null; in getLocalProfileGivenName()352 if (!structuredName.moveToFirst()) { in getLocalProfileGivenName()355 String partialName = structuredName.getString(0); in getLocalProfileGivenName()357 partialName = structuredName.getString(1); in getLocalProfileGivenName()361 structuredName.close(); in getLocalProfileGivenName()
348 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local354 if (structuredName == null) return null; in getLocalProfileGivenName()357 if (!structuredName.moveToFirst()) { in getLocalProfileGivenName()360 String partialName = structuredName.getString(0); in getLocalProfileGivenName()362 partialName = structuredName.getString(1); in getLocalProfileGivenName()366 structuredName.close(); in getLocalProfileGivenName()