Home
last modified time | relevance | path

Searched defs:matchInfo (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchResultToProtoConverter.java103 SearchResult.MatchInfo matchInfo = in toUnprefixedSearchResult() local
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java104 MatchInfo matchInfo = new MatchInfo(matchBundles.get(i), getGenericDocument()); in getMatchInfos() local
228 public Builder addMatchInfo(@NonNull MatchInfo matchInfo) { in addMatchInfo()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java513 public final ScanResultMatchInfo matchInfo; // Contains the SSID and security type field in WifiCandidates.Key
518 public Key(ScanResultMatchInfo matchInfo, in Key()
528 public Key(ScanResultMatchInfo matchInfo, in Key()
DWifiMetrics.java3565 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(scanResult); in incrementAvailableNetworksHistograms() local
DClientModeImpl.java3348 ScanResultMatchInfo matchInfo = in handleNetworkDisconnect() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWakeupControllerTest.java844 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in lastConnectedNetworkAddedToLock() local
870 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in expiredLastConnectedNetworkNotAddedToLock() local
DWifiConnectivityManagerTest.java556 ScanResultMatchInfo matchInfo = mock(ScanResultMatchInfo.class); in mockWifiNetworkSelector() local
1304 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(result); in getTestWifiCandidate() local
2243 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromWifiConfiguration( in testRetryConnectionEapFailureIgnoreSameNetwork() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAdapter.java1482 ContactsProviderMatchInfo.Builder matchInfo = in logCp2Metrics() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java1421 PasspointMatch matchInfo = provider.match(getANQPElements(scanResult), in getMatchingScanResults() local