Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java254 Uri contentAdn = SimRecords.getContentUri(1, EF_ADN); in query_adnRecords_returnsCursorWithMatchingProjection() local
257 try (Cursor cursor = mResolver.query(contentAdn, null, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection()
263 try (Cursor cursor = mResolver.query(contentAdn, new String[0], null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection()
268 try (Cursor cursor = mResolver.query(contentAdn, new String[]{ in query_adnRecords_returnsCursorWithMatchingProjection()
275 try (Cursor cursor = mResolver.query(contentAdn, new String[]{ in query_adnRecords_returnsCursorWithMatchingProjection()
286 try (Cursor cursor = mResolver.query(contentAdn, projection, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection()
295 Uri contentAdn = SimRecords.getContentUri(1, EF_ADN); in query_adnRecords_invalidColumnProjection_throwsIllegalArgumentException() local
298 mResolver.query(contentAdn, new String[] { in query_adnRecords_invalidColumnProjection_throwsIllegalArgumentException()
304 mResolver.query(contentAdn, new String[] { in query_adnRecords_invalidColumnProjection_throwsIllegalArgumentException()
311 mResolver.query(contentAdn, new String[] { in query_adnRecords_invalidColumnProjection_throwsIllegalArgumentException()