Searched refs:localRawProfile (Results 1 – 1 of 1) sorted by relevance
354 final Cursor localRawProfile = cr.query( in getLocalProfileGivenName() local360 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()