Searched refs:ACTION_CREATE_WIFI_CONFIG (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.compatibility.common.util.WifiConfigCreator.ACTION_CREATE_WIFI_CONFIG;50 if (ACTION_CREATE_WIFI_CONFIG.equals(action)) { in onCreate()
19 import static com.android.compatibility.common.util.WifiConfigCreator.ACTION_CREATE_WIFI_CONFIG;64 startRegularActivity(ACTION_CREATE_WIFI_CONFIG, -1, ORIGINAL_REGULAR_SSID, in setUp()
44 public static final String ACTION_CREATE_WIFI_CONFIG = field in WifiConfigCreator