Searched refs:EXTRA_PASSPOINT_WNM_METHOD (Results 1 – 3 of 3) sorted by relevance
254 if (bundle.containsKey(WifiManager.EXTRA_PASSPOINT_WNM_METHOD)) { in onHandleIntent()255 int method = bundle.getInt(WifiManager.EXTRA_PASSPOINT_WNM_METHOD); in onHandleIntent()
139 public static final String EXTRA_PASSPOINT_WNM_METHOD = "method"; field in WifiManager
8170 intent.putExtra(WifiManager.EXTRA_PASSPOINT_WNM_METHOD, event.getMethod()); in wnmFrameReceived()