Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 1 of 1) sorted by relevance

/device/google/dragon/crash_collector/src/com/android/crashreportprovider/
DCrashReportProvider.java66 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
99 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete()
109 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()