Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DSimPhonebookProviderTest.java240 Uri contentAdn = SimRecords.getContentUri(1, EF_ADN); in query_adnRecords_returnsCursorWithMatchingProjection() local
243 try (Cursor cursor = mResolver.query(contentAdn, null, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection()
249 try (Cursor cursor = mResolver.query(contentAdn, new String[0], null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection()
254 try (Cursor cursor = mResolver.query(contentAdn, new String[]{ in query_adnRecords_returnsCursorWithMatchingProjection()
261 try (Cursor cursor = mResolver.query(contentAdn, new String[]{ in query_adnRecords_returnsCursorWithMatchingProjection()
272 try (Cursor cursor = mResolver.query(contentAdn, projection, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection()