/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/kernel-headers/original/uapi/linux/ |
wanrouter.h | 12 WAN_DISCONNECTED, /* link/channel is disconnected */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCall.java | 96 * Called by CdmaConnection when it has disconnected 100 if (mState != State.DISCONNECTED) { 101 /* If only disconnected connections remain, we are disconnected*/ 107 != State.DISCONNECTED 115 mState = State.DISCONNECTED; 176 * Called when it's time to clean up disconnected Connection objects 182 if (cn.getState() == State.DISCONNECTED) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmCall.java | 98 * Called by GsmConnection when it has disconnected 102 if (mState != State.DISCONNECTED) { 103 /* If only disconnected connections remain, we are disconnected*/ 109 != State.DISCONNECTED 117 mState = State.DISCONNECTED; 179 * Called when it's time to clean up disconnected Connection objects 186 if (cn.getState() == State.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/telecomm/java/android/telecom/ |
DisconnectCause.java | 27 * Describes the cause of a disconnected call. This always includes a code describing the generic 35 /** Disconnected because of an unknown or unspecified reason. */ 37 /** Disconnected because there was an error, such as a problem with the network. */ 39 /** Disconnected because of a local user-initiated action, such as hanging up. */ 42 * Disconnected because of a remote user-initiated action, such as the other party hanging up 46 /** Disconnected because it has been canceled. */ 48 /** Disconnected because there was no response to an incoming call. */ 50 /** Disconnected because the user rejected an incoming call. */ 52 /** Disconnected because the other party was busy. */ 55 * Disconnected because of a restriction on placing the call, such as dialing in airplan [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallState.java | 40 * {@link #DISCONNECTED} if it failed. 53 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED} 54 * if the call was disconnected somehow (e.g., failure or cancellation of the call by the user). 61 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED} 82 * Indicates that a call is currently disconnected. All states can transition to this state 88 public static final int DISCONNECTED = 7; 97 * Indicates that the call is in the process of being disconnected and will transition next 98 * to a {@link #DISCONNECTED} state. 102 * ConnectionService has confirmed the call as disconnected. 122 case 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...] |
/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>
|
/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.
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 98 // assert that WiFi state settles at disconnected since no AP should be configured 99 assertTrue("WiFi state is not DISCONNECTED after enabling", waitForWifiState( 128 // assertTrue("mobile not disconnected", waitForNetworkState( 129 // ConnectivityManager.TYPE_MOBILE, State.DISCONNECTED, LONG_TIMEOUT)); 156 // assertTrue("wifi not disconnected", waitForNetworkState(ConnectivityManager.TYPE_WIFI, 157 // State.DISCONNECTED, LONG_TIMEOUT)); 170 // Wait for Wifi to be connected and mobile to be disconnected 175 // assertTrue("mobile not disconnected after wifi toggle", waitForNetworkState( 176 // ConnectivityManager.TYPE_MOBILE, State.DISCONNECTED, LONG_TIMEOUT)); 320 // Verify the connectivity state for Wifi is DISCONNECTED [all...] |
/development/samples/BluetoothHDP/res/values/ |
strings.xml | 29 <string name="disconnected">DISCONNECTED</string>
|
/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/imsphone/ |
ImsPhoneCall.java | 181 * Called by ImsPhoneConnection when it has disconnected 185 if (mState != State.DISCONNECTED) { 186 /* If only disconnected connections remain, we are disconnected*/ 191 if (mConnections.get(i).getState() != State.DISCONNECTED) { 198 mState = State.DISCONNECTED; 240 * Called when it's time to clean up disconnected Connection objects 247 if (cn.getState() == State.DISCONNECTED) { 348 if ((newState != mState) && (state != State.DISCONNECTED)) { 351 } else if (state == State.DISCONNECTED) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 19 * (Disconnected) 21 * CONNECT | | DISCONNECTED 68 private Disconnected mDisconnected; 89 // No connection, Disconnected state 121 mDisconnected = new Disconnected(); 149 log("doQuit()- Move A2DP State to DISCONNECTED"); 160 private class Disconnected extends State { 163 log("Enter Disconnected: " + getCurrentMessage().what); 168 log("Disconnected process message: " + message.what); 170 loge("ERROR: current, target, or mIncomingDevice not null in Disconnected"); [all...] |
A2dpSinkStateMachine.java | 19 * (Disconnected) 21 * CONNECT | | DISCONNECTED 71 private Disconnected mDisconnected; 92 // No connection, Disconnected state 125 mDisconnected = new Disconnected(); 166 private class Disconnected extends State { 169 log("Enter Disconnected: " + getCurrentMessage().what); 174 log("Disconnected process message: " + message.what); 176 loge("ERROR: current, target, or mIncomingDevice not null in Disconnected"); 226 log("Exit Disconnected: " + getCurrentMessage().what) [all...] |
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 40 * <tr><td><code>IDLE</code></td><td><code>DISCONNECTED</code></td></tr> 46 * <tr><td><code>DISCONNECTED</code></td><td><code>DISCONNECTED</code></td></tr> 47 * <tr><td><code>UNAVAILABLE</code></td><td><code>DISCONNECTED</code></td></tr> 48 * <tr><td><code>FAILED</code></td><td><code>DISCONNECTED</code></td></tr> 52 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN 78 DISCONNECTED, 98 stateMap.put(DetailedState.IDLE, State.DISCONNECTED); 99 stateMap.put(DetailedState.SCANNING, State.DISCONNECTED); 108 stateMap.put(DetailedState.DISCONNECTED, State.DISCONNECTED) [all...] |
/external/parameter-framework/remote-processor/ |
Socket.h | 89 /** @return true if the peer has disconnected. 104 /** If the peer disconnected. 106 * This is not the state of _iSockFd (connected/disconnected)
|