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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentProviderOperationBuilder.java 26 public Builder withValue(String key, Object value) {
  /external/robolectric/v1/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/apps/Contacts/src/com/android/contacts/model/account/
AccountWithDataSet.java 200 .withValue(RawContacts.ACCOUNT_NAME, name)
201 .withValue(RawContacts.ACCOUNT_TYPE, type);
203 builder.withValue(RawContacts.DATA_SET, dataSet);
  /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.LAST_TIME_CONTACTED, 86400 * 21);
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.LAST_TIME_CONTACTED, 86400 * 11);
216 b.withValue(StructuredName.DISPLAY_NAME, "Profile Contact");
217 b.withValue(StructuredName.GIVEN_NAME, "Profile")
    [all...]
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 159 builder.withValue(RawContacts.ACCOUNT_NAME, account.name);
160 builder.withValue(RawContacts.ACCOUNT_TYPE, account.type);
168 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
169 builder.withValue(StructuredName.DISPLAY_NAME, name);
174 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
175 builder.withValue(Phone.TYPE, phoneType);
176 builder.withValue(Phone.NUMBER, phoneNumber);
177 builder.withValue(Data.IS_PRIMARY, 1);
184 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
185 builder.withValue(Email.TYPE, Email.TYPE_MOBILE)
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 584 * future calls to {@link #withValues} or {@link #withValue}.
609 public Builder withValue(String key, Object value) {
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 444 builder.withValue(RawContacts.VERSION, beforeVersion);
496 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
518 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
569 bw.getBuilder().withValue(Data.RAW_CONTACT_ID, beforeId);
592 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
605 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
RawContactDeltaList.java 160 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
162 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
180 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
241 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
267 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
272 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
282 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java     [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
ChannelDataManager.java 561 builder.withValue(TvContract.Programs.COLUMN_CHANNEL_ID, channel.getChannelId());
563 builder.withValue(
569 builder.withValue(TvContract.Programs.COLUMN_TITLE, item.getTitleText())
570 .withValue(
573 .withValue(
576 .withValue(TvContract.Programs.COLUMN_CONTENT_RATING, item.getContentRating())
577 .withValue(TvContract.Programs.COLUMN_AUDIO_LANGUAGE, item.getAudioLanguage())
578 .withValue(TvContract.Programs.COLUMN_SHORT_DESCRIPTION, item.getDescription())
579 .withValue(TvContract.Programs.COLUMN_VERSION_NUMBER, item.getEventId());
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 401 .withValue(RawContacts.ACCOUNT_NAME, accountName)
402 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
403 .withValue(RawContacts.DATA_SET, dataSet)
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 166 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
169 builder.withValue(StructuredName.GIVEN_NAME, mGiven);
172 builder.withValue(StructuredName.FAMILY_NAME, mFamily);
175 builder.withValue(StructuredName.MIDDLE_NAME, mMiddle);
178 builder.withValue(StructuredName.PREFIX, mPrefix);
181 builder.withValue(StructuredName.SUFFIX, mSuffix);
187 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven);
191 builder.withValue(StructuredName.PHONETIC_FAMILY_NAME, mPhoneticFamily);
195 builder.withValue(StructuredName.PHONETIC_MIDDLE_NAME, mPhoneticMiddle);
202 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mSortString)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.1/
grpc-context-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.3/
grpc-context-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/
aws-java-sdk-servicecatalog-1.11.18.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0/
manifest-merger-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha1/
manifest-merger-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha3/
manifest-merger-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha4/
manifest-merger-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha6/
manifest-merger-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha7/
manifest-merger-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-beta1/
manifest-merger-25.2.0-beta1.jar 

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>