HomeSort by relevance Sort by last modified time
    Searched defs:withValue (Results 1 - 25 of 25) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentProviderOperationBuilder.java 26 public Builder withValue(String key, Object value) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationBuilderTest.java 32 public void withValue() {
34 .withValue("stringTest", "bar")
35 .withValue("intTest", 5)
36 .withValue("longTest", 10L);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 145 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
181 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
208 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
212 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
219 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
EntityDelta.java 359 builder.withValue(RawContacts.VERSION, beforeVersion);
404 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
426 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
439 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 181 b.withValue(RawContacts.STARRED, 1);
182 b.withValue(RawContacts.TIMES_CONTACTED, 200001);
187 b.withValue(StructuredName.DISPLAY_NAME, "Regular Contact");
188 b.withValue(StructuredName.GIVEN_NAME, "Regular");
189 b.withValue(StructuredName.FAMILY_NAME, "Contact");
190 b.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
210 b.withValue(RawContacts.STARRED, 1);
211 b.withValue(RawContacts.TIMES_CONTACTED, 100001);
216 b.withValue(StructuredName.DISPLAY_NAME, "Profile Contact");
217 b.withValue(StructuredName.GIVEN_NAME, "Profile")
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
PhotoProviderTest.java 362 insert.withValue(Photos.WIDTH, 200L);
363 insert.withValue(Photos.HEIGHT, 100L);
364 insert.withValue(Photos.DATE_TAKEN, System.currentTimeMillis());
365 insert.withValue(Photos.ALBUM_ID, 1000L);
366 insert.withValue(Photos.MIME_TYPE, "image/jpg");
367 insert.withValue(Photos.ACCOUNT_ID, 1L);
370 update.withValue(Photos.DATE_MODIFIED, System.currentTimeMillis());
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 158 builder.withValue(RawContacts.ACCOUNT_NAME, account.name);
159 builder.withValue(RawContacts.ACCOUNT_TYPE, account.type);
167 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
168 builder.withValue(StructuredName.DISPLAY_NAME, name);
173 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
174 builder.withValue(Phone.TYPE, phoneType);
175 builder.withValue(Phone.NUMBER, phoneNumber);
176 builder.withValue(Data.IS_PRIMARY, 1);
183 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
184 builder.withValue(Email.TYPE, Email.TYPE_MOBILE)
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 497 * future calls to {@link #withValues} or {@link #withValue}.
522 public Builder withValue(String key, Object value) {
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 414 builder.withValue(RawContacts.VERSION, beforeVersion);
466 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
488 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
501 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
RawContactDeltaList.java 159 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
161 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
179 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
229 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
256 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
261 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
271 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 256 .withValue(RawContacts.ACCOUNT_NAME, accountName)
257 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
258 .withValue(RawContacts.DATA_SET, dataSet)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 368 builder.withValue(Email.DATA, email);
369 builder.withValue(Email.DISPLAY_NAME, displayName);
387 builder.withValue(Im.DATA, im);
407 builder.withValue(Im.DATA, phone);
408 builder.withValue(Phone.TYPE, type);
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 165 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
168 builder.withValue(StructuredName.GIVEN_NAME, mGiven);
171 builder.withValue(StructuredName.FAMILY_NAME, mFamily);
174 builder.withValue(StructuredName.MIDDLE_NAME, mMiddle);
177 builder.withValue(StructuredName.PREFIX, mPrefix);
180 builder.withValue(StructuredName.SUFFIX, mSuffix);
186 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven);
190 builder.withValue(StructuredName.PHONETIC_FAMILY_NAME, mPhoneticFamily);
194 builder.withValue(StructuredName.PHONETIC_MIDDLE_NAME, mPhoneticMiddle);
201 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mSortString)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 839 milliseconds