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