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

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_StateTest.java 28 assertEquals(State.DISCONNECTING, State.valueOf("DISCONNECTING"));
39 assertEquals(State.DISCONNECTING, expected[3]);
NetworkInfo_DetailedStateTest.java 30 assertEquals(DetailedState.DISCONNECTING, DetailedState.valueOf("DISCONNECTING"));
48 assertEquals(DetailedState.DISCONNECTING, expected[7]);
  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 14 echo %DRIVE_LETTER% Drive mapped to wrong share, disconnecting..
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 104 while (mState == CONNECTING || mState == DISCONNECTING) {
122 CHECK_EQ(mState, DISCONNECTING);
152 mState = DISCONNECTING;
157 while (mState == DISCONNECTING) {
267 CHECK_EQ((int)mState, (int)DISCONNECTING);
  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 31 * state could be scanning, connecting, connected, disconnecting, disconnected
47 * scanning, connecting, connected, disconnecting, disconnected
  /external/bluetooth/bluedroid/stack/hid/
hid_conn.h 58 UINT16 disc_reason; /* Reason for disconnecting (for HID_HDEV_EVT_CLOSE) */
  /external/openssh/regress/
stderr-after-eof.sh 36 egrep 'Disconnecting: Received extended_data after EOF' ${COPY} &&
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 26 * starting/stopping scans, connecting/disconnecting to HFP, A2DP, HID, PAN profiles, and verifying
197 * Stress test for connecting and disconnecting with an A2DP source.
230 * Stress test for connecting and disconnecting the HFP with a hands free device.
263 * Stress test for connecting and disconnecting with a HID device.
296 * Stress test for connecting and disconnecting with a PAN NAP.
326 * Stress test for verifying a PANU connecting and disconnecting with the device.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
net.h 53 SS_DISCONNECTING /* in process of disconnecting */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
net.h 53 SS_DISCONNECTING /* in process of disconnecting */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
net.h 53 SS_DISCONNECTING /* in process of disconnecting */
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
NetworkState.java 107 * any transition from DISCONNECTING/DISCONNECTED -> CONNECTED.
126 } else if ((preState == State.CONNECTED) && ((curState == State.DISCONNECTING) ||
129 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 30 * DISCONNECTING: Connection.disconnect() has been called, but PDP
38 * CONNECTED : CONNECTED or DISCONNECTING
45 DISCONNECTING,
  /frameworks/base/core/java/android/net/
NetworkInfo.java 45 * <tr><td><code>DISCONNECTING</code></td><td><code>DISCONNECTING</code></td></tr>
52 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN
76 DISCONNECTING,
107 stateMap.put(DetailedState.DISCONNECTING, State.DISCONNECTING);
  /external/chromium_org/remoting/webapp/
host_screen.js 104 } else if (state == remoting.HostSession.State.DISCONNECTING) {
105 console.log('Host plugin state: DISCONNECTING');
168 console.error('Error disconnecting: ' + errorTyped.description +
host_session.js 38 DISCONNECTING: 5,
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 140 // Transition from CONNECTED -> DISCONNECTED: CONNECTED->DISCONNECTING->DISCONNECTED
159 if ((preState == State.CONNECTED) && ((curState == State.DISCONNECTING) ||
162 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) {
  /dalvik/vm/
Ddm.h 32 * Deal with the DDM server connecting and disconnecting.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 64 _log.info("Disconnecting bot")
  /frameworks/av/media/libstagefright/include/
ChromiumHTTPDataSource.h 70 DISCONNECTING
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java 59 * in future calls like when disconnecting the channel.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_network.html 114 <h3 id="disconnecting">Disconnecting from a socket</h3>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
36 return !(this == IDLE || this == DISCONNECTED || this == DISCONNECTING);
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 52 public static final int DISCONNECTING = 8; /* A call is being ended. */
155 .put(Call.State.DISCONNECTING, "DISCONNECTING")
  /external/chromium_org/chrome/android/java/strings/translations/
android_chrome_strings_en-GB.xtb 16 You are signing in with a managed account and giving its administrator control over your Chrome profile. Your Chrome data will become permanently tied to this account. Disconnecting from this account will delete the local Chrome data.</translation>

Completed in 1417 milliseconds

1 2 3 4 5 6 7 8 9