Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java355 String partialName = structuredName.getString(0); in getLocalProfileGivenName() local
356 if (TextUtils.isEmpty(partialName)) { in getLocalProfileGivenName()
357 partialName = structuredName.getString(1); in getLocalProfileGivenName()
359 return partialName; in getLocalProfileGivenName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java360 String partialName = structuredName.getString(0); in getLocalProfileGivenName() local
361 if (TextUtils.isEmpty(partialName)) { in getLocalProfileGivenName()
362 partialName = structuredName.getString(1); in getLocalProfileGivenName()
364 return partialName; in getLocalProfileGivenName()