Searched refs:AuthenticationActivity (Results 1 – 8 of 8) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/ |
D | InlineAuthenticationTest.java | 31 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/ |
D | AuthenticationTest.java | 34 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 …]
|
D | PartitionedActivityTest.java | 44 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/ |
D | PccFieldClassificationTest.java | 36 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/ |
D | AuthenticationActivity.java | 55 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/ |
D | DatasetFilteringTest.java | 30 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()
|
D | AutoFillServiceTestCase.java | 34 import android.autofillservice.cts.activities.AuthenticationActivity; 539 AuthenticationActivity.resetStaticState();
|
D | FillEventHistoryCommonTestCase.java | 51 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()
|