Home
last modified time | relevance | path

Searched refs:convertEapInnerMethodToProto (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiPulledAtomLogger.java227 WifiMetrics.convertEapInnerMethodToProto(config), in wifiConfigToStatsEvent()
DWifiMetrics.java2611 protected static int convertEapInnerMethodToProto(WifiConfiguration config) { in convertEapInnerMethodToProto() method in WifiMetrics
2616 return convertEapInnerMethodToProto(getAuthPhase2MethodProto(phase2Method)); in convertEapInnerMethodToProto()
2619 private static int convertEapInnerMethodToProto(int phase2Method) { in convertEapInnerMethodToProto() method in WifiMetrics
2692 convertEapInnerMethodToProto(r.mRouterFingerPrintProto.authPhase2Method), in reportRouterCapabilities()