Searched refs:setMinMatchForTest (Results 1 – 6 of 6) sorted by relevance
89 PhoneNumberUtils.setMinMatchForTest(MIN_MATCH); in setUp()90 dbHelper.setMinMatchForTest(MIN_MATCH); in setUp()97 PhoneNumberUtils.setMinMatchForTest(mOldMinMatch1); in tearDown()98 dbHelper.setMinMatchForTest(mOldMinMatch2); in tearDown()
131 mCallLogProvider.setMinMatchForTest(MIN_MATCH); in setUp()139 mCallLogProvider.setMinMatchForTest(mOldMinMatch); in tearDown()
166 PhoneNumberUtils.setMinMatchForTest(MIN_MATCH); in setUp()167 mDbHelper.setMinMatchForTest(MIN_MATCH); in setUp()174 PhoneNumberUtils.setMinMatchForTest(mOldMinMatch1); in tearDown()175 mDbHelper.setMinMatchForTest(mOldMinMatch2); in tearDown()
387 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in CallLogProvider
5187 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in ContactsDatabaseHelper