HomeSort by relevance Sort by last modified time
    Searched refs:ASSOCIATED (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 35 * This state indicates that client is not associated, but is likely to
96 ASSOCIATED,
133 * address associated with the connection yet. Typically, a DHCP
179 case ASSOCIATED:
202 case ASSOCIATED:
228 case ASSOCIATED:
WifiInfo.java 60 stateMap.put(SupplicantState.ASSOCIATED, DetailedState.CONNECTING);
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 33 assertTrue(SupplicantState.isValidState(SupplicantState.ASSOCIATED));
  /external/libmojo/mojo/public/cpp/bindings/
scoped_interface_endpoint_handle.h 31 // which are not yet associated with a message pipe.
48 // Returns true if the interface hasn't associated with a message pipe.
63 // The interface has been associated with a message pipe.
64 ASSOCIATED,
73 // been associated or the peer has been closed before association.
111 // change to non-null when the handle is associated, and remain unchanged
  /external/libmojo/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 58 // (1) On the IO thread, A's underlying associated interface pointer
61 // associated request B_asso_req. The callback returned by
68 // able to serialize associated endpoints or send message because it
74 // programming errors of "using associated interface pointer before
75 // sending associated request".
112 this, runner_, ASSOCIATED));
201 this, runner_, ASSOCIATED));
207 std::move(handler).Run(ASSOCIATED);
interface_endpoint_client.cc 222 // the message contains a pending associated request. The user may try to use
223 // the corresponding associated interface pointer after sending this message.
224 // That associated interface pointer has to join an associated group in order
353 if (event == ScopedInterfaceEndpointHandle::ASSOCIATED) {
368 // This message is received after error has been encountered. For associated
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java 157 case ASSOCIATED:
196 case ASSOCIATED: supplState = BatteryStats.WIFI_SUPPL_STATE_ASSOCIATED; break;
SupplicantStaIfaceHal.java     [all...]
WifiMetrics.java 254 // If there's a ScanResult candidate associated with this config already, get it and
    [all...]
WifiStateMachine.java 489 /* Remove a packages associated configrations */
516 // Get the list of OSU providers associated with a Passpoint network.
581 /* Remove a packages associated configrations */
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIfaceCallback.hal 31 * This state indicates that client is not associated, but is likely to
75 ASSOCIATED = 6,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
ConnectState.java 161 case ASSOCIATED:
186 // been 'associated', the AP(s) must have rejected us.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 203 } else if(SupplicantState.ASSOCIATED.equals(supplicantState)) {
204 mSupplicantState.setText("ASSOCIATED");
  /frameworks/base/core/proto/android/os/
batterystats.proto 468 ASSOCIATED = 7;
508 // The statistics associated with a particular package.
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java     [all...]
WifiMonitorTest.java 400 * Broadcast associated bssid test.
466 SupplicantState newState = SupplicantState.ASSOCIATED;
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 682 case ASSOCIATED:
683 supplicantState = "associated";
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 797 milliseconds

1 2