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