Searched refs:getAutofillManager (Results 1 – 16 of 16) sorted by relevance
69 protected AutofillManager getAutofillManager() { in getAutofillManager() method in AbstractAutoFillActivity109 getAutofillManager().registerCallback(mCallback); in registerCallback()125 getAutofillManager().unregisterCallback(mCallback); in unregisterNonNullCallback()
77 mCancel.setOnClickListener((v) -> getAutofillManager().cancel()); in onCreate()87 getAutofillManager().commit(); in onCommit()
102 getAutofillManager().cancel(); in onCreate()188 getAutofillManager().commit(); in save()234 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mUsernameEditText)); in forceAutofillOnUsername()238 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mPasswordEditText)); in forceAutofillOnPassword()
115 activity.getAutofillManager().requestAutofill(activity.mInput); in launchSimpleSaveActivity()157 activity.getAutofillManager().requestAutofill(activity.mPreInput); in launchPreSimpleSaveActivity()323 return activity.getAutofillManager().isEnabled() == expected in assertAutofillEnabled()
214 mActivity.getAutofillManager().commit(); in testUrlBarChangeIgnoredWhenServiceCanSave()265 mActivity.getAutofillManager().commit(); in testUrlBarChangeCancelSessionWhenServiceCannotSave()297 mActivity.getAutofillManager().commit(); in testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse()
456 mActivity.getAutofillManager().commit(); in testAutofillCallbackNoDatasetsButSaveInfo()571 mActivity.getAutofillManager().commit(); in saveTest()618 mActivity.getAutofillManager().commit(); in testSaveNotShown_noUserInput()643 mActivity.getAutofillManager().commit(); in testSaveNotShown_initialValues_noUserInput()674 mActivity.getAutofillManager().commit(); in testSaveNotShown_initialValues_noUserInput_serviceDatasets()705 mActivity.getAutofillManager().commit(); in testSaveNotShown_userInputMatchesDatasets()
197 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkThenTapBackThenStartOverTest()293 mActivity.getAutofillManager().requestAutofill(mActivity.mPreInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()327 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
96 final AutofillId newIdField1 = mActivity.getAutofillManager().getNextAutofillId(); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()174 final AutofillId newIdField1 = mActivity.getAutofillManager().getNextAutofillId(); in testViewGoneDuringAutofillCanStillBeFilled()239 final AutofillId newIdField1 = mActivity.getAutofillManager().getNextAutofillId(); in saveWhenIdChanged()
75 getAutofillManager().requestAutofill(mCustomView, line.text.id, line.bounds); in requestAutofill()
297 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in testSaveThenStartNewSessionRightAway()377 mActivity.getAutofillManager().cancel(); in testCancelPreventsSaveUiFromShowing()680 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in tapLinkThenTapBackThenStartOverTest()830 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()860 mActivity.getAutofillManager().requestAutofill(mActivity.mPassword); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()1122 mActivity.getAutofillManager().commit(); in testDontSaveWhenInitialValueAndNoUserInputAndServiceDatasets()
115 onCell(row, column, (c) -> getAutofillManager().requestAutofill(c)); in forceAutofill()
157 mFatActivity.onInput((v) -> mFatActivity.getAutofillManager().requestAutofill(v)); in testManualRequest()
125 mActivity.getAutofillManager().requestAutofill(view); in startAutoFill()
88 mAfm = mActivity.getAutofillManager(); in setFixtures()
2302 final AutofillManager afm = mActivity.getAutofillManager(); in testIsServiceEnabled()2314 final AutofillManager afm = mActivity.getAutofillManager(); in testGetAutofillServiceComponentName()2330 final AutofillManager afm = mActivity.getAutofillManager(); in testSetupComplete()
949 mActivity.getAutofillManager().cancel(); in testFillResponseAuthWhenAppCallsCancel()