Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java405 final Cursor localRawProfile = cr.query( in getLocalProfileGivenName() local
411 if (localRawProfile == null) return null; in getLocalProfileGivenName()
414 if (!localRawProfile.moveToFirst()) { in getLocalProfileGivenName()
417 localRowProfileId = localRawProfile.getLong(0); in getLocalProfileGivenName()
419 localRawProfile.close(); in getLocalProfileGivenName()