Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java343 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local
349 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java348 final Cursor structuredName = cr.query( in getLocalProfileGivenName() local
354 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()