/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | SmartDialPrefix.java | 146 result.add(currentIndexToken.toString()); in parseToIndexTokens() 154 result.add(currentIndexToken.toString()); in parseToIndexTokens() 181 result.add(fullNameToken.toString()); in generateNamePrefixes() 191 fullNames.add(indexTokens.get(indexTokens.size() - 1)); in generateNamePrefixes() 202 result.add(initial + fullNames.get(j)); in generateNamePrefixes() 205 result.add(initial + result.get(j)); in generateNamePrefixes() 209 fullNames.add(indexTokens.get(i) + currentFullName); in generateNamePrefixes() 234 result.add(SmartDialNameMatcher.normalizeNumber(number, mMap)); in parseToNumberTokens() 242 result.add(SmartDialNameMatcher.normalizeNumber(number, in parseToNumberTokens() 247 result.add(SmartDialNameMatcher.normalizeNumber(number, in parseToNumberTokens() [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | ContentType.java | 84 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_BMP); [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | BaseFiltersManager.java | 120 filters.add(ImageFilterTinyPlanet.class); in addFilterClasses() 121 filters.add(ImageFilterRedEye.class); in addFilterClasses() 122 filters.add(ImageFilterWBalance.class); in addFilterClasses() 123 filters.add(ImageFilterExposure.class); in addFilterClasses() 124 filters.add(ImageFilterVignette.class); in addFilterClasses() 125 filters.add(ImageFilterGrad.class); in addFilterClasses() 126 filters.add(ImageFilterContrast.class); in addFilterClasses() 127 filters.add(ImageFilterShadows.class); in addFilterClasses() 128 filters.add(ImageFilterHighlights.class); in addFilterClasses() 129 filters.add(ImageFilterVibrance.class); in addFilterClasses() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExchangeSource.java | 74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in inflateStructuredName() 77 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in inflateStructuredName() 79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName() 81 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in inflateStructuredName() 83 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in inflateStructuredName() 85 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in inflateStructuredName() 87 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in inflateStructuredName() 90 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in inflateStructuredName() 92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in inflateStructuredName() [all …]
|
D | FallbackSource.java | 117 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in inflateStructuredName() 120 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in inflateStructuredName() 122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName() 124 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in inflateStructuredName() 126 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in inflateStructuredName() 128 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in inflateStructuredName() 130 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in inflateStructuredName() 132 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in inflateStructuredName() 135 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in inflateStructuredName() 137 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | SamsungAccountType.java | 96 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1)); in addDataKindStructuredPostal() 97 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1)); in addDataKindStructuredPostal() 98 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1)); in addDataKindStructuredPostal() 102 kind.fieldList.add(new EditField(StructuredPostal.COUNTRY, in addDataKindStructuredPostal() 104 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal() 106 kind.fieldList.add(new EditField(StructuredPostal.REGION, in addDataKindStructuredPostal() 108 kind.fieldList.add(new EditField(StructuredPostal.CITY, in addDataKindStructuredPostal() 110 kind.fieldList.add(new EditField(StructuredPostal.STREET, in addDataKindStructuredPostal() 113 kind.fieldList.add(new EditField(StructuredPostal.STREET, in addDataKindStructuredPostal() 115 kind.fieldList.add(new EditField(StructuredPostal.CITY, in addDataKindStructuredPostal() [all …]
|
D | BaseAccountType.java | 157 kind.fieldList.add(new EditField(StructuredName.DISPLAY_NAME, in addDataKindStructuredName() 159 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 161 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindStructuredName() 163 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindStructuredName() 165 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in addDataKindStructuredName() 167 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in addDataKindStructuredName() 169 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 171 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in addDataKindStructuredName() 173 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 187 kind.fieldList.add(new EditField(StructuredName.DISPLAY_NAME, in addDataKindDisplayName() [all …]
|
D | ExchangeAccountType.java | 90 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 92 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindStructuredName() 96 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in addDataKindStructuredName() 98 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in addDataKindStructuredName() 101 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 103 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 119 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindDisplayName() 122 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindDisplayName() 124 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindDisplayName() [all …]
|
D | GoogleAccountType.java | 89 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE)); in addDataKindPhone() 90 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK)); in addDataKindPhone() 91 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME)); in addDataKindPhone() 92 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN)); in addDataKindPhone() 93 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)); in addDataKindPhone() 94 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)); in addDataKindPhone() 95 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true)); in addDataKindPhone() 96 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER)); in addDataKindPhone() 97 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) in addDataKindPhone() 101 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | PointerTrackerQueueTests.java | 74 mQueue.add(mElement1); in testAdd() 77 mQueue.add(mElement2); in testAdd() 80 mQueue.add(mElement3); in testAdd() 83 mQueue.add(mElement4); in testAdd() 91 mQueue.add(mElement1); in testRemove() 92 mQueue.add(mElement2); in testRemove() 93 mQueue.add(mElement3); in testRemove() 94 mQueue.add(mElement4); in testRemove() 125 mQueue.add(mElement1); in testAddAndRemove() 126 mQueue.add(mElement2); in testAddAndRemove() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | VoicemailContentTable.java | 60 .add(Voicemails._ID) 61 .add(Voicemails.NUMBER) 62 .add(Voicemails.DATE) 63 .add(Voicemails.DURATION) 64 .add(Voicemails.IS_READ) 65 .add(Voicemails.TRANSCRIPTION) 66 .add(Voicemails.STATE) 67 .add(Voicemails.SOURCE_DATA) 68 .add(Voicemails.SOURCE_PACKAGE) 69 .add(Voicemails.HAS_CONTENT) [all …]
|
D | ContactsProvider2.java | 681 .add(Contacts.CUSTOM_RINGTONE) 682 .add(Contacts.DISPLAY_NAME) 683 .add(Contacts.DISPLAY_NAME_ALTERNATIVE) 684 .add(Contacts.DISPLAY_NAME_SOURCE) 685 .add(Contacts.IN_DEFAULT_DIRECTORY) 686 .add(Contacts.IN_VISIBLE_GROUP) 687 .add(Contacts.LAST_TIME_CONTACTED) 688 .add(Contacts.LOOKUP_KEY) 689 .add(Contacts.PHONETIC_NAME) 690 .add(Contacts.PHONETIC_NAME_STYLE) [all …]
|
D | GlobalSearchSupport.java | 101 list.add(contactId); // _id in asList() 102 list.add(text1); // text1 in asList() 103 list.add(text2); // text2 in asList() 104 list.add(icon1); // icon1 in asList() 105 list.add(icon2); // icon2 in asList() 106 list.add(intentData == null ? buildUri() : intentData); // intent data in asList() 107 list.add(intentAction); // intentAction in asList() 108 list.add(lookupKey); // shortcut id in asList() 109 list.add(filter); // extra data in asList() 110 list.add(lastAccessTime); // last access hint in asList() [all …]
|
D | ContactLocaleUtils.java | 109 addedLocales.add(locales.getPrimaryLocale()); in ContactLocaleUtilsBase() 131 addedLocales.add(locale); in addLabels() 227 labels.add(getBucketLabel(i)); in getLabels() 263 set.add(UnicodeBlock.HIRAGANA); 264 set.add(UnicodeBlock.KATAKANA); 265 set.add(UnicodeBlock.KATAKANA_PHONETIC_EXTENSIONS); 266 set.add(UnicodeBlock.HALFWIDTH_AND_FULLWIDTH_FORMS); 267 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS); 268 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A); 269 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B); [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 510 row.add(Root.COLUMN_ROOT_ID, TYPE_IMAGES_ROOT); in includeImagesRoot() 511 row.add(Root.COLUMN_FLAGS, flags); in includeImagesRoot() 512 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.root_images)); in includeImagesRoot() 513 row.add(Root.COLUMN_DOCUMENT_ID, TYPE_IMAGES_ROOT); in includeImagesRoot() 514 row.add(Root.COLUMN_MIME_TYPES, IMAGE_MIME_TYPES); in includeImagesRoot() 525 row.add(Root.COLUMN_ROOT_ID, TYPE_VIDEOS_ROOT); in includeVideosRoot() 526 row.add(Root.COLUMN_FLAGS, flags); in includeVideosRoot() 527 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.root_videos)); in includeVideosRoot() 528 row.add(Root.COLUMN_DOCUMENT_ID, TYPE_VIDEOS_ROOT); in includeVideosRoot() 529 row.add(Root.COLUMN_MIME_TYPES, VIDEO_MIME_TYPES); in includeVideosRoot() [all …]
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuLayoutManager.java | 271 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom)); in getViewLayouts() 275 layouts.add(null); in getViewLayouts() 278 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 287 layouts.add(0, null); in getViewLayouts() 296 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts() 299 layouts.add(null); in getViewLayouts() 413 animators.add(createAlphaAnimator(oldContentsView, 1.0f, 0.0f, 1.0f, mLinearOutSlowIn) in setSelectedPositionSmooth() 424 animators.add(createAlphaAnimator(mTempTitleViewForOld, 0.0f, in setSelectedPositionSmooth() 427 animators.add(createTranslationYAnimator(mTempTitleViewForOld, in setSelectedPositionSmooth() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | FragmentUtils.java | 42 sLatinImeFragments.add(DictionarySettingsFragment.class.getName()); in DictionarySettingsFragment.class.getName() 43 sLatinImeFragments.add(AboutPreferences.class.getName()); in AboutPreferences.class.getName() 44 sLatinImeFragments.add(PreferencesSettingsFragment.class.getName()); in PreferencesSettingsFragment.class.getName() 45 sLatinImeFragments.add(AccountsSettingsFragment.class.getName()); in AccountsSettingsFragment.class.getName() 46 sLatinImeFragments.add(AppearanceSettingsFragment.class.getName()); in AppearanceSettingsFragment.class.getName() 47 sLatinImeFragments.add(ThemeSettingsFragment.class.getName()); in ThemeSettingsFragment.class.getName() 48 sLatinImeFragments.add(CustomInputStyleSettingsFragment.class.getName()); in CustomInputStyleSettingsFragment.class.getName() 49 sLatinImeFragments.add(GestureSettingsFragment.class.getName()); in GestureSettingsFragment.class.getName() 50 sLatinImeFragments.add(CorrectionSettingsFragment.class.getName()); in CorrectionSettingsFragment.class.getName() 51 sLatinImeFragments.add(AdvancedSettingsFragment.class.getName()); in AdvancedSettingsFragment.class.getName() [all …]
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioModeStateMachineTest.java | 105 result.add(new ModeTestParameters( in generateTestCases() 124 result.add(new ModeTestParameters( in generateTestCases() 143 result.add(new ModeTestParameters( in generateTestCases() 162 result.add(new ModeTestParameters( in generateTestCases() 181 result.add(new ModeTestParameters( in generateTestCases() 200 result.add(new ModeTestParameters( in generateTestCases() 219 result.add(new ModeTestParameters( in generateTestCases() 238 result.add(new ModeTestParameters( in generateTestCases() 257 result.add(new ModeTestParameters( in generateTestCases() 276 result.add(new ModeTestParameters( in generateTestCases() [all …]
|
D | BluetoothPhoneServiceTest.java | 241 calls.add(activeCall); in testListCurrentCallsOneCall() 263 calls.add(parentCall); in testConferenceInProgressCDMA() 264 calls.add(confCall1); in testConferenceInProgressCDMA() 265 calls.add(confCall2); in testConferenceInProgressCDMA() 281 add(confCall1); in testConferenceInProgressCDMA() 282 add(confCall2); in testConferenceInProgressCDMA() 310 calls.add(parentCall); in testListCurrentCallsCdmaHold() 311 calls.add(foregroundCall); in testListCurrentCallsCdmaHold() 312 calls.add(heldCall); in testListCurrentCallsCdmaHold() 328 add(foregroundCall); in testListCurrentCallsCdmaHold() [all …]
|
D | CallAudioRouteStateMachineTest.java | 313 params.add(new RoutingTestParameters( in generateTransitionTests() 326 params.add(new RoutingTestParameters( in generateTransitionTests() 339 params.add(new RoutingTestParameters( in generateTransitionTests() 352 params.add(new RoutingTestParameters( in generateTransitionTests() 365 params.add(new RoutingTestParameters( in generateTransitionTests() 378 params.add(new RoutingTestParameters( in generateTransitionTests() 391 params.add(new RoutingTestParameters( in generateTransitionTests() 404 params.add(new RoutingTestParameters( in generateTransitionTests() 417 params.add(new RoutingTestParameters( in generateTransitionTests() 430 params.add(new RoutingTestParameters( in generateTransitionTests() [all …]
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 245 expectedOps.add(b.build()); in addOwnerAttendeeToOps() 253 expectedOps.add(b.build()); in addOwnerAttendeeToOps() 270 expectedOps.add(b.build()); in addAttendeeChangesOps() 282 expectedOps.add(b.build()); in addAttendeeChangesOps() 318 ops.add(b.build()); in addTestAttendees() 338 ops.add(b.build()); in addTestAttendees() 358 ops.add(b.build()); in addTestAttendees() 410 expectedOps.add(b.build()); in verifySaveEventNewEvent() 456 expectedOps.add(ContentProviderOperation.newUpdate(Uri.parse(mModel1.mUri)).withValues( in verifySaveEventModifyRecurring() 507 expectedOps.add(ContentProviderOperation.newDelete(Uri.parse(mModel1.mUri)).build()); in verifySaveEventRecurringToNonRecurring() [all …]
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | KanaConverter.java | 527 list.add(new WnnWord(inputHiragana, inputHiragana)); in createPseudoCandidateList() 529 list.add(new WnnWord(mStringBuff.toString(), inputHiragana, mPosDefault)); in createPseudoCandidateList() 532 list.add(new WnnWord(mStringBuff.toString(), inputHiragana, mPosDefault)); in createPseudoCandidateList() 545 list.add(new WnnWord(convHanSuuji, inputHiragana, mPosNumber)); in createPseudoCandidateList() 547 list.add(new WnnWord(convNumComma, inputHiragana, mPosNumber)); in createPseudoCandidateList() 553 list.add(new WnnWord(mStringBuff.toString(), inputHiragana, mPosNumber)); in createPseudoCandidateList() 560 list.add(new WnnWord(convHanEijiLower, inputHiragana, mPosSymbol)); in createPseudoCandidateList() 561 list.add(new WnnWord(convertCaps(convHanEijiLower), inputHiragana, mPosSymbol)); in createPseudoCandidateList() 562 list.add(new WnnWord(convHanEiji, inputHiragana, mPosSymbol)); in createPseudoCandidateList() 569 list.add(new WnnWord(convZenEijiLower, inputHiragana, mPosSymbol)); in createPseudoCandidateList() [all …]
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 598 deleteList.add(c.getLong(ORPHANS_ID)); in deleteMessageOrphans() 607 foundMailboxes.add(mailboxId); in deleteMessageOrphans() 610 notFoundMailboxes.add(mailboxId); in deleteMessageOrphans() 611 deleteList.add(c.getLong(ORPHANS_ID)); in deleteMessageOrphans() 1717 accountTypes.add(info.accountType); in restoreAccounts() 2061 mDelayedSyncRequests.add(request); in update() 2664 .add(BaseColumns._ID, MessageColumns._ID) in getMessageListMap() 2665 .add(UIProvider.ConversationColumns.URI, uriWithId("uimessage")) in getMessageListMap() 2666 .add(UIProvider.ConversationColumns.MESSAGE_LIST_URI, uriWithId("uimessage")) in getMessageListMap() 2667 .add(UIProvider.ConversationColumns.SUBJECT, MessageColumns.SUBJECT) in getMessageListMap() [all …]
|
/packages/apps/Email/ |
D | CleanSpec.mk | 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*) 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*) 55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*) 57 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 58 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*) 59 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherModel.java | 296 updates.add(si); in setPackageState() 304 updates.add(widget); in setPackageState() 353 updates.add(si); in updateSessionDisplayInfo() 445 items.add(info); in findSpaceForItem() 482 workspaceScreens.add(screenId); in findSpaceForItem() 483 addedWorkspaceScreensFinal.add(screenId); in findSpaceForItem() 543 addedShortcutsFinal.add(itemInfo); in addAndBindAddedWorkspaceItems() 562 addAnimated.add(i); in addAndBindAddedWorkspaceItems() 564 addNotAnimated.add(i); in addAndBindAddedWorkspaceItems() 719 ops.add(ContentProviderOperation.newUpdate(uri).withValues(values).build()); in updateItemsInDatabaseHelper() [all …]
|