HomeSort by relevance Sort by last modified time
    Searched refs:RouterFingerPrint (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 120 class RouterFingerPrint {
121 private WifiMetricsProto.RouterFingerPrint mRouterFingerPrintProto;
122 RouterFingerPrint() {
123 mRouterFingerPrintProto = new WifiMetricsProto.RouterFingerPrint();
156 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN;
159 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE;
162 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL;
212 RouterFingerPrint mRouterFingerPrint;
224 mRouterFingerPrint = new RouterFingerPrint();
225 mConnectionEvent.routerFingerprint = mRouterFingerPrint.mRouterFingerPrintProto
    [all...]
  /frameworks/base/proto/src/
wifi.proto 261 message RouterFingerPrint {
392 optional RouterFingerPrint router_fingerprint = 3;
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 152 milliseconds