Searched refs:insertLog (Results 1 – 2 of 2) sorted by relevance
399 List<AccessLog> insertLog = queryAccessLogs(); in testAccessLogs_deleteById_expectDeleteLogs() local400 assertThat(insertLog).hasSize((1)); in testAccessLogs_deleteById_expectDeleteLogs()401 assertThat(insertLog.get(0).getOperationType()).isEqualTo(OPERATION_TYPE_UPSERT); in testAccessLogs_deleteById_expectDeleteLogs()466 List<AccessLog> insertLog = queryAccessLogs(); in testAccessLogs_deleteWithManageHealthDataPermission_noLog() local467 assertThat(insertLog).hasSize((1)); in testAccessLogs_deleteWithManageHealthDataPermission_noLog()468 assertThat(insertLog.get(0).getOperationType()).isEqualTo(OPERATION_TYPE_UPSERT); in testAccessLogs_deleteWithManageHealthDataPermission_noLog()
758 String insertLog = String.format(Locale.getDefault(), in insertInternal() local761 Log.i(TAG, insertLog); in insertInternal()762 mLocalLog.log(insertLog); in insertInternal()