Searched refs:setMinMatchForTest (Results 1 – 6 of 6) sorted by relevance
88 mCallLogProvider.setMinMatchForTest(MIN_MATCH); in setUp()96 mCallLogProvider.setMinMatchForTest(mOldMinMatch); in tearDown()
138 PhoneNumberUtils.setMinMatchForTest(MIN_MATCH); in setUp()139 dbHelper.setMinMatchForTest(MIN_MATCH); in setUp()146 PhoneNumberUtils.setMinMatchForTest(mOldMinMatch1); in tearDown()147 dbHelper.setMinMatchForTest(mOldMinMatch2); in tearDown()
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()
325 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in CallLogProvider
4989 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in ContactsDatabaseHelper