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

  /frameworks/base/core/java/android/net/
NetworkInfo.java 94 private static final EnumMap<DetailedState, State> stateMap =
98 stateMap.put(DetailedState.IDLE, State.DISCONNECTED);
99 stateMap.put(DetailedState.SCANNING, State.DISCONNECTED);
100 stateMap.put(DetailedState.CONNECTING, State.CONNECTING);
101 stateMap.put(DetailedState.AUTHENTICATING, State.CONNECTING);
102 stateMap.put(DetailedState.OBTAINING_IPADDR, State.CONNECTING);
103 stateMap.put(DetailedState.VERIFYING_POOR_LINK, State.CONNECTING);
104 stateMap.put(DetailedState.CAPTIVE_PORTAL_CHECK, State.CONNECTING);
105 stateMap.put(DetailedState.CONNECTED, State.CONNECTED);
106 stateMap.put(DetailedState.SUSPENDED, State.SUSPENDED)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 41 private static final EnumMap<SupplicantState, DetailedState> stateMap =
45 stateMap.put(SupplicantState.DISCONNECTED, DetailedState.DISCONNECTED);
46 stateMap.put(SupplicantState.INTERFACE_DISABLED, DetailedState.DISCONNECTED);
47 stateMap.put(SupplicantState.INACTIVE, DetailedState.IDLE);
48 stateMap.put(SupplicantState.SCANNING, DetailedState.SCANNING);
49 stateMap.put(SupplicantState.AUTHENTICATING, DetailedState.CONNECTING);
50 stateMap.put(SupplicantState.ASSOCIATING, DetailedState.CONNECTING);
51 stateMap.put(SupplicantState.ASSOCIATED, DetailedState.CONNECTING);
52 stateMap.put(SupplicantState.FOUR_WAY_HANDSHAKE, DetailedState.AUTHENTICATING);
53 stateMap.put(SupplicantState.GROUP_HANDSHAKE, DetailedState.AUTHENTICATING)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java 27 private static final Map<String, Integer> stateMap = new HashMap<String, Integer>();
29 stateMap.put("android:state_selected", R.attr.state_selected);
30 stateMap.put("android:state_pressed", R.attr.state_pressed);
31 stateMap.put("android:state_focused", R.attr.state_focused);
32 stateMap.put("android:state_checkable", R.attr.state_checkable);
33 stateMap.put("android:state_checked", R.attr.state_checked);
34 stateMap.put("android:state_enabled", R.attr.state_enabled);
35 stateMap.put("android:state_window_focused", R.attr.state_window_focused);
178 for (String state : stateMap.keySet()) {
181 return stateMap.get(state)
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 184 milliseconds