Home
last modified time | relevance | path

Searched refs:NO_MICROPHONE_COMPAT (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java21 import static com.android.inputmethod.latin.common.Constants.ImeOption.NO_MICROPHONE_COMPAT;
155 null, NO_MICROPHONE_COMPAT, mEditorInfo); in hasNoMicrophoneKeyOption()
DLatinIME.java21 import static com.android.inputmethod.latin.common.Constants.ImeOption.NO_MICROPHONE_COMPAT;
862 if (InputAttributes.inPrivateImeOptions(null, NO_MICROPHONE_COMPAT, editorInfo)) { in onStartInputViewInternal()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java41 public static final String NO_MICROPHONE_COMPAT = "nm"; field in Constants.ImeOption