Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogProviderTest.java87 mOldMinMatch = mCallLogProvider.getMinMatchForTest(); in setUp()
DContactsProvider2Test.java136 mOldMinMatch1 = PhoneNumberUtils.getMinMatchForTest(); in setUp()
137 mOldMinMatch2 = dbHelper.getMinMatchForTest(); in setUp()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java87 mOldMinMatch1 = PhoneNumberUtils.getMinMatchForTest(); in setUp()
88 mOldMinMatch2 = dbHelper.getMinMatchForTest(); in setUp()
DContactAggregator2Test.java87 mOldMinMatch1 = PhoneNumberUtils.getMinMatchForTest(); in setUp()
88 mOldMinMatch2 = dbHelper.getMinMatchForTest(); in setUp()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java330 public int getMinMatchForTest() { in getMinMatchForTest() method in CallLogProvider
DContactsDatabaseHelper.java4994 public int getMinMatchForTest() { in getMinMatchForTest() method in ContactsDatabaseHelper