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

1 2 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
DeviceEvent.java 26 DISCONNECTED,
DeviceAllocationEventHandler.java 72 * <li>Checking_Availability -> DISCONNECTED -> Unavailable</li>
91 case DISCONNECTED:
107 * <li>Available -> DISCONNECTED -> Unknown</li>
119 case DISCONNECTED:
163 * <li>Unavailable -> DISCONNECTED -> Unknown</li>
173 case DISCONNECTED:
188 * <li>Ignored -> DISCONNECTED -> Unknown</li>
195 case DISCONNECTED:
  /packages/services/Telecomm/src/com/android/server/telecom/
CallState.java 42 * {@link #DISCONNECTED} if it failed.
55 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
56 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
63 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
84 * Indicates that a call is currently disconnected. All states can transition to this state
90 public static final int DISCONNECTED = TelecomProtoEnums.DISCONNECTED; // = 7
99 * Indicates that the call is in the process of being disconnected and will transition next
100 * to a {@link #DISCONNECTED} state.
104 * ConnectionService has confirmed the call as disconnected
    [all...]
  /device/google/wahoo/wifi_offload/
chre_interface_callbacks.h 30 enum ConnectionEvent { CONNECTED, DISCONNECTED, CONNECTION_ABORT };
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 39 DISCONNECTED,
142 * DISCONNECTED state above), but it also does not attempt to connect
184 case DISCONNECTED:
207 case DISCONNECTED:
223 case DISCONNECTED:
  /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
BidirectionalAsyncChannel.java 38 public enum ChannelState { DISCONNECTED, HALF_CONNECTED, CONNECTED, FAILURE };
39 private ChannelState mState = ChannelState.DISCONNECTED;
47 assertEquals("AsyncChannel must be disconnected to connect",
48 ChannelState.DISCONNECTED, mState);
70 mState = ChannelState.DISCONNECTED;
72 Log.d(TAG, "Channel disconnected" + this);
87 mState = ChannelState.DISCONNECTED;
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 38 private static final int DISCONNECTED = 0;
44 private int mState = DISCONNECTED;
49 if (mState != DISCONNECTED) {
61 mState = DISCONNECTED;
77 mState = DISCONNECTED;
141 mState = DISCONNECTED;
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_StateTest.java 27 assertEquals(State.DISCONNECTED, State.valueOf("DISCONNECTED"));
40 assertEquals(State.DISCONNECTED, expected[4]);
NetworkInfo_DetailedStateTest.java 29 assertEquals(DetailedState.DISCONNECTED, DetailedState.valueOf("DISCONNECTED"));
49 assertEquals(DetailedState.DISCONNECTED, expected[8]);
  /frameworks/base/core/proto/android/telecomm/
enums.proto 39 * {@link #DISCONNECTED} if it failed.
52 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
53 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
60 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
81 * Indicates that a call is currently disconnected. All states can transition to this state
87 DISCONNECTED = 7;
96 * Indicates that the call is in the process of being disconnected and will transition next
97 * to a {@link #DISCONNECTED} state.
101 * ConnectionService has confirmed the call as disconnected.
118 * Disconnected because of an unknown or unspecified reason
    [all...]
  /hardware/interfaces/graphics/composer/2.1/
IComposerCallback.hal 25 /** The display has been disconnected */
26 DISCONNECTED = 2,
31 * disconnected. Every active display (even a built-in physical display)
45 * disconnected.
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 35 private static final int DISCONNECTED = 0;
47 if (mState != DISCONNECTED) {
58 mState = DISCONNECTED;
75 mState = DISCONNECTED;
95 mState = DISCONNECTED;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java 39 private int mState = DISCONNECTED;
45 private static final int DISCONNECTED = 0;
134 if (mState != DISCONNECTED) {
161 mState = DISCONNECTED;
172 mState = DISCONNECTED;
192 mState = DISCONNECTED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 82 * Called by GsmCdmaConnection when it has disconnected
85 if (mState != State.DISCONNECTED) {
86 /* If only disconnected connections remain, we are disconnected*/
91 if (mConnections.get(i).getState() != State.DISCONNECTED) {
98 mState = State.DISCONNECTED;
  /system/bt/include/hardware/
bt_hearing_aid.h 26 DISCONNECTED = 0,
  /frameworks/base/core/java/android/net/
NetworkInfo.java 40 * <tr><td><code>IDLE</code></td><td><code>DISCONNECTED</code></td></tr>
41 * <tr><td><code>SCANNING</code></td><td><code>DISCONNECTED</code></td></tr>
50 * <tr><td><code>DISCONNECTED</code></td><td><code>DISCONNECTED</code></td></tr>
51 * <tr><td><code>FAILED</code></td><td><code>DISCONNECTED</code></td></tr>
52 * <tr><td><code>BLOCKED</code></td><td><code>DISCONNECTED</code></td></tr>
56 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN
82 DISCONNECTED,
102 stateMap.put(DetailedState.IDLE, State.DISCONNECTED);
103 stateMap.put(DetailedState.SCANNING, State.DISCONNECTED);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateTracker.java 35 public static final int DISCONNECTED = 2;
68 case DISCONNECTED:
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 102 Log.v(LOG_TAG, "Transition to DISCONNECTED");
140 // Transition from CONNECTED -> DISCONNECTED: CONNECTED->DISCONNECTING->DISCONNECTED
151 str.append(String.format(" Last state should be DISCONNECTED, but it is %s",
160 (curState == State.DISCONNECTED))) {
162 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) {
164 } else if ((preState == State.DISCONNECTED) && (curState == State.DISCONNECTED)) {
184 if (mStateDepository.get(0) != State.DISCONNECTED) {
185 str.append(String.format(" Initial state should be DISCONNECTED, but it is %s."
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 116 // only one attached connection get disconnected, state not changed
117 doReturn(Call.State.DISCONNECTED).when(mConnection1).getState();
121 doReturn(Call.State.DISCONNECTED).when(mConnection2).getState();
123 assertEquals(Call.State.DISCONNECTED, mCallUnderTest.getState());
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 29 assertTrue(SupplicantState.isValidState(SupplicantState.DISCONNECTED));
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.cc 39 : GrpcServer(server_def, env), verbs_state_(DISCONNECTED) {}
84 CHECK_EQ(verbs_state_, DISCONNECTED);
99 if (verbs_state_ == DISCONNECTED) {
119 verbs_state_ = DISCONNECTED;
verbs_server_lib.h 55 enum State { DISCONNECTED, CONNECTED };
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 72 setState(State.DISCONNECTED);
  /hardware/interfaces/tv/input/1.0/
types.hal 54 DISCONNECTED = 2,
120 * disconnected, so the implementation can generate this event with no
121 * available streams to indicate that this device is disconnected, and vice
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 36 private static final int DISCONNECTED = 2;
120 case DISCONNECTED:
121 handler.disconnected();

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>