Searched refs:checkColumnNotAccessibleInner (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/ |
D | AllUriTest.java | 574 private void checkColumnNotAccessibleInner(Uri uri, String[] projection, String selection, in checkColumnNotAccessibleInner() method in AllUriTest 590 checkColumnNotAccessibleInner(uri, new String[] {column}, null, null, null); in checkColumnNotAccessible() 591 checkColumnNotAccessibleInner(uri, null, column + "=1", null, null); in checkColumnNotAccessible() 592 checkColumnNotAccessibleInner(uri, null, null, null, /* order by */ column); in checkColumnNotAccessible()
|