Searched refs:ACTION_PASSPOINT_ICON (Results 1 – 3 of 3) sorted by relevance
21 import static android.net.wifi.WifiManager.ACTION_PASSPOINT_ICON;167 Intent intent = new Intent(ACTION_PASSPOINT_ICON); in onIconResponse()
22 import static android.net.wifi.WifiManager.ACTION_PASSPOINT_ICON;250 assertEquals(ACTION_PASSPOINT_ICON, intent.getValue().getAction()); in verifyIconIntent()
268 public static final String ACTION_PASSPOINT_ICON = "android.net.wifi.action.PASSPOINT_ICON"; field in WifiManager