Searched refs:mAllowed2GChannel (Results 1 – 1 of 1) sorted by relevance
51 private ArrayList<Integer> mAllowed2GChannel = null; field in WifiApConfigStore73 mAllowed2GChannel = new ArrayList<Integer>(); in WifiApConfigStore()76 mAllowed2GChannel.add(Integer.parseInt(tmp)); in WifiApConfigStore()118 return mAllowed2GChannel; in getAllowed2GChannel()