Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DPhoneNumberUtilsTest.java145 Uri phoneRecord = null; in testGetMethods() local
155 phoneRecord = cr.insert(phoneUri, values); in testGetMethods()
157 intent = new Intent(Intent.ACTION_DIAL, phoneRecord); in testGetMethods()
164 if (phoneRecord != null) { in testGetMethods()
165 cr.delete(phoneRecord, null, null); in testGetMethods()