HomeSort by relevance Sort by last modified time
    Searched defs:wimax (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 1 package android.net.wimax;
10 * Used by android.net.wimax.WimaxManager for handling management of
11 * Wimax access.
13 public static final String WIMAX_SERVICE = "WiMax";
16 * Broadcast intent action indicating that Wimax has been enabled, disabled,
24 * The lookup key for an int that indicates whether Wimax is enabled,
30 * Broadcast intent action indicating that Wimax state has been changed
36 "android.net.fourG.wimax.WIMAX_NETWORK_STATE_CHANGED";
39 * Broadcast intent action indicating that Wimax signal level has been changed.
43 "android.net.wimax.SIGNAL_LEVEL_CHANGED"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 102 const NetworkState* wimax = NetworkHandler::Get()->network_state_handler()-> local
104 if (wimax && wimax->connection_state() == shill::kStateFailure)
106 wimax->error(), wimax->path());
144 const NetworkState* wimax = NetworkHandler::Get()->network_state_handler()-> local
146 if (!wimax) {
199 const NetworkState* wimax = NetworkHandler::Get()->network_state_handler()-> local
201 DCHECK(wimax && wimax->type() == shill::kTypeWimax)
    [all...]

Completed in 23 milliseconds