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/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/tests/src/com/android/providers/contacts/
DCallLogProviderTest.java131 mCallLogProvider.setMinMatchForTest(MIN_MATCH); in setUp()
139 mCallLogProvider.setMinMatchForTest(mOldMinMatch); in tearDown()
DContactsProvider2Test.java166 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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java387 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in CallLogProvider
DContactsDatabaseHelper.java5187 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() method in ContactsDatabaseHelper