Searched refs:setAuthentication (Results 1 – 4 of 4) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | PartitionedActivityTest.java | 1330 .setAuthentication(auth11) in testAutofillMultipleAuthDatasetsInSequence() 1336 .setAuthentication(auth12) in testAutofillMultipleAuthDatasetsInSequence() 1372 .setAuthentication(auth21) in testAutofillMultipleAuthDatasetsInSequence() 1378 .setAuthentication(auth22) in testAutofillMultipleAuthDatasetsInSequence() 1414 .setAuthentication(auth31) in testAutofillMultipleAuthDatasetsInSequence() 1420 .setAuthentication(auth32) in testAutofillMultipleAuthDatasetsInSequence() 1458 .setAuthentication(auth41) in testAutofillMultipleAuthDatasetsInSequence() 1463 .setAuthentication(auth42) in testAutofillMultipleAuthDatasetsInSequence() 1516 .setAuthentication(auth11) in testAutofillMultipleAuthDatasetsNoOverlap() 1522 .setAuthentication(auth12) in testAutofillMultipleAuthDatasetsNoOverlap() [all …]
|
D | CannedFillResponse.java | 145 builder.setAuthentication(getAutofillIds(nodeResolver, mAuthenticationIds), in asFillResponse() 256 public Builder setAuthentication(IntentSender authentication, String... ids) { in setAuthentication() method in CannedFillResponse.Builder 348 builder.setId(mId).setAuthentication(mAuthentication); in asDataset() 431 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() method in CannedFillResponse.CannedDataset.Builder
|
D | SessionLifecycleTest.java | 119 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 218 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled()
|
D | LoginActivityTest.java | 1519 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in fillResponseAuthBothFields() 1607 .setAuthentication(authentication, ID_USERNAME) in testFillResponseAuthJustOneField() 1665 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testFillResponseAuthServiceHasNoData() 1716 .setAuthentication(authentication) in datasetAuthTwoFields() 1801 .setAuthentication(authentication) in testDatasetAuthTwoFieldsReplaceResponse() 1856 .setAuthentication(authentication) in testDatasetAuthTwoFieldsNoValues() 1907 .setAuthentication(authentication1) in testDatasetAuthTwoDatasets() 1913 .setAuthentication(authentication2) in testDatasetAuthTwoDatasets() 1968 .setAuthentication(authentication) in datasetAuthMixedTest() 2530 .setAuthentication(sender, ID_USERNAME) in testClickCustomButton() [all …]
|