Home
last modified time | relevance | path

Searched refs:FLAG_ALLOW_FREE_FORM_INPUT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DRemoteInput.java113 private static final int FLAG_ALLOW_FREE_FORM_INPUT = 0x1; field in RemoteInput
116 private static final int DEFAULT_FLAGS = FLAG_ALLOW_FREE_FORM_INPUT;
192 return (mFlags & FLAG_ALLOW_FREE_FORM_INPUT) != 0; in getAllowFreeFormInput()
307 setFlag(FLAG_ALLOW_FREE_FORM_INPUT, allowFreeFormTextInput); in setAllowFreeFormInput()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8927 Landroid/app/RemoteInput;->FLAG_ALLOW_FREE_FORM_INPUT:I