Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogProviderTest.java225 mCallLogProvider.setCallLogDatabaseHelperForTest(callLogDatabaseHelper); in testPhoneAccountHandleMigrationSimEvent()
269 mCallLogProvider.setCallLogDatabaseHelperForTest(originalCallLogDatabaseHelper); in testPhoneAccountHandleMigrationSimEvent()
299 mCallLogProvider.setCallLogDatabaseHelperForTest(callLogDatabaseHelper); in testPhoneAccountHandleMigrationInitiation()
328 mCallLogProvider.setCallLogDatabaseHelperForTest(originalCallLogDatabaseHelper); in testPhoneAccountHandleMigrationInitiation()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java402 public void setCallLogDatabaseHelperForTest(CallLogDatabaseHelper callLogDatabaseHelper) { in setCallLogDatabaseHelperForTest() method in CallLogProvider