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.java81 public class PasspointManager { class
82 private static final String TAG = "PasspointManager";
85 * Handle for the current {@link PasspointManager} instance. This is needed to avoid
92 private static PasspointManager sPasspointManager;
200 public PasspointManager(Context context, WifiNative wifiNative, WifiKeyStore keyStore, method in class:PasspointManager
437 * current {@link PasspointManager}.
448 Log.e(TAG, "PasspointManager have not been initialized yet");
663 * Dump the current state of PasspointManager to the provided output stream.
668 pw.println("Dump of PasspointManager");
669 pw.println("PasspointManager
[all...]

Completed in 52 milliseconds