Searched refs:isAutofillEnabled (Results 1 – 5 of 5) sorted by relevance
46 Log.d(TAG, "isAutofillEnabled() on constructor? " + isAutofillEnabled()); in MyWebView()52 Log.d(TAG, "isAutofillEnabled() on constructor? " + isAutofillEnabled()); in MyWebView()70 boolean isAutofillEnabled() { in isAutofillEnabled() method in MyWebView
112 assertThat(mWebView.isAutofillEnabled()).isTrue(); in loadWebView()
124 assertThat(mWebView.isAutofillEnabled()).isTrue(); in loadWebView()
53 public boolean isAutofillEnabled() throws InterruptedException { in isAutofillEnabled() method in AutofillActivity
82 return activity.isAutofillEnabled(); in launchActivityAndGetEnabled()