HomeSort by relevance Sort by last modified time
    Searched defs:TRANSCRIPTION (Results 1 - 10 of 10) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
VoicemailCursorLoader.java 44 AnnotatedCallLog.TRANSCRIPTION,
61 private static final int TRANSCRIPTION = 7;
108 .setTranscription(cursor.getString(TRANSCRIPTION))
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionDbHelper.java 36 /** Helper class for reading and writing transcription data in the database */
43 Voicemails.TRANSCRIPTION, // 1
48 static final int TRANSCRIPTION = 1;
75 String transcription = cursor.getString(TRANSCRIPTION); local
77 return new Pair<>(transcription, transcriptionState);
90 Voicemails.TRANSCRIPTION + " is NULL AND " + VoicemailCompat.TRANSCRIPTION_STATE + "=?";
135 void setTranscriptionAndState(String transcription, int transcriptionState) {
141 values.put(Voicemails.TRANSCRIPTION, transcription);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
AnnotatedCallLogContract.java 198 * See {@link android.provider.CallLog.Calls#TRANSCRIPTION}.
202 public static final String TRANSCRIPTION = "transcription";
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
CallLogQuery.java 54 public static final int TRANSCRIPTION = 22;
90 Calls.TRANSCRIPTION, // 22
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailsQueryHelper.java 43 Voicemails.TRANSCRIPTION // 4
50 public static final int TRANSCRIPTION = 4;
103 final String transcription = cursor.getString(TRANSCRIPTION); local
107 .setTranscription(transcription)
189 /** Utility method to add a transcription to the voicemail. */
190 public void updateWithTranscription(Voicemail voicemail, String transcription) {
193 contentValues.put(Voicemails.TRANSCRIPTION, transcription);
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 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
    [all...]
CallLog.java 339 * Transcription of the call or voicemail entry. This will only be populated for call log
342 public static final String TRANSCRIPTION = "transcription";
345 * State of voicemail transcription entry. This will only be populated for call log
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 131 milliseconds