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.java357 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local
363 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()