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