Searched refs:forToggle (Results 1 – 3 of 3) sorted by relevance
284 public static AutofillValue forToggle(boolean value) { in forToggle() method in AutofillValue
648 return isEnabled() ? AutofillValue.forToggle(isChecked()) : null; in getAutofillValue()
52803 method public static android.view.autofill.AutofillValue forToggle(boolean);