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

  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
FilledAutofillField.kt 20 import com.example.android.autofillframework.multidatasetservice.AutofillHelper
36 val autofillHints = viewNode.autofillHints.filter(AutofillHelper::isValidHint).toTypedArray()
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
FilledAutofillField.kt 20 import com.example.android.autofillframework.multidatasetservice.AutofillHelper
36 val autofillHints = viewNode.autofillHints.filter(AutofillHelper::isValidHint).toTypedArray()
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
AutofillPickerTrampolineActivity.java 40 final ComponentName currentService = AutofillHelper.getCurrentAutofillAsComponentName(this);
AutofillPickerFragment.java 103 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context,
105 DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context, candidates);
138 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context,
140 final DefaultAppInfo current = AutofillHelper.getCurrentAutofill(context,
174 AutofillHelper.setCurrentAutofill(getContext(), key);
AutofillHelper.java 43 public class AutofillHelper {
45 private static final String TAG = "AutofillHelper";
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
AutofillHelper.java 38 public final class AutofillHelper {
40 private AutofillHelper() {
AuthActivity.java 135 setResponseIntent(AutofillHelper.newResponse
139 setDatasetIntent(AutofillHelper.newDataset
MyAutofillService.java 94 RemoteViews presentation = AutofillHelper
105 FillResponse response = AutofillHelper.newResponse
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AutofillFieldMetadata.kt 31 val autofillHints = view.autofillHints.filter(AutofillHelper::isValidHint).toTypedArray()
AuthActivity.kt 97 AutofillHelper.newResponse(this, false, autofillFields, clientFormDataMap)?.let(this::setResponseIntent)
102 AutofillHelper.newDataset(this, autofillFields, clientFormData, false)?.let(this::setDatasetIntent)
MyAutofillService.kt 59 val presentation = AutofillHelper
68 val response = AutofillHelper.newResponse(this, datasetAuth, autofillFields, clientFormDataMap)
AutofillHelper.kt 35 object AutofillHelper {
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AutofillFieldMetadata.kt 31 val autofillHints = view.autofillHints.filter(AutofillHelper::isValidHint).toTypedArray()
AuthActivity.kt 97 AutofillHelper.newResponse(this, false, autofillFields, clientFormDataMap)?.let(this::setResponseIntent)
102 AutofillHelper.newDataset(this, autofillFields, clientFormData, false)?.let(this::setDatasetIntent)
MyAutofillService.kt 59 val presentation = AutofillHelper
68 val response = AutofillHelper.newResponse(this, datasetAuth, autofillFields, clientFormDataMap)
AutofillHelper.kt 35 object AutofillHelper {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
KeyboardFragment.java 39 import com.android.tv.settings.autofill.AutofillHelper;
215 return AutofillHelper.getAutofillCandidates(getContext(),
222 DefaultAppInfo app = AutofillHelper.getCurrentAutofill(getContext(), candidates);
237 final Intent settingsIntent = AutofillHelper.getAutofillSettingsIntent(getContext(),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DevicePrefFragment.java 41 import com.android.tv.settings.autofill.AutofillHelper;
196 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(getContext(),
218 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates);

Completed in 160 milliseconds