Home
last modified time | relevance | path

Searched refs:personRecord (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/src/android/telephony/cts/
DPhoneNumberUtilsTest.java144 Uri personRecord = null; in testGetMethods() local
150 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()