Searched refs:requestAutofill (Results 1 – 5 of 5) sorted by relevance
65 void requestAutofill(Line line) { in requestAutofill() method in VirtualContainerActivity66 getAutofillManager().requestAutofill(mCustomView, line.text.id, line.bounds); in requestAutofill()
211 mActivity.requestAutofill(mActivity.mUsername); in testAutofillManuallyOneDataset()260 mActivity.getSystemService(AutofillManager.class).requestAutofill( in autofillManuallyTwoDatasets()
112 onCell(row, column, (c) -> getAutofillManager().requestAutofill(c)); in forceAutofill()
180 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mUsernameEditText)); in forceAutofillOnUsername()
123 mActivity.getAutofillManager().requestAutofill(view); in startAutoFill()