Searched refs:getAuthentication (Results 1 – 13 of 13) sorted by relevance
51 return response.getAuthentication() != null && response.getInlinePresentation() != null; in responseNeedAuthentication()61 datasetIndex, response.getAuthentication(), response.getClientState(), in createInlineAuthentication()167 dataset.getAuthentication() == null ? InlineSuggestionInfo.TYPE_SUGGESTION in createInlineSuggestion()
271 return dataset.getAuthentication() == null; in includeDataset()
213 if (response.getAuthentication() != null) { in FillUi()624 ? (dataset.getAuthentication() == null) in matches()
220 response.getAuthentication(), response.getClientState(), in showFillUi()
49 assertNull(c.getAuthentication()); in testDefaults()
270 if (dataset.getAuthentication() != null) { in maybeRequestShowInlineSuggestions()273 final IntentSender action = dataset.getAuthentication(); in maybeRequestShowInlineSuggestions()
213 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady()
1009 && response.getAuthentication() == null)3442 } else if (response.getAuthentication() != null) {3532 if (dataset.getAuthentication() == null) {3553 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent,
177 public IpSecAlgorithm getAuthentication() { in getAuthentication() method in IpSecConfig
157 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
148 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in FillResponse
1446 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms()1597 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform()
305 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA()