Searched refs:personRecord (Results 1 – 1 of 1) sorted by relevance
173 Uri personRecord = null; in testGetMethods() local179 personRecord = cr.insert(People.CONTENT_URI, values); in testGetMethods()180 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY); in testGetMethods()190 if (personRecord != null) { in testGetMethods()191 cr.delete(personRecord, null, null); in testGetMethods()