Home
last modified time | relevance | path

Searched refs:newHashSet (Results 1 – 25 of 55) sorted by relevance

123

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java63 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); in rawContactUpdated()
70 mDirtyRawContacts = Sets.newHashSet(); in markRawContactDirtyAndChanged()
80 mChangedRawContacts = Sets.newHashSet(); in markRawContactChangedOrDeletedOrInserted()
91 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet(); in invalidateSearchIndexForRawContact()
96 if (mStaleSearchIndexContacts == null) mStaleSearchIndexContacts = Sets.newHashSet(); in invalidateSearchIndexForContact()
106 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); in getUpdatedRawContactIds()
111 if (mDirtyRawContacts == null) mDirtyRawContacts = Sets.newHashSet(); in getDirtyRawContactIds()
116 if (mChangedRawContacts == null) mChangedRawContacts = Sets.newHashSet(); in getChangedRawContactIds()
121 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet(); in getStaleSearchIndexRawContactIds()
126 if (mStaleSearchIndexContacts == null) mStaleSearchIndexContacts = Sets.newHashSet(); in getStaleSearchIndexContactIds()
DDefaultCallLogInsertionHelper.java44 private static final Set<String> LEGACY_UNKNOWN_NUMBERS = Sets.newHashSet("-1", "-2", "-3");
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DContactEditorUtilsTest.java94 MoreAsserts.assertEquals(Sets.newHashSet(TYPE1.accountType), Sets.newHashSet(types)); in testGetWritableAccountTypeStrings()
100 MoreAsserts.assertEquals(Sets.newHashSet(TYPE1.accountType, TYPE2EX.accountType), in testGetWritableAccountTypeStrings()
101 Sets.newHashSet(types)); in testGetWritableAccountTypeStrings()
108 Sets.newHashSet(TYPE1.accountType, TYPE2.accountType, TYPE2EX.accountType), in testGetWritableAccountTypeStrings()
109 Sets.newHashSet(types)); in testGetWritableAccountTypeStrings()
130 Sets.newHashSet(mAccountTypes.mAccounts), in testSaveDefaultAndAllAccounts()
138 Sets.newHashSet(mAccountTypes.mAccounts), in testSaveDefaultAndAllAccounts()
146 Sets.newHashSet(mAccountTypes.mAccounts), in testSaveDefaultAndAllAccounts()
294 Set<T> ret = Sets.newHashSet(); in toSet()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java230 HashSet<Long> readOnlyRawContacts = Sets.newHashSet(); in onLoadFinished()
231 HashSet<Long> writableRawContacts = Sets.newHashSet(); in onLoadFinished()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DMailPrefs.java347 final Set<String> updatedPatterns = Sets.newHashSet(currentPatterns); in setDisplayImagesFromSender()
361 final Set<String> updatedList = Sets.newHashSet(whitelist); in setDisplayImagesFromSender()
DSimpleBackupSharedPreference.java76 final Set<Object> set = Sets.newHashSet(); in fromJson()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMailAppProvider.java432 final Set<Uri> previousQueryUriSet = Sets.newHashSet(); in onLoadComplete()
445 final Set<Uri> newQueryUriMap = Sets.newHashSet(); in onLoadComplete()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java1076 private final Set<Long> mPhotoIds = Sets.newHashSet();
1077 private final Set<String> mPhotoIdsAsStrings = Sets.newHashSet();
1078 private final Set<Request> mPhotoUris = Sets.newHashSet();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java91 private Set<String> mGrantedPermissions = Sets.newHashSet();
92 private final Set<Uri> mGrantedUriPermissions = Sets.newHashSet();
DEvenMoreAsserts.java110 Set<Object> set = Sets.newHashSet(); in assertUnique()
DContactsDatabaseHelperTest.java64 final Set<Long> ids = Sets.newHashSet(); in testGetOrCreateAccountId()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneNumberUtilsWrapper.java32 private static final Set<String> LEGACY_UNKNOWN_NUMBERS = Sets.newHashSet("-1", "-2", "-3");
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasOptions.java40 private static final HashSet<String> SUPPORTED_PROTOCOL_VERSIONS = Sets.newHashSet(
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DThreadingTest.java84 final Set<String> seenFiles = Sets.newHashSet(); in testFilenameRace()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCollectionUtils.java61 public static <E> HashSet<E> newHashSet() { in newHashSet() method in CollectionUtils
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DResolveCache.java51 private static final HashSet<String> sPreferResolve = Sets.newHashSet(
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java242 final Set<String> types = Sets.newHashSet(); in getWritableAccountTypeStrings()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSecureConversationViewFragment.java76 final Set<String> emailAddresses = Sets.newHashSet(); in onPageFinished()
DConversationViewState.java141 final Set<Uri> result = Sets.newHashSet(); in getUnreadMessageUris()
DConversationSelectionSet.java329 final Set<Long> itemsToRemoveFromBatch = Sets.newHashSet(); in validateAgainstCursor()
DLimitedMultiSelectDialogFragment.java81 final Set<String> selectedValues = Sets.newHashSet(selectedValuesList); in onCreateDialog()
DConversationViewFragment.java1085 final Set<String> emailAddresses = Sets.newHashSet(); in onPageFinished()
1387 final Set<String> idsOfChangedBodies = Sets.newHashSet(); in processInPlaceUpdates()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
DUserHistoryDictionaryTests.java71 final Set<String> wordSet = CollectionUtils.newHashSet(); in generateWords()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java143 final HashSet<String> alreadySeen = CollectionUtils.newHashSet(); in getTypedWordAndPreviousSuggestions()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DEmlMessageViewFragment.java107 final Set<String> emailAddresses = Sets.newHashSet(); in onPageFinished()

123