Searched refs:callLogDatabaseHelper (Results 1 – 2 of 2) sorted by relevance
144 CallLogDatabaseHelper callLogDatabaseHelper = new CallLogDatabaseHelper( in getMockCallLogDatabaseHelper() local146 SQLiteDatabase db = callLogDatabaseHelper.getWritableDatabase(); in getMockCallLogDatabaseHelper()196 return callLogDatabaseHelper; in getMockCallLogDatabaseHelper()211 CallLogDatabaseHelper callLogDatabaseHelper = getMockCallLogDatabaseHelper( in testPhoneAccountHandleMigrationSimEvent() local213 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() local288 PhoneAccountHandleMigrationUtils phoneAccountHandleMigrationUtils = callLogDatabaseHelper in testPhoneAccountHandleMigrationInitiation()299 mCallLogProvider.setCallLogDatabaseHelperForTest(callLogDatabaseHelper); in testPhoneAccountHandleMigrationInitiation()[all …]
402 public void setCallLogDatabaseHelperForTest(CallLogDatabaseHelper callLogDatabaseHelper) { in setCallLogDatabaseHelperForTest() argument403 mDbHelper = callLogDatabaseHelper; in setCallLogDatabaseHelperForTest()