Home
last modified time | relevance | path

Searched refs:setMinMatchForTest (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogProviderTest.java88 mCallLogProvider.setMinMatchForTest(MIN_MATCH); in setUp()
96 mCallLogProvider.setMinMatchForTest(mOldMinMatch); in tearDown()
DContactsProvider2Test.java138 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()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java89 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()
DContactAggregator2Test.java89 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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java325 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in CallLogProvider
DContactsDatabaseHelper.java4989 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in ContactsDatabaseHelper