Home
last modified time | relevance | path

Searched refs:getCurrentAutofill (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
H A DAutofillHelper.java72 public static String getCurrentAutofill(@NonNull Context context) { in getCurrentAutofill() method in AutofillHelper
82 String flattenedName = getCurrentAutofill(context); in getCurrentAutofillAsComponentName()
91 public static DefaultAppInfo getCurrentAutofill(@NonNull Context context, in getCurrentAutofill() method in AutofillHelper
H A DAutofillPickerFragment.java105 DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, candidates); in bind()
140 final DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, in onPreferenceTreeClick()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
H A DKeyboardFragment.java239 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateCurrentAutofillPreference()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
H A DDevicePrefFragment.java342 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateKeyboardAutofillSettings()