Searched defs:where (Results  1 – 5 of 5) sorted by relevance
| /development/tools/winscope/src/trace/ | 
| D | trace_tree_node.ts | 28   where?: string;  property
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/app/ | 
| D | LoaderThrottle.java | 305         public int delete(Uri uri, String where, String[] whereArgs) {  in delete()341         public int update(Uri uri, ContentValues values, String where, String[] whereArgs) {  in update()
 
 | 
| /development/samples/NotePad/src/com/example/android/notepad/ | 
| D | NotePadProvider.java | 550     public int delete(Uri uri, String where, String[] whereArgs) {  in delete()636     public int update(Uri uri, ContentValues values, String where, String[] whereArgs) {  in update()
 
 | 
| /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/ | 
| D | SelectionBuilder.java | 145     public SelectionBuilder where(String selection, String... selectionArgs) {  in where()  method in SelectionBuilder
 | 
| /development/samples/MySampleRss/src/com/example/codelab/rssexample/ | 
| D | RssContentProvider.java | 194     public int delete(Uri uri, String where) {  in delete()
 |