Searched refs:AuthenticationActivity (Results 1 – 6 of 6) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AuthenticationTest.java | 67 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() 110 AuthenticationActivity.setResultCode(RESULT_CANCELED); in datasetAuthTwoFields() 129 AuthenticationActivity.setResultCode(RESULT_OK); in datasetAuthTwoFields() 146 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() 194 final Bundle data = AuthenticationActivity.getData(); in testDatasetAuthTwoFieldsReplaceResponse() 208 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() 256 final IntentSender authentication1 = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoDatasets() 258 final IntentSender authentication2 = AuthenticationActivity.createSender(mContext, 2, in testDatasetAuthTwoDatasets() 317 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() 377 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() [all …]
|
D | PartitionedActivityTest.java | 1306 final IntentSender auth11 = AuthenticationActivity.createSender(getContext(), 11, in testAutofillMultipleAuthDatasetsInSequence() 1311 final IntentSender auth12 = AuthenticationActivity.createSender(getContext(), 12); in testAutofillMultipleAuthDatasetsInSequence() 1348 final IntentSender auth21 = AuthenticationActivity.createSender(getContext(), 21); in testAutofillMultipleAuthDatasetsInSequence() 1349 final IntentSender auth22 = AuthenticationActivity.createSender(getContext(), 22, in testAutofillMultipleAuthDatasetsInSequence() 1388 final IntentSender auth31 = AuthenticationActivity.createSender(getContext(), 31, in testAutofillMultipleAuthDatasetsInSequence() 1393 final IntentSender auth32 = AuthenticationActivity.createSender(getContext(), 32); in testAutofillMultipleAuthDatasetsInSequence() 1431 final IntentSender auth41 = AuthenticationActivity.createSender(getContext(), 41); in testAutofillMultipleAuthDatasetsInSequence() 1432 final IntentSender auth42 = AuthenticationActivity.createSender(getContext(), 42, in testAutofillMultipleAuthDatasetsInSequence() 1484 final IntentSender auth11 = AuthenticationActivity.createSender(getContext(), 11, in testAutofillMultipleAuthDatasetsNoOverlap() 1489 final IntentSender auth12 = AuthenticationActivity.createSender(getContext(), 12); in testAutofillMultipleAuthDatasetsNoOverlap() [all …]
|
D | AuthenticationActivity.java | 47 public class AuthenticationActivity extends AbstractAutoFillActivity { class 122 final Intent intent = new Intent(context, AuthenticationActivity.class); in createSender() 139 .getActivity(context, id, new Intent(context, AuthenticationActivity.class), in createSender()
|
D | DatasetFilteringTest.java | 468 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() 520 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard()
|
D | AutoFillServiceTestCase.java | 349 AuthenticationActivity.resetStaticState();
|
D | FillEventHistoryTest.java | 81 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() 121 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected()
|