Searched refs:setTranscriptionState (Results 1 – 5 of 5) sorted by relevance
179 dbHelper.setTranscriptionState(newState); in updateTranscriptionState()204 dbHelper.setTranscriptionState(VoicemailCompat.TRANSCRIPTION_FAILED_NO_SPEECH_DETECTED); in recordResult()209 dbHelper.setTranscriptionState( in recordResult()216 dbHelper.setTranscriptionState(VoicemailCompat.TRANSCRIPTION_FAILED); in recordResult()221 dbHelper.setTranscriptionState( in recordResult()
82 dbHelper.setTranscriptionState(VoicemailCompat.TRANSCRIPTION_AVAILABLE_AND_RATED); in doInBackground()
131 void setTranscriptionState(int transcriptionState) { in setTranscriptionState() method in TranscriptionDbHelper
355 setTranscriptionState(cursor, contentValues); in handleInsertsAndUpdates()384 private void setTranscriptionState(Cursor cursor, ContentValues contentValues) { in setTranscriptionState() method in SystemCallLogDataSource
112 .setTranscriptionState(cursor.getInt(TRANSCRIPTION_STATE)); in toVoicemailEntry()