Home
last modified time | relevance | path

Searched refs:getCurrentAutofillAsComponentName (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillHelper.java81 public static ComponentName getCurrentAutofillAsComponentName(@NonNull Context context) { in getCurrentAutofillAsComponentName() method in AutofillHelper
93 final ComponentName name = getCurrentAutofillAsComponentName(context); in getCurrentAutofill()
DAutofillPickerTrampolineActivity.java40 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this); in onCreate()