Searched refs:getSelectionArgs (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/ |
D | SelectionBuilder.java | 91 public String[] getSelectionArgs() { in getSelectionArgs() method in SelectionBuilder 108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, in query() 116 return db.update(table, values, getSelection(), getSelectionArgs()); in update() 123 return db.delete(table, getSelection(), getSelectionArgs()); in delete()
|
/frameworks/base/core/java/android/content/ |
D | CursorLoader.java | 214 public String[] getSelectionArgs() { in getSelectionArgs() method in CursorLoader
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | CursorLoader.java | 210 public String[] getSelectionArgs() { in getSelectionArgs() method in CursorLoader
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 848 method public java.lang.String[] getSelectionArgs();
|
D | 22.0.0.txt | 848 method public java.lang.String[] getSelectionArgs();
|
D | 22.2.1.txt | 878 method public java.lang.String[] getSelectionArgs();
|
D | 22.2.0.txt | 877 method public java.lang.String[] getSelectionArgs();
|
D | 23.0.0.txt | 979 method public java.lang.String[] getSelectionArgs();
|
D | 23.1.0.txt | 987 method public java.lang.String[] getSelectionArgs();
|
D | 23.1.1.txt | 940 method public java.lang.String[] getSelectionArgs();
|
D | current.txt | 1011 method public java.lang.String[] getSelectionArgs();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7392 method public java.lang.String[] getSelectionArgs();
|
/frameworks/base/api/ |
D | current.txt | 8322 method public java.lang.String[] getSelectionArgs();
|
D | test-current.txt | 8331 method public java.lang.String[] getSelectionArgs();
|
D | system-current.txt | 8652 method public java.lang.String[] getSelectionArgs();
|