Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java325 final Cursor localRawProfile = cr.query( in getLocalProfileGivenName() local
331 if (localRawProfile == null) return null; in getLocalProfileGivenName()
334 if (!localRawProfile.moveToFirst()) { in getLocalProfileGivenName()
337 localRowProfileId = localRawProfile.getLong(0); in getLocalProfileGivenName()
339 localRawProfile.close(); in getLocalProfileGivenName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java330 final Cursor localRawProfile = cr.query( in getLocalProfileGivenName() local
336 if (localRawProfile == null) return null; in getLocalProfileGivenName()
339 if (!localRawProfile.moveToFirst()) { in getLocalProfileGivenName()
342 localRowProfileId = localRawProfile.getLong(0); in getLocalProfileGivenName()
344 localRawProfile.close(); in getLocalProfileGivenName()