Searched refs:mIsDuplicateName (Results 1 – 2 of 2) sorted by relevance
110 private static HashMap<String, Boolean> mIsDuplicateName = new HashMap<String, Boolean>(); field in SelectSyncedCalendarsMultiAccountAdapter171 Utils.checkForDuplicateNames(mIsDuplicateName, newCursor, NAME_COLUMN); in onQueryComplete()361 if (mIsDuplicateName.containsKey(name) && mIsDuplicateName.get(name) && in bindChildView()
59 HashMap<String, Boolean> mIsDuplicateName; field in UtilsTests160 mIsDuplicateName = new HashMap<String, Boolean> (); in setUp()194 Utils.checkForDuplicateNames(mIsDuplicateName, mDuplicateNameCursor, NAME_COLUMN); in testCheckForDuplicateNames()195 assertEquals(mIsDuplicateNameExpected, mIsDuplicateName); in testCheckForDuplicateNames()