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 public boolean isAutofillEnabled() { in isAutofillEnabled() method in MyWebView
114 assertThat(mWebView.isAutofillEnabled()).isTrue(); in loadWebView()
127 assertThat(mWebView.isAutofillEnabled()).isTrue(); in loadWebView()
53 public boolean isAutofillEnabled() throws InterruptedException { in isAutofillEnabled() method in AutofillActivity
82 return activity.isAutofillEnabled(); in launchActivityAndGetEnabled()