Searched refs:getAuthentication (Results 1 – 10 of 10) sorted by relevance
49 assertNull(c.getAuthentication()); in testDefaults()
205 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady()
803 && response.getAuthentication() == null) in onFillRequestSuccess()2863 } else if (response.getAuthentication() != null) { in setViewStatesLocked()2953 if (dataset.getAuthentication() == null) { in autoFill()2972 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent); in autoFill()
176 public IpSecAlgorithm getAuthentication() { in getAuthentication() method in IpSecConfig
140 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
137 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in FillResponse
212 if (response.getAuthentication() != null) { in FillUi()586 ? (dataset.getAuthentication() == null) in matches()
210 response.getAuthentication(), response.getClientState()); in showFillUi()
1431 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms()1582 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform()
302 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA()