Searched refs:WifiRow (Results 1 – 4 of 4) sorted by relevance
45 public class WifiRow extends SettingsQCItem { class48 public WifiRow(Context context) { in WifiRow() method in WifiRow
25 public class WifiRowWorker extends WifiBaseWorker<WifiRow> {
154 map.put(WIFI_ROW_URI, WifiRow.class); in createUriToQCMap()
49 private WifiRow mWifiRow;59 mWifiRow = new WifiRow(mContext); in setUp()