Searched defs:PasspointManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointManager.java79 public class PasspointManager { class
80 private static final String TAG = "PasspointManager";
83 * Handle for the current {@link PasspointManager} instance. This is needed to avoid
90 private static PasspointManager sPasspointManager;
197 public PasspointManager(Context context, WifiNative wifiNative, WifiKeyStore keyStore, method in class:PasspointManager
380 * current {@link PasspointManager}.
391 Log.e(TAG, "PasspointManager have not been initialized yet");
574 * Dump the current state of PasspointManager to the provided output stream.
579 pw.println("Dump of PasspointManager");
580 pw.println("PasspointManager
[all...]

Completed in 32 milliseconds