Searched refs:autofillCompatEnabled (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContextWrapper.java1019 public void setAutofillCompatibilityEnabled(boolean autofillCompatEnabled) { argument
1021 mBase.setAutofillCompatibilityEnabled(autofillCompatEnabled);
H A DContext.java4968 @SuppressWarnings("unused") boolean autofillCompatEnabled) {
4967 setAutofillCompatibilityEnabled( @uppressWarnings�) boolean autofillCompatEnabled) argument
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java408 boolean autofillCompatEnabled) throws RemoteException {
402 bindApplication(String s, ApplicationInfo applicationInfo, List<ProviderInfo> list, ComponentName componentName, ProfilerInfo profilerInfo, Bundle bundle, IInstrumentationWatcher iInstrumentationWatcher, IUiAutomationConnection iUiAutomationConnection, int i, boolean b, boolean b1, boolean b2, boolean b3, Configuration configuration, CompatibilityInfo compatibilityInfo, Map map, Bundle bundle1, String s1, boolean autofillCompatEnabled) argument
/frameworks/base/core/java/android/app/
H A DContextImpl.java2314 public void setAutofillCompatibilityEnabled(boolean autofillCompatEnabled) { argument
2315 mIsAutofillCompatEnabled = autofillCompatEnabled;

Completed in 85 milliseconds