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

  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
VoicemailCompat.java 34 public static final String TRANSCRIPTION_STATE = "transcription_state";
37 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has not yet been
43 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has begun but is not yet
49 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has been attempted and
55 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has completed and the
TranscriptionDbHelper.java 38 VoicemailCompat.TRANSCRIPTION_STATE // 1
42 public static final int TRANSCRIPTION_STATE = 1;
66 int transcriptionState = cursor.getInt(TRANSCRIPTION_STATE);
81 values.put(VoicemailCompat.TRANSCRIPTION_STATE, transcriptionState);
93 values.put(VoicemailCompat.TRANSCRIPTION_STATE, transcriptionState);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 67 .add(Voicemails.TRANSCRIPTION_STATE)
106 .add(Voicemails.TRANSCRIPTION_STATE)
CallLogDatabaseHelper.java 158 Voicemails.TRANSCRIPTION_STATE + " INTEGER NOT NULL DEFAULT 0," +
276 * Add {@link Voicemails.TRANSCRIPTION_STATE} column to the CallLog database.
279 db.execSQL("ALTER TABLE calls ADD transcription_state INTEGER NOT NULL DEFAULT 0");
CallLogProvider.java 138 sCallsProjectionMap.put(Calls.TRANSCRIPTION_STATE, Calls.TRANSCRIPTION_STATE);
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 242 public static final String TRANSCRIPTION_STATE = "transcription_state";
244 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has not yet
250 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has begun
256 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has
262 * Value of {@link #TRANSCRIPTION_STATE} when the voicemail transcription has
CallLog.java 340 public static final String TRANSCRIPTION_STATE = "transcription_state";
    [all...]

Completed in 1087 milliseconds