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.java354 final Cursor localRawProfile = cr.query( in getLocalProfileGivenName() local
360 if (localRawProfile == null) return null; in getLocalProfileGivenName()
363 if (!localRawProfile.moveToFirst()) { in getLocalProfileGivenName()
366 localRowProfileId = localRawProfile.getLong(0); in getLocalProfileGivenName()
368 localRawProfile.close(); in getLocalProfileGivenName()