/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.
|
/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/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
NetworkState.java | 98 Log.v(LOG_TAG, "transition to DISCONNECTED"); 104 * Verifies state transition from CONNECTED->...-> DISCONNECTED. 107 * any transition from DISCONNECTING/DISCONNECTED -> CONNECTED. 118 mReason += " the last state should be DISCONNECTED, but it is " + lastState; 127 (curState == State.DISCONNECTED))) { 129 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) { 141 * Verifies state transition from DISCONNECTED->...-> CONNECTED. 144 * any transition from CONNECED -> DISCONNECTED. 148 if (mStateDepository.get(0) != State.DISCONNECTED) { 149 mReason += " initial state should be DISCONNECTED, but it is " [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...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 115 State.DISCONNECTED, LONG_TIMEOUT)); 128 NetworkState.DO_NOTHING, State.DISCONNECTED); 159 networkInfo.getState(), NetworkState.TO_DISCONNECTION, State.DISCONNECTED); 175 State.DISCONNECTED, LONG_TIMEOUT)); 217 State.DISCONNECTED, LONG_TIMEOUT)); 229 State.DISCONNECTED); 241 // Wait for Wifi to be connected and mobile to be disconnected 246 State.DISCONNECTED, LONG_TIMEOUT)); 283 NetworkState.TO_DISCONNECTION, State.DISCONNECTED); 289 State.DISCONNECTED, LONG_TIMEOUT)) [all...] |
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/res/values/ |
strings.xml | 23 <string name="disconnected">Disconnected</string>
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/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/device/bluetooth/ |
bluetooth_socket_chromeos.cc | 82 // TODO(keybuk, youngki): Agree a common way to flag disconnected. 83 error_message_ = "Disconnected"; 110 // TODO(keybuk, youngki): Agree a common way to flag disconnected. 111 error_message_ = "Disconnected"; 120 // TODO(keybuk, youngki): Agree a common way to flag disconnected. 121 error_message_ = "Disconnected"; 141 // TODO(keybuk, youngki): Agree a common way to flag disconnected. 142 error_message_ = "Disconnected";
|
/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;
|
/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.'''
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallList.java | 212 return getFirstCallWithState(Call.State.DISCONNECTED); 313 state != Call.State.DISCONNECTED) { 315 call.setState(Call.State.DISCONNECTED); 350 if (call.getState() == Call.State.DISCONNECTED) { 351 // update existing (but do not add!!) disconnected calls 354 // For disconnected calls, we want to keep them alive for a few seconds so that the 355 // UI has a chance to display anything it needs when a call is disconnected. 376 Preconditions.checkState(call.getState() == Call.State.DISCONNECTED); 431 * Handles the timeout for destroying disconnected calls. 465 * calls and for calls that switch to disconnected state. Listeners must add action [all...] |
/development/samples/BluetoothHDP/res/values/ |
strings.xml | 29 <string name="disconnected">DISCONNECTED</string>
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_client.h | 32 // Connect to DevTools if the DevToolsClient is disconnected. 42 // Adds a listener. This must only be done when the client is disconnected.
|
/external/chromium_org/remoting/host/ |
desktop_session_connector.h | 26 // disconnected from the desktop session (see DisconnectTerminal()) before it 52 // Notifies the network process that the daemon has disconnected the desktop
|
/external/chromium_org/chrome/browser/sync/glue/ |
shared_change_processor.cc | 97 LOG(ERROR) << "Change processor disconnected."; 114 "Change processor disconnected.", 138 "Change processor disconnected.", 150 LOG(ERROR) << "Change processor disconnected."; 162 LOG(ERROR) << "Change processor disconnected."; 174 LOG(ERROR) << "Change processor disconnected.";
|