HomeSort by relevance Sort by last modified time
    Searched refs:setTranscriptionAndState (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionTask.java 183 dbHelper.setTranscriptionAndState(transcript, newState);
198 dbHelper.setTranscriptionAndState(result.first, VoicemailCompat.TRANSCRIPTION_AVAILABLE);
TranscriptionDbHelper.java 135 void setTranscriptionAndState(String transcription, int transcriptionState) {
138 "TranscriptionDbHelper.setTranscriptionAndState",

Completed in 216 milliseconds