Home
last modified time | relevance | path

Searched refs:getContactsDatabaseHelperForTest (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java248 = mContactsProvider2.getContactsDatabaseHelperForTest(); in testPhoneAccountHandleMigrationSimEvent()
307 = mContactsProvider2.getContactsDatabaseHelperForTest(); in testPhoneAccountHandleMigrationInitiation()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java10439 public ContactsDatabaseHelper getContactsDatabaseHelperForTest() { in getContactsDatabaseHelperForTest() method in ContactsProvider2