- backRefs
- an array of previous results
- numBackRefs
- the number of valid previous results in backRefs
Documentation for this section has not yet been entered.
The Selection Arguments back references are represented as a Map of Integer->Integer where the key is an index into the selection argument array (see NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withSelection(java.lang.String, java.lang.String[])) and the value is the index of the previous result that should be used for that selection argument array slot.
This is intended to be a private method but it is exposed for unit testing purposes