Searched refs:setTranscriptionAndState (Results 1 – 2 of 2) sorted by relevance
183 dbHelper.setTranscriptionAndState(transcript, newState); in updateTranscriptionAndState()198 dbHelper.setTranscriptionAndState(result.first, VoicemailCompat.TRANSCRIPTION_AVAILABLE); in recordResult()
142 void setTranscriptionAndState(String transcription, int transcriptionState) { in setTranscriptionAndState() method in TranscriptionDbHelper