Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogProviderTest.java144 CallLogDatabaseHelper callLogDatabaseHelper = new CallLogDatabaseHelper( in getMockCallLogDatabaseHelper() local
146 SQLiteDatabase db = callLogDatabaseHelper.getWritableDatabase(); in getMockCallLogDatabaseHelper()
196 return callLogDatabaseHelper; in getMockCallLogDatabaseHelper()
211 CallLogDatabaseHelper callLogDatabaseHelper = getMockCallLogDatabaseHelper( in testPhoneAccountHandleMigrationSimEvent() local
213 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils = callLogDatabaseHelper in testPhoneAccountHandleMigrationSimEvent()
225 mCallLogProvider.setCallLogDatabaseHelperForTest(callLogDatabaseHelper); in testPhoneAccountHandleMigrationSimEvent()
226 final SQLiteDatabase sqLiteDatabase = callLogDatabaseHelper.getReadableDatabase(); in testPhoneAccountHandleMigrationSimEvent()
286 CallLogDatabaseHelper callLogDatabaseHelper = getMockCallLogDatabaseHelper( in testPhoneAccountHandleMigrationInitiation() local
288 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils = callLogDatabaseHelper in testPhoneAccountHandleMigrationInitiation()
299 mCallLogProvider.setCallLogDatabaseHelperForTest(callLogDatabaseHelper); in testPhoneAccountHandleMigrationInitiation()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java402 public void setCallLogDatabaseHelperForTest(CallLogDatabaseHelper callLogDatabaseHelper) { in setCallLogDatabaseHelperForTest() argument
403 mDbHelper = callLogDatabaseHelper; in setCallLogDatabaseHelperForTest()