HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 1 - 25 of 1064) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_reconnect/
name 1 simple disconnected file inode
  /external/e2fsprogs/tests/f_bad_disconnected_inode/
name 0 Disconnected inode with bad fields
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
DEPS 1 # libgtk2ui must be disconnected from all other GTK code.
  /external/kernel-headers/original/uapi/linux/
wanrouter.h 12 WAN_DISCONNECTED, /* link/channel is 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]);
  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller.cc 17 current_state_(DISCONNECTED),
75 case DISCONNECTED:
104 DCHECK_EQ(DISCONNECTED, GetDesiredState());
110 current_state_ = DISCONNECTED;
130 return DISCONNECTED;
shared_change_processor.cc 97 LOG(ERROR) << "Change processor disconnected.";
114 "Change processor disconnected.",
138 "Change processor disconnected.",
155 "Change processor disconnected.",
168 LOG(ERROR) << "Change processor disconnected.";
180 LOG(ERROR) << "Change processor disconnected.";
191 LOG(ERROR) << "Change processor disconnected.";
  /frameworks/base/telecomm/java/android/telecom/
CallState.java 45 * {@link #DISCONNECTED} if it failed.
60 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
61 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user).
68 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
89 * Indicates that a call is currently disconnected. All states can transition to this state
95 public static final int DISCONNECTED = 7;
104 * Indicates that the call is in the process of being disconnected and will transition next
105 * to a {@link #DISCONNECTED} state.
109 * ConnectionService has confirmed the call as disconnected.
129 case DISCONNECTED
    [all...]
DisconnectCause.java 28 * Describes the cause of a disconnected call. This always includes a code describing the generic
37 /** Disconnected because of an unknown or unspecified reason. */
39 /** Disconnected because there was an error, such as a problem with the network. */
41 /** Disconnected because of a local user-initiated action, such as hanging up. */
44 * Disconnected because of a remote user-initiated action, such as the other party hanging up
48 /** Disconnected because it has been canceled. */
50 /** Disconnected because there was no response to an incoming call. */
52 /** Disconnected because the user rejected an incoming call. */
54 /** Disconnected because the other party was busy. */
57 * Disconnected because of a restriction on placing the call, such as dialing in airplan
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 123 * Called by ImsPhoneConnection when it has disconnected
127 if (mState != State.DISCONNECTED) {
128 /* If only disconnected connections remain, we are disconnected*/
133 if (mConnections.get(i).getState() != State.DISCONNECTED) {
140 mState = State.DISCONNECTED;
180 * Called when it's time to clean up disconnected Connection objects
187 if (cn.getState() == State.DISCONNECTED) {
265 if ((newState != mState) && (state != State.DISCONNECTED)) {
268 } else if (state == State.DISCONNECTED) {
    [all...]
  /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;
  /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...]
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics_unittest.cc 158 MediaStreamTrackMetrics::DISCONNECTED,
163 MediaStreamTrackMetrics::DISCONNECTED,
192 MediaStreamTrackMetrics::DISCONNECTED,
197 MediaStreamTrackMetrics::DISCONNECTED,
270 MediaStreamTrackMetrics::DISCONNECTED,
275 MediaStreamTrackMetrics::DISCONNECTED,
303 MediaStreamTrackMetrics::DISCONNECTED,
310 MediaStreamTrackMetrics::DISCONNECTED,
342 MediaStreamTrackMetrics::DISCONNECTED,
347 MediaStreamTrackMetrics::DISCONNECTED,
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/res/values/
strings.xml 23 <string name="disconnected">Disconnected</string>
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/res/values/
strings.xml 23 <string name="disconnected">Disconnected</string>
  /development/samples/ToyVpn/res/values/
strings.xml 28 <string name="disconnected">ToyVPN is disconnected!</string>
  /development/samples/browseable/BluetoothLeGatt/res/values/
strings.xml 23 <string name="disconnected">Disconnected</string>
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java 109 private final boolean[] disconnected = { false }; field in class:GAEChannelClient.ProxyingMessageHandler
121 disconnected[0] = true;
124 private boolean disconnected() { method in class:GAEChannelClient.ProxyingMessageHandler
125 return disconnected[0];
135 if (!disconnected()) {
145 if (!disconnected()) {
155 if (!disconnected()) {
166 if (!disconnected()) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 112 * Called by CdmaConnection when it has disconnected
116 if (mState != State.DISCONNECTED) {
117 /* If only disconnected connections remain, we are disconnected*/
123 != State.DISCONNECTED
131 mState = State.DISCONNECTED;
192 * Called when it's time to clean up disconnected Connection objects
198 if (cn.getState() == State.DISCONNECTED) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 115 * Called by GsmConnection when it has disconnected
119 if (mState != State.DISCONNECTED) {
120 /* If only disconnected connections remain, we are disconnected*/
126 != State.DISCONNECTED
134 mState = State.DISCONNECTED;
196 * Called when it's time to clean up disconnected Connection objects
203 if (cn.getState() == State.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;
  /external/chromium_org/ui/display/chromeos/x11/
native_display_event_dispatcher_x11.cc 44 // about an output getting connected or disconnected.
61 << " action=" << (connected ? "connected" : "disconnected");
91 VLOG(1) << "Ignoring event describing already-disconnected output";
  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 31 * state could be scanning, connecting, connected, disconnecting, disconnected
47 * scanning, connecting, connected, disconnecting, disconnected
100 * Indicatates wimax state is disconnected.
  /external/chromium_org/tools/grit/grit/tool/
unit.py 18 whether to run disconnected has been specified, etc.'''

Completed in 1677 milliseconds

1 2 3 4 5 6 7 8 91011>>