Searched refs:WifiNetworkAdapter (Results 1 – 3 of 3) sorted by relevance
8 import com.android.hotspot2.WifiNetworkAdapter;22 private final WifiNetworkAdapter mWifiNetworkAdapter;64 WifiNetworkAdapter wifiNetworkAdapter, Context context) { in SubscriptionTimer()
40 public class WifiNetworkAdapter { class74 public WifiNetworkAdapter(Context context, OSUManager osuManager) { in WifiNetworkAdapter() method in WifiNetworkAdapter
17 import com.android.hotspot2.WifiNetworkAdapter;96 private final WifiNetworkAdapter mWifiNetworkAdapter;118 mWifiNetworkAdapter = new WifiNetworkAdapter(context, this); in OSUManager()