OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backRefs
(Results
1 - 9
of
9
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java
126
int
backRefs
[] = new int[size()];
133
backRefs
[rawContactIndex++] = firstBatch;
163
buildSplitContactDiff(diff,
backRefs
);
190
int[]
backRefs
) {
195
buildSplitContactDiff(diff, i, j,
backRefs
);
205
int index2, int[]
backRefs
) {
214
builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1,
backRefs
[index1]);
221
builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2,
backRefs
[index2]);
/packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java
138
int
backRefs
[] = new int[size()];
146
backRefs
[rawContactIndex++] = isInsert ? firstBatch : -1;
194
buildSplitContactDiff(diff,
backRefs
);
221
int[]
backRefs
) {
226
buildSplitContactDiff(diff, i, j,
backRefs
);
236
int index2, int[]
backRefs
) {
242
int backRef1 =
backRefs
[index1];
252
int backRef2 =
backRefs
[index2];
/frameworks/base/core/java/android/content/
ContentProviderOperation.java
194
* Applies this operation using the given provider. The
backRefs
array is used to resolve any
199
* @param
backRefs
a {@link ContentProviderResult} array that will be consulted
201
* @param numBackRefs the number of valid results on the
backRefs
array.
207
public ContentProviderResult apply(ContentProvider provider, ContentProviderResult[]
backRefs
,
209
ContentValues values = resolveValueBackReferences(
backRefs
, numBackRefs);
211
resolveSelectionArgsBackReferences(
backRefs
, numBackRefs);
278
* @param
backRefs
an array of previous results
279
* @param numBackRefs the number of valid previous results in
backRefs
285
ContentProviderResult[]
backRefs
, int numBackRefs) {
302
values.put(key, backRefToValue(
backRefs
, numBackRefs, backRefIndex))
[
all
...]
/frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java
125
ContentProviderResult[]
backRefs
= new ContentProviderResult[2];
132
},
backRefs
, 1);
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 131 milliseconds