Searched refs:add (Results 1 - 25 of 1469) sorted by relevance

1234567891011>>

/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialPrefix.java137 * example space " ", mark the current token as complete and add it to the list of tokens.
146 result.add(currentIndexToken.toString());
154 result.add(currentIndexToken.toString());
181 result.add(fullNameToken.toString());
191 fullNames.add(indexTokens.get(indexTokens.size() - 1));
202 result.add(initial + fullNames.get(j));
205 result.add(initial + result.get(j));
209 fullNames.add(indexTokens.get(i) + currentFullName);
234 result.add(SmartDialNameMatcher.normalizeNumber(number, mMap));
242 result.add(SmartDialNameMatche
[all...]
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DContentType.java84 sSupportedContentTypes.add(TEXT_PLAIN);
85 sSupportedContentTypes.add(TEXT_HTML);
86 sSupportedContentTypes.add(TEXT_VCALENDAR);
87 sSupportedContentTypes.add(TEXT_VCARD);
89 sSupportedContentTypes.add(IMAGE_JPEG);
90 sSupportedContentTypes.add(IMAGE_GIF);
91 sSupportedContentTypes.add(IMAGE_WBMP);
92 sSupportedContentTypes.add(IMAGE_PNG);
93 sSupportedContentTypes.add(IMAGE_JPG);
94 sSupportedContentTypes.add(IMAGE_X_MS_BM
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DClusterSource.java41 mMatcher.add("/cluster/*/time", CLUSTER_ALBUMSET_TIME);
42 mMatcher.add("/cluster/*/location", CLUSTER_ALBUMSET_LOCATION);
43 mMatcher.add("/cluster/*/tag", CLUSTER_ALBUMSET_TAG);
44 mMatcher.add("/cluster/*/size", CLUSTER_ALBUMSET_SIZE);
45 mMatcher.add("/cluster/*/face", CLUSTER_ALBUMSET_FACE);
47 mMatcher.add("/cluster/*/time/*", CLUSTER_ALBUM_TIME);
48 mMatcher.add("/cluster/*/location/*", CLUSTER_ALBUM_LOCATION);
49 mMatcher.add("/cluster/*/tag/*", CLUSTER_ALBUM_TAG);
50 mMatcher.add("/cluster/*/size/*", CLUSTER_ALBUM_SIZE);
51 mMatcher.add("/cluste
[all...]
H A DFilterSource.java44 mMatcher.add("/filter/mediatype/*/*", FILTER_BY_MEDIATYPE);
45 mMatcher.add("/filter/delete/*", FILTER_BY_DELETE);
46 mMatcher.add("/filter/empty/*", FILTER_BY_EMPTY);
47 mMatcher.add(FILTER_EMPTY_ITEM, FILTER_BY_EMPTY_ITEM);
48 mMatcher.add(FILTER_CAMERA_SHORTCUT, FILTER_BY_CAMERA_SHORTCUT);
49 mMatcher.add(FILTER_CAMERA_SHORTCUT_ITEM, FILTER_BY_CAMERA_SHORTCUT_ITEM);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DFragmentUtils.java42 sLatinImeFragments.add(DictionarySettingsFragment.class.getName());
43 sLatinImeFragments.add(AboutPreferences.class.getName());
44 sLatinImeFragments.add(PreferencesSettingsFragment.class.getName());
45 sLatinImeFragments.add(AccountsSettingsFragment.class.getName());
46 sLatinImeFragments.add(AppearanceSettingsFragment.class.getName());
47 sLatinImeFragments.add(ThemeSettingsFragment.class.getName());
48 sLatinImeFragments.add(CustomInputStyleSettingsFragment.class.getName());
49 sLatinImeFragments.add(GestureSettingsFragment.class.getName());
50 sLatinImeFragments.add(CorrectionSettingsFragment.class.getName());
51 sLatinImeFragments.add(AdvancedSettingsFragmen
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DBaseFiltersManager.java120 filters.add(ImageFilterTinyPlanet.class);
121 filters.add(ImageFilterRedEye.class);
122 filters.add(ImageFilterWBalance.class);
123 filters.add(ImageFilterExposure.class);
124 filters.add(ImageFilterVignette.class);
125 filters.add(ImageFilterGrad.class);
126 filters.add(ImageFilterContrast.class);
127 filters.add(ImageFilterShadows.class);
128 filters.add(ImageFilterHighlights.class);
129 filters.add(ImageFilterVibranc
[all...]
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderFlattenTreeTests.java36 dict.add("foo", new ProbabilityInfo(1), null, false /* isNotAWord */,
38 dict.add("fta", new ProbabilityInfo(1), null, false /* isNotAWord */,
40 dict.add("ftb", new ProbabilityInfo(1), null, false /* isNotAWord */,
42 dict.add("bar", new ProbabilityInfo(1), null, false /* isNotAWord */,
44 dict.add("fool", new ProbabilityInfo(1), null, false /* isNotAWord */,
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfo.java86 return Objects.toStringHelper(this).add("lookupUri", lookupUri).add("name", name).add(
87 "type", type).add("label", label).add("number", number).add("formattedNumber",
88 formattedNumber).add("normalizedNumber", normalizedNumber).add("photoId", photoId)
89 .add("photoUri", photoUri).add("objectI
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DSamsungAccountType.java96 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1));
97 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1));
98 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1));
102 kind.fieldList.add(new EditField(StructuredPostal.COUNTRY,
104 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE,
106 kind.fieldList.add(new EditField(StructuredPostal.REGION,
108 kind.fieldList.add(new EditField(StructuredPostal.CITY,
110 kind.fieldList.add(new EditField(StructuredPostal.STREET,
113 kind.fieldList.add(new EditField(StructuredPostal.STREET,
115 kind.fieldList.add(ne
[all...]
H A DGoogleAccountType.java89 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
90 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
91 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
92 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN));
93 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true));
94 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true));
95 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true));
96 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER));
97 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true)
101 kind.fieldList.add(ne
[all...]
H A DExchangeAccountType.java90 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
92 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME,
94 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
96 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
98 kind.fieldList.add(new EditField(StructuredName.SUFFIX,
101 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
103 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME,
119 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
122 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME,
124 kind.fieldList.add(ne
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DListSuggestionCursorNoDuplicates.java40 public boolean add(Suggestion suggestion) { method in class:ListSuggestionCursorNoDuplicates
42 if (mSuggestionKeys.add(key)) {
43 return super.add(suggestion);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailContentTable.java61 .add(Voicemails._ID)
62 .add(Voicemails.NUMBER)
63 .add(Voicemails.DATE)
64 .add(Voicemails.DURATION)
65 .add(Voicemails.IS_READ)
66 .add(Voicemails.TRANSCRIPTION)
67 .add(Voicemails.STATE)
68 .add(Voicemails.SOURCE_DATA)
69 .add(Voicemails.SOURCE_PACKAGE)
70 .add(Voicemail
[all...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DPointerTrackerQueueTests.java74 mQueue.add(mElement1);
77 mQueue.add(mElement2);
80 mQueue.add(mElement3);
83 mQueue.add(mElement4);
91 mQueue.add(mElement1);
92 mQueue.add(mElement2);
93 mQueue.add(mElement3);
94 mQueue.add(mElement4);
125 mQueue.add(mElement1);
126 mQueue.add(mElement
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DExchangeSource.java74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
77 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME,
79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
81 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
83 kind.fieldList.add(new EditField(StructuredName.SUFFIX,
85 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
87 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME,
90 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
94 kind.fieldList.add(ne
[all...]
H A DFallbackSource.java117 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
120 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family,
122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
124 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
126 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix,
128 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
130 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME,
132 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME,
135 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given,
137 kind.fieldList.add(ne
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderOperations.java51 public FolderOperations(Folder folder, boolean add) { argument
54 add(folder, add);
64 * @param add True if the folder should be applied, or false if the folder should be removed
66 public void add(Folder folder, boolean add) { argument
67 Operation operation = new Operation(folder, add);
75 * @return Returns true if there is a add or remove operation for
85 * @return Returns true if there is a add or remove operation for
157 undoOperations.add(operationToUnd
218 Operation(Folder folder, boolean add) argument
[all...]
H A DConversationListHelper.java62 // Order matters. If a and b are added in order itemViews.add(a), itemViews.add(b),
67 itemViews.add(conversationPhotoTeaser);
68 itemViews.add(conversationLongPressTipView);
69 itemViews.add(conversationSyncDisabledTipView);
70 itemViews.add(conversationsInOutboxTipView);
71 itemViews.add(nestedFolderTeaserView);
/packages/apps/Tag/src/com/android/apps/tag/message/
H A DNdefMessageParser.java55 elements.add(SmartPoster.parse(record));
57 elements.add(UriRecord.parse(record));
59 elements.add(TextRecord.parse(record));
61 elements.add(ImageRecord.parse(record));
63 elements.add(VCardRecord.parse(record));
65 elements.add(MimeRecord.parse(record));
67 elements.add(new UnknownRecord());
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DLocaleUtils.java40 // Some room is left within constants to add match cases that may arise necessary
196 sRtlLanguageCodes.add("ar"); // Arabic
197 sRtlLanguageCodes.add("fa"); // Persian
198 sRtlLanguageCodes.add("iw"); // Hebrew
199 sRtlLanguageCodes.add("ku"); // Kurdish
200 sRtlLanguageCodes.add("ps"); // Pashto
201 sRtlLanguageCodes.add("sd"); // Sindhi
202 sRtlLanguageCodes.add("ug"); // Uyghur
203 sRtlLanguageCodes.add("ur"); // Urdu
204 sRtlLanguageCodes.add("y
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DNetworkActivity.java236 .add(new Action.Builder(mRes, ACTION_ETHERNET_PROXY_SETTINGS)
239 .add(new Action.Builder(mRes, ACTION_ETHERNET_IP_SETTINGS)
244 .add(new Status.Builder(mRes)
258 .add(new Status.Builder(mRes).title(R.string.title_internet_connection)
260 .add(new Status.Builder(mRes)
264 .add(new Status.Builder(mRes)
268 .add(new Header.Builder(mRes)
270 .add(mEthernetAdvancedLayout)
275 .add(new Status.Builder(mRes)
279 .add(ne
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DCallLogInteractionsLoaderTest.java21 interactions.add(new CallLogInteraction(interactionOneValues));
25 interactions.add(new CallLogInteraction(interactionTwoValues));
38 interactions.add(new CallLogInteraction(interactionOneValues));
42 interactions.add(new CallLogInteraction(interactionTwoValues));
55 interactions.add(new CallLogInteraction(interactionOneValues));
59 interactions.add(new CallLogInteraction(interactionTwoValues));
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DActionMultiMap.java45 collectList.add(0, info);
47 collectList.add(info);
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduBody.java44 return mParts.add(part);
59 mParts.add(index, part);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DDeveloperOptionsActivity.java189 .add(new Layout.Header.Builder(getResources())
193 .add(getGeneralHeader())
194 .add(getDebuggingHeader())
195 .add(getInputHeader())
196 .add(getDrawingHeader())
197 .add(getMonitoringHeader())
198 .add(getAppsHeader()));
211 header.add(new Layout.Header.Builder(res)
216 .add(onTitle, null, ACTION_STAY_AWAKE_ON)
217 .add(offTitl
[all...]

Completed in 1050 milliseconds

1234567891011>>