Searched refs:requestAutofill (Results 1 – 9 of 9) sorted by relevance
74 void requestAutofill(Line line) { in requestAutofill() method in VirtualContainerActivity75 getAutofillManager().requestAutofill(mCustomView, line.text.id, line.bounds); in requestAutofill()
188 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkThenTapBackThenStartOverTest()284 mActivity.getAutofillManager().requestAutofill(mActivity.mPreInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()317 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
107 activity.getAutofillManager().requestAutofill(activity.mInput); in launchSimpleSaveActivity()154 activity.getAutofillManager().requestAutofill(activity.mPreInput); in launchPreSimpleSaveActivity()
214 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mUsernameEditText)); in forceAutofillOnUsername()218 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mPasswordEditText)); in forceAutofillOnPassword()
117 onCell(row, column, (c) -> getAutofillManager().requestAutofill(c)); in forceAutofill()
507 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mInput)); in testSaveThenStartNewSessionRightAway()888 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in tapLinkThenTapBackThenStartOverTest()1039 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()1068 mActivity.getAutofillManager().requestAutofill(mActivity.mPassword); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
156 mActivity.onInput((v) -> mActivity.getAutofillManager().requestAutofill(v));
316 mActivity.requestAutofill(mActivity.mUsername); in testAutofillManuallyOneDataset()365 mActivity.getSystemService(AutofillManager.class).requestAutofill( in autofillManuallyTwoDatasets()
128 mActivity.getAutofillManager().requestAutofill(view);