Searched refs:requestAutofill (Results 1 – 14 of 14) sorted by relevance
84 public void requestAutofill(Line line) { in requestAutofill() method in VirtualContainerActivity85 getAutofillManager().requestAutofill(mCustomView, line.text.id, line.bounds); in requestAutofill()
257 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mUsernameEditText)); in forceAutofillOnUsername()261 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mPasswordEditText)); in forceAutofillOnPassword()
225 public static void setRequestAutofillForAuthenticationActivity(boolean requestAutofill) { in setRequestAutofillForAuthenticationActivity() argument227 sRequestAutofill = requestAutofill; in setRequestAutofillForAuthenticationActivity()
121 onCell(row, column, (c) -> getAutofillManager().requestAutofill(c)); in forceAutofill()
197 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkThenTapBackThenStartOverTest()291 mActivity.getAutofillManager().requestAutofill(mActivity.mPreInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()323 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
611 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in testCloseSaveUiThenStartNewSessionRightAway()1004 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mInput)); in tapLinkThenTapBackThenStartOverTest()1157 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mInput)); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()1189 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mPassword)); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
130 activity.getAutofillManager().requestAutofill(activity.mInput); in launchSimpleSaveActivity()177 activity.getAutofillManager().requestAutofill(activity.mPreInput); in launchPreSimpleSaveActivity()
159 mActivity.onInput((v) -> mActivity.getAutofillManager().requestAutofill(v));
132 mActivity.getAutofillManager().requestAutofill(view);
331 mActivity.getAutofillManager().requestAutofill(mActivity.getUsername());
335 mActivity.requestAutofill(mActivity.mUsername); in testAutofillManuallyOneDataset()384 mActivity.getSystemService(AutofillManager.class).requestAutofill( in autofillManuallyTwoDatasets()
860 final boolean requestResult = service.requestAutofill(componentName, usernameId);896 final boolean requestResult = service.requestAutofill(componentName, usernameId);935 final boolean requestResult = service.requestAutofill(componentName, usernameId);
12443 …method public final boolean requestAutofill(@NonNull android.content.ComponentName, @NonNull andro…
55676 method public void requestAutofill(@NonNull android.view.View);55677 …method public void requestAutofill(@NonNull android.view.View, int, @NonNull android.graphics.Rect…