Home
last modified time | relevance | path

Searched refs:AuthenticationActivity (Results 1 – 8 of 8) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java31 import android.autofillservice.cts.activities.AuthenticationActivity;
91 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth_withNewAutofillSessionStartByActivity()
113 AuthenticationActivity.setResultCode(RESULT_OK); in testFillResponseAuth_withNewAutofillSessionStartByActivity()
114 AuthenticationActivity.setRequestAutofillForAuthenticationActivity(true); in testFillResponseAuth_withNewAutofillSessionStartByActivity()
139 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth()
164 AuthenticationActivity.setResultCode(RESULT_OK); in testFillResponseAuth()
197 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields()
225 AuthenticationActivity.setResultCode(RESULT_CANCELED); in datasetAuthTwoFields()
238 AuthenticationActivity.setResultCode(RESULT_OK); in datasetAuthTwoFields()
276 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthEphemeralOrPinned()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java34 import android.autofillservice.cts.activities.AuthenticationActivity;
77 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields()
120 AuthenticationActivity.setResultCode(RESULT_CANCELED); in datasetAuthTwoFields()
139 AuthenticationActivity.setResultCode(RESULT_OK); in datasetAuthTwoFields()
156 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse()
204 final Bundle data = AuthenticationActivity.getData(); in testDatasetAuthTwoFieldsReplaceResponse()
218 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues()
266 final IntentSender authentication1 = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoDatasets()
268 final IntentSender authentication2 = AuthenticationActivity.createSender(mContext, 2, in testDatasetAuthTwoDatasets()
327 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest()
[all …]
DPartitionedActivityTest.java44 import android.autofillservice.cts.activities.AuthenticationActivity;
1309 final IntentSender auth11 = AuthenticationActivity.createSender(getContext(), 11, in testAutofillMultipleAuthDatasetsInSequence()
1314 final IntentSender auth12 = AuthenticationActivity.createSender(getContext(), 12); in testAutofillMultipleAuthDatasetsInSequence()
1351 final IntentSender auth21 = AuthenticationActivity.createSender(getContext(), 21); in testAutofillMultipleAuthDatasetsInSequence()
1352 final IntentSender auth22 = AuthenticationActivity.createSender(getContext(), 22, in testAutofillMultipleAuthDatasetsInSequence()
1391 final IntentSender auth31 = AuthenticationActivity.createSender(getContext(), 31, in testAutofillMultipleAuthDatasetsInSequence()
1396 final IntentSender auth32 = AuthenticationActivity.createSender(getContext(), 32); in testAutofillMultipleAuthDatasetsInSequence()
1434 final IntentSender auth41 = AuthenticationActivity.createSender(getContext(), 41); in testAutofillMultipleAuthDatasetsInSequence()
1435 final IntentSender auth42 = AuthenticationActivity.createSender(getContext(), 42, in testAutofillMultipleAuthDatasetsInSequence()
1487 final IntentSender auth11 = AuthenticationActivity.createSender(getContext(), 11, in testAutofillMultipleAuthDatasetsNoOverlap()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DPccFieldClassificationTest.java36 import android.autofillservice.cts.activities.AuthenticationActivity;
554 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields()
609 AuthenticationActivity.setResultCode(RESULT_CANCELED); in datasetAuthTwoFields()
628 AuthenticationActivity.setResultCode(RESULT_OK); in datasetAuthTwoFields()
664 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields()
714 AuthenticationActivity.setResultCode(RESULT_CANCELED); in fillResponseAuthBothFields()
733 AuthenticationActivity.setResultCode(RESULT_OK); in fillResponseAuthBothFields()
745 final Bundle data = AuthenticationActivity.getData(); in fillResponseAuthBothFields()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAuthenticationActivity.java55 public class AuthenticationActivity extends AbstractAutoFillActivity { class
163 Intent intent = new Intent(context, AuthenticationActivity.class); in createSender()
187 .getActivity(context, id, new Intent(context, AuthenticationActivity.class), in createSender()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java30 import android.autofillservice.cts.activities.AuthenticationActivity;
531 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex()
585 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard()
DAutoFillServiceTestCase.java34 import android.autofillservice.cts.activities.AuthenticationActivity;
539 AuthenticationActivity.resetStaticState();
DFillEventHistoryCommonTestCase.java51 import android.autofillservice.cts.activities.AuthenticationActivity;
109 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected()
154 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected()