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

  /frameworks/base/core/java/android/net/
NetworkInfo.java 98 private static final EnumMap<DetailedState, State> stateMap =
102 stateMap.put(DetailedState.IDLE, State.DISCONNECTED);
103 stateMap.put(DetailedState.SCANNING, State.DISCONNECTED);
104 stateMap.put(DetailedState.CONNECTING, State.CONNECTING);
105 stateMap.put(DetailedState.AUTHENTICATING, State.CONNECTING);
106 stateMap.put(DetailedState.OBTAINING_IPADDR, State.CONNECTING);
107 stateMap.put(DetailedState.VERIFYING_POOR_LINK, State.CONNECTING);
108 stateMap.put(DetailedState.CAPTIVE_PORTAL_CHECK, State.CONNECTING);
109 stateMap.put(DetailedState.CONNECTED, State.CONNECTED);
110 stateMap.put(DetailedState.SUSPENDED, State.SUSPENDED)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 42 private static final EnumMap<SupplicantState, DetailedState> stateMap =
54 stateMap.put(SupplicantState.DISCONNECTED, DetailedState.DISCONNECTED);
55 stateMap.put(SupplicantState.INTERFACE_DISABLED, DetailedState.DISCONNECTED);
56 stateMap.put(SupplicantState.INACTIVE, DetailedState.IDLE);
57 stateMap.put(SupplicantState.SCANNING, DetailedState.SCANNING);
58 stateMap.put(SupplicantState.AUTHENTICATING, DetailedState.CONNECTING);
59 stateMap.put(SupplicantState.ASSOCIATING, DetailedState.CONNECTING);
60 stateMap.put(SupplicantState.ASSOCIATED, DetailedState.CONNECTING);
61 stateMap.put(SupplicantState.FOUR_WAY_HANDSHAKE, DetailedState.AUTHENTICATING);
62 stateMap.put(SupplicantState.GROUP_HANDSHAKE, DetailedState.AUTHENTICATING)
    [all...]
  /external/robolectric/v1/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...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha3/
gradle-core-1.3.0-alpha3.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 146 milliseconds