Searched refs:structuredName (Results 1 – 1 of 1) sorted by relevance
357 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local363 if (structuredName == null) return null; in getLocalProfileGivenName()366 if (!structuredName.moveToFirst()) { in getLocalProfileGivenName()369 String partialName = structuredName.getString(0); in getLocalProfileGivenName()371 partialName = structuredName.getString(1); in getLocalProfileGivenName()375 structuredName.close(); in getLocalProfileGivenName()