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.java84 mOldMinMatch = mCallLogProvider.getMinMatchForTest(); in setUp()
DContactsProvider2Test.java143 mOldMinMatch1 = PhoneNumberUtils.getMinMatchForTest(); in setUp()
144 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.java252 public int getMinMatchForTest() { in getMinMatchForTest() method in CallLogProvider
DContactsDatabaseHelper.java4970 public int getMinMatchForTest() { in getMinMatchForTest() method in ContactsDatabaseHelper