Searched refs:FLAG_ALLOW_FREE_FORM_INPUT (Results 1 – 2 of 2) sorted by relevance
113 private static final int FLAG_ALLOW_FREE_FORM_INPUT = 0x1; field in RemoteInput116 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()
8927 Landroid/app/RemoteInput;->FLAG_ALLOW_FREE_FORM_INPUT:I