Searched refs:personRecord (Results 1 – 1 of 1) sorted by relevance
144 Uri personRecord = null; in testGetMethods() local150 personRecord = cr.insert(People.CONTENT_URI, values); in testGetMethods()151 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY); in testGetMethods()161 if (personRecord != null) { in testGetMethods()162 cr.delete(personRecord, null, null); in testGetMethods()