Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java372 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local
378 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()