Searched defs:allowedDataTypes (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/ics/android/support/v4/app/
H A DRemoteInputCompatBase.java40 Set<String> allowedDataTypes);
38 build(String resultKey, CharSequence label, CharSequence[] choices, boolean allowFreeFormInput, Bundle extras, Set<String> allowedDataTypes) argument
/frameworks/base/core/java/android/app/
H A DRemoteInput.java90 int flags, Bundle extras, ArraySet<String> allowedDataTypes) {
96 this.mAllowedDataTypes = allowedDataTypes;
89 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, int flags, Bundle extras, ArraySet<String> allowedDataTypes) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInput.java57 boolean allowFreeFormTextInput, Bundle extras, Set<String> allowedDataTypes) {
63 this.mAllowedDataTypes = allowedDataTypes;
409 Bundle extras, Set<String> allowedDataTypes) {
411 resultKey, label, choices, allowFreeFormInput, extras, allowedDataTypes);
56 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, boolean allowFreeFormTextInput, Bundle extras, Set<String> allowedDataTypes) argument

Completed in 94 milliseconds