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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
LegacyPasspointConfigParserTest.java 32 * Unit tests for {@link com.android.server.wifi.hotspot2.LegacyPasspointConfigParser}.
116 LegacyPasspointConfigParser parser = new LegacyPasspointConfigParser();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStoreLegacy.java 28 import com.android.server.wifi.hotspot2.LegacyPasspointConfigParser;
86 private final LegacyPasspointConfigParser mPasspointConfigParser;
90 LegacyPasspointConfigParser passpointConfigParser) {
259 * {@link LegacyPasspointConfigParser}.
WifiInjector.java 47 import com.android.server.wifi.hotspot2.LegacyPasspointConfigParser;
199 new LegacyPasspointConfigParser());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
LegacyPasspointConfigParser.java 77 public class LegacyPasspointConfigParser {
78 private static final String TAG = "LegacyPasspointConfigParser";
171 public LegacyPasspointConfigParser() {}
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreLegacyTest.java 31 import com.android.server.wifi.hotspot2.LegacyPasspointConfigParser;
55 @Mock private LegacyPasspointConfigParser mPasspointConfigParser;
107 // obtained these information from networkExtras and {@link LegacyPasspointConfigParser}.

Completed in 3191 milliseconds