Home
last modified time | relevance | path

Searched refs:appendValue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java202 appendValue(nameSb, values, StructuredName.PREFIX); in buildAggregationSuggestionUri()
203 appendValue(nameSb, values, StructuredName.GIVEN_NAME); in buildAggregationSuggestionUri()
204 appendValue(nameSb, values, StructuredName.MIDDLE_NAME); in buildAggregationSuggestionUri()
205 appendValue(nameSb, values, StructuredName.FAMILY_NAME); in buildAggregationSuggestionUri()
206 appendValue(nameSb, values, StructuredName.SUFFIX); in buildAggregationSuggestionUri()
209 appendValue(phoneticNameSb, values, StructuredName.PHONETIC_FAMILY_NAME); in buildAggregationSuggestionUri()
210 appendValue(phoneticNameSb, values, StructuredName.PHONETIC_MIDDLE_NAME); in buildAggregationSuggestionUri()
211 appendValue(phoneticNameSb, values, StructuredName.PHONETIC_GIVEN_NAME); in buildAggregationSuggestionUri()
245 private void appendValue(StringBuilder sb, ValuesDelta values, String column) { in appendValue() method in AggregationSuggestionEngine
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java528 .appendText("did not have expected band ").appendValue(expectedBand) in bandIs()
529 .appendText(", was ").appendValue(bucketSettings.band); in bandIs()
538 description.appendText("bucket band is ").appendValue(expectedBand); in bandIs()
553 .appendValue(bucketSettings.band);
558 .appendValue(expectedChannels.length)
559 .appendText(", was ").appendValue(bucketSettings.num_channels);
567 .appendValue(expectedChannels.length)
568 .appendText(", was ").appendValue(bucketSettings.channels.length);
587 .appendValue(expectedChannelsSet);
591 .appendValue(extraChannelsSet);
[all …]
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
DIndexMatcher.java43 description.appendValue(mIndex); in describeTo()
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java203 description.appendValue(mExpected); in describeTo()