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