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