HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentAutofill (Results 1 - 4 of 4) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
AutofillHelper.java 72 public static String getCurrentAutofill(@NonNull Context context) {
82 String flattenedName = getCurrentAutofill(context);
91 public static DefaultAppInfo getCurrentAutofill(@NonNull Context context,
AutofillPickerFragment.java 105 DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, candidates);
140 final DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DevicePrefFragment.java 218 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
KeyboardFragment.java 222 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates);

Completed in 707 milliseconds