Searched refs:add (Results 1 - 25 of 1259) 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/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
H A DAccess.java7 public int add = 0; field in class:Access
10 return "Get:"+get+"; Add:"+add+"; Replace:"+replace+"; Delete:"+delete;
/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(AppearanceSettingsFragment.class.getName());
46 sLatinImeFragments.add(ThemeSettingsFragment.class.getName());
47 sLatinImeFragments.add(MultiLingualSettingsFragment.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 */);
37 dict.add("fta", new ProbabilityInfo(1), null, false /* isNotAWord */);
38 dict.add("ftb", new ProbabilityInfo(1), null, false /* isNotAWord */);
39 dict.add("bar", new ProbabilityInfo(1), null, false /* isNotAWord */);
40 dict.add("fool", new ProbabilityInfo(1), null, false /* isNotAWord */);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfo.java83 return Objects.toStringHelper(this).add("lookupUri", lookupUri).add("name", name).add(
84 "type", type).add("label", label).add("number", number).add("formattedNumber",
85 formattedNumber).add("normalizedNumber", normalizedNumber).add("photoId", photoId)
86 .add("photoUri", photoUri).add("objectI
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DGoogleAccountType.java88 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE));
89 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK));
90 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME));
91 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN));
92 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true));
93 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true));
94 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true));
95 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER));
96 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true)
100 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/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.java61 // Order matters. If a and b are added in order itemViews.add(a), itemViews.add(b),
66 itemViews.add(conversationPhotoTeaser);
67 itemViews.add(conversationLongPressTipView);
68 itemViews.add(conversationSyncDisabledTipView);
69 itemViews.add(conversationsInOutboxTipView);
70 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/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/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
H A DDMTValidator.java199 problemsList.add("Malformed parm.txt file for node: " + nodepath);
213 problemsList.add("No type defined for node: " + nodepath);
222 problemsList.add("Invalid node type '" + nodeType + "' for the node: " + nodepath +
243 problemsList.add("Default values are not allowed for nodes with type '" + nodeType + "' for the node: " + nodepath +
258 problemsList.add("The 'storesPD' attribute is not allowed for the non-multinode: " + nodepath +
269 problemsList.add("The 'auto' attribute is not allowed for the non-interior node: " + nodepath +
281 problemsList.add("The 'fk' attribute is not allowed for the interior node: " + nodepath +
287 problemsList.add("The 'fk' attribute can not be an empty string for the node: " + nodepath +
301 problemsList.add("The 'value' attribute is not allowed for the interior node: " + nodepath +
320 problemsList.add("Th
[all...]
H A DXml2WBXml.java50 arrResult.add(new Character( (char) 0x01));
51 arrResult.add(new Character( (char) 0x01));
52 arrResult.add(new Character( (char) 0x6A));
53 arrResult.add(new Character( (char) 0x00));
57 //TODO: Should add "Local" later...
116 arrNodes.add(node);
121 this.arrResult.add(new Character( (char) 0x5E));
127 this.arrResult.add(new Character( (char) 0x01));
130 this.arrResult.add(new Character( (char) 0x1E));
157 if (n.getNodeType() == Node.ELEMENT_NODE) { ///@@@ add nod
[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/Launcher3/src/com/android/launcher3/
H A DDynamicGrid.java62 deviceProfiles.add(new DeviceProfile("Super Short Stubby",
65 deviceProfiles.add(new DeviceProfile("Shorter Stubby",
68 deviceProfiles.add(new DeviceProfile("Short Stubby",
71 deviceProfiles.add(new DeviceProfile("Stubby",
74 deviceProfiles.add(new DeviceProfile("Nexus S",
77 deviceProfiles.add(new DeviceProfile("Nexus 4",
80 deviceProfiles.add(new DeviceProfile("Nexus 5",
83 deviceProfiles.add(new DeviceProfile("Large Phone",
88 deviceProfiles.add(new DeviceProfile("Nexus 7",
92 deviceProfiles.add(ne
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DNetworkActivity.java167 .add(new Action.Builder(mRes, ACTION_ETHERNET_PROXY_SETTINGS)
170 .add(new Action.Builder(mRes, ACTION_ETHERNET_IP_SETTINGS)
175 .add(new Status.Builder(mRes)
189 .add(new Status.Builder(mRes).title(R.string.title_internet_connection)
191 .add(new Status.Builder(mRes)
195 .add(new Status.Builder(mRes)
199 .add(new Header.Builder(mRes)
201 .add(mEthernetAdvancedLayout)
206 .add(new Status.Builder(mRes)
210 .add(ne
[all...]
/packages/apps/Browser/src/com/android/browser/search/
H A DSearchEnginePreference.java46 entryValues.add(defaultSearchEngineName);
47 entries.add(defaultSearchEngine.getLabel());
53 entryValues.add(name);
54 entries.add(searchEngineInfo.getLabel());

Completed in 988 milliseconds

1234567891011>>