Home | History | Annotate | Download | only in provider

Lines Matching defs:TRANSCRIPTION

250          * The transcription of the voicemail entry. This will only be populated if the voicemail
251 * entry has a valid transcription.
254 public static final String TRANSCRIPTION = "transcription";
256 * The state of the voicemail transcription.
265 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has not yet
271 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has begun
277 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has
283 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has
284 * completed and the result has been stored in the {@link #TRANSCRIPTION} column.
466 contentValues.put(Voicemails.TRANSCRIPTION, voicemail.getTranscription());