Home
last modified time | relevance | path

Searched refs:getAutofillManager (Results 1 – 25 of 25) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DServiceEnabledForSureTest.java66 mSafeCleanerRule.run(() ->assertThat(mActivity.getAutofillManager().isEnabled()).isTrue());
73 final AutofillManager afm = mActivity.getAutofillManager();
DServiceDisabledForSureTest.java68 mSafeCleanerRule.run(() ->assertThat(mActivity.getAutofillManager().isEnabled()).isFalse());
75 final AutofillManager afm = mActivity.getAutofillManager();
/cts/tests/autofillservice/src/android/autofillservice/cts/dialog/
DDialogTest.java53 AutofillManager manager = activity.getAutofillManager(); in showAutofillDialog_noResponse_returnsFalse()
72 AutofillManager manager = activity.getAutofillManager(); in showAutofillDialogForVirtualView_noDialogPresentation_returnsFalse()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java81 public AutofillManager getAutofillManager() { in getAutofillManager() method in AbstractAutoFillActivity
121 getAutofillManager().registerCallback(mCallback); in registerCallback()
146 getAutofillManager().unregisterCallback(mCallback); in unregisterNonNullCallback()
DWebViewActivity.java191 getAutofillManager().notifyVirtualViewsReady(mWebView, viewInfo); in notifyViewReady()
213 getAutofillManager().notifyVirtualViewsReady(mWebView, viewInfo); in notifyViewReady()
217 getAutofillManager().notifyVirtualViewsReady(mWebView, new SparseArray<>()); in notifyViewReadyWithEmptyInfo()
221 getAutofillManager().notifyVirtualViewsReady(mWebView, null); in notifyViewReadyWithNullInfo()
DLoginActivity.java120 getAutofillManager().cancel(); in onCreate()
173 getAutofillManager().commit(); in save()
257 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mUsernameEditText)); in forceAutofillOnUsername()
261 syncRunOnUiThread(() -> getAutofillManager().requestAutofill(mPasswordEditText)); in forceAutofillOnPassword()
DSimpleSaveActivity.java71 mCancel.setOnClickListener((v) -> getAutofillManager().cancel()); in onCreate()
87 getAutofillManager().commit(); in onCommit()
DOnCreateServiceStatusVerifierActivity.java47 mEnabledOnCreate = getAutofillManager().isEnabled(); in onCreate()
DVirtualContainerActivity.java85 getAutofillManager().requestAutofill(mCustomView, line.text.id, line.bounds); in requestAutofill()
DGridActivity.java121 onCell(row, column, (c) -> getAutofillManager().requestAutofill(c)); in forceAutofill()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DVirtualContainerActivityCompatModeTest.java218 mActivity.getAutofillManager().commit(); in testUrlBarChangeIgnoredWhenServiceCanSave()
269 mActivity.getAutofillManager().commit(); in testUrlBarChangeCancelSessionWhenServiceCannotSave()
304 mActivity.getAutofillManager().commit(); in testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse()
DVirtualContainerActivityTest.java482 mActivity.getAutofillManager().commit(); in testAutofillCallbackNoDatasetsButSaveInfo()
602 mActivity.getAutofillManager().commit(); in saveTest()
650 mActivity.getAutofillManager().commit(); in testSaveNotShown_noUserInput()
675 mActivity.getAutofillManager().commit(); in testSaveNotShown_initialValues_noUserInput()
706 mActivity.getAutofillManager().commit(); in testSaveNotShown_initialValues_noUserInput_serviceDatasets()
737 mActivity.getAutofillManager().commit(); in testSaveNotShown_userInputMatchesDatasets()
DLoginActivityTest.java980 final AutofillManager afm = mActivity.getAutofillManager(); in testUiNotShowAfterSessionEnds()
2755 final AutofillManager afm = mActivity.getAutofillManager(); in testIsServiceEnabled()
2768 final AutofillManager afm = mActivity.getAutofillManager(); in testGetAutofillServiceComponentName()
2785 final AutofillManager afm = mActivity.getAutofillManager(); in testSetupComplete()
DAuthenticationTest.java958 mActivity.getAutofillManager().cancel(); in testFillResponseAuthWhenAppCallsCancel()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java84 final AutofillId newIdField1 = mActivity.getAutofillManager().getNextAutofillId(); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
160 final AutofillId newIdField1 = mActivity.getAutofillManager().getNextAutofillId(); in testViewGoneDuringAutofillCanStillBeFilled()
223 final AutofillId newIdField1 = mActivity.getAutofillManager().getNextAutofillId(); in saveWhenIdChanged()
DFatActivityTest.java159 mActivity.onInput((v) -> mActivity.getAutofillManager().requestAutofill(v));
DViewAttributesTest.java132 mActivity.getAutofillManager().requestAutofill(view);
DDelayFillTest.java331 mActivity.getAutofillManager().requestAutofill(mActivity.getUsername());
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DDisableAutofillTest.java130 activity.getAutofillManager().requestAutofill(activity.mInput); in launchSimpleSaveActivity()
177 activity.getAutofillManager().requestAutofill(activity.mPreInput); in launchPreSimpleSaveActivity()
373 return activity.getAutofillManager().isEnabled() == expected in assertAutofillEnabled()
DMultiScreenLoginTest.java346 : mActivity.getAutofillManager().getNextAutofillId();
DFieldsClassificationTest.java95 mAfm = mActivity.getAutofillManager(); in postActivityLaunched()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DPreSimpleSaveActivityTest.java197 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkThenTapBackThenStartOverTest()
291 mActivity.getAutofillManager().requestAutofill(mActivity.mPreInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
323 newActivty.getAutofillManager().requestAutofill(newActivty.mInput); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
DSimpleSaveActivityTest.java611 mActivity.getAutofillManager().requestAutofill(mActivity.mInput); in testCloseSaveUiThenStartNewSessionRightAway()
693 mActivity.getAutofillManager().cancel(); in testCancelPreventsSaveUiFromShowing()
1004 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mInput)); in tapLinkThenTapBackThenStartOverTest()
1157 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mInput)); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
1189 () -> mActivity.getAutofillManager().requestAutofill(mActivity.mPassword)); in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
1474 mActivity.getAutofillManager().commit(); in testDontSaveWhenInitialValueAndNoUserInputAndServiceDatasets()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java1148 final AutofillManager mgr = mActivity.getAutofillManager();
1158 final AutofillManager mgr = mActivity.getAutofillManager();
1171 final AutofillManager mgr = mActivity.getAutofillManager();
1198 final AutofillManager mgr = mActivity.getAutofillManager();
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAutoFillServiceTestCase.java601 protected AutofillManager getAutofillManager() {