Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
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
DAutofillPickerFragment.java106 DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, candidates); in bind()
141 final DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, in onPreferenceTreeClick()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DDevicePrefFragment.java274 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateKeyboardAutofillSettings()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardFragment.java241 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates); in updateCurrentAutofillPreference()