/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 19 * (Disconnected) 21 * CONNECT | | DISCONNECTED 139 private Disconnected mDisconnected; 173 // No connection, Disconnected state 235 mDisconnected = new Disconnected(); 317 private class Disconnected extends State { 320 log("Enter Disconnected: " + getCurrentMessage().what + 330 log("Disconnected process message: " + message.what + 335 "target, or mIncomingDevice not null in Disconnected"); 394 log("Exit Disconnected: " + getCurrentMessage().what) [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
Call.java | 209 /** The time this call was disconnected. */ 515 if (newState == CallState.DISCONNECTED && shouldContinueProcessingAfterDisconnect()) { 516 Log.w(this, "continuing processing disconnected call with another service"); 538 // We're clearly not disconnected, so reset the disconnected time. 540 } else if (mState == CallState.DISCONNECTED) { 545 if (mState == CallState.DISCONNECTED && 564 case CallState.DISCONNECTED: 751 if (mState == CallState.DISCONNECTED && 761 // We connected, but have not yet disconnected [all...] |
/system/bt/stack/l2cap/ |
l2cap_client.c | 88 assert(callbacks->disconnected != NULL); 203 client->callbacks.disconnected(client, client->context); 211 client->callbacks.disconnected(client, client->context); 307 client->callbacks.disconnected(client, client->context); 322 client->callbacks.disconnected(client, client->context);
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
EthernetNetworkFactory.java | 138 // Tell the agent we're disconnected. It will call disconnect(). 139 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr); 216 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr); 327 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, 407 // with a state of DISCONNECTED or SUSPENDED. So we can't simply clear our NetworkInfo here: 410 // TODO: stop using explicit comparisons to DISCONNECTED / SUSPENDED in ConnectivityService, 412 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr);
|
/external/libusb/libusb/ |
libusbi.h | 436 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since 538 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 557 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 576 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 593 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 609 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 623 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 643 * has been disconnected since it was opened 656 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 672 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since i [all...] |
/external/libvncserver/webclients/novnc/include/ |
rfb.js | 43 rfb_state = 'disconnected', 241 updateState('disconnected', 'VNC disconnected'); 244 } else if (rfb_state in {'failed':1, 'disconnected':1}) { 245 Util.Error("Received onclose while disconnected"); 247 fail('Server disconnected'); 355 * loaded - page load, equivalent to disconnected 356 * disconnected - idle state 382 * These are disconnected states. A previous connect may 385 if (state in {'disconnected':1, 'loaded':1, 'connect':1 [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
ConnectivityManagerTest.java | 375 /** Disable WiFi and wait for it to become disconnected from the network. */ 378 ConnectivityManager.TYPE_WIFI, NetworkInfo.State.DISCONNECTED); 383 boolean disconnected = false; 386 disconnected = receiver.waitForState(); 393 assertTrue("Wifi failed to reach DISCONNECTED state.", disconnected);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 50 mState(DISCONNECTED), 92 CHECK_EQ(mState, (int)DISCONNECTED); 660 mState = DISCONNECTED; 670 if (mState == DISCONNECTED) { 687 mState = DISCONNECTED; 696 if (mState != DISCONNECTED) {
|
RTSPSource.h | 71 DISCONNECTED,
|
/packages/apps/InCallUI/src/com/android/incallui/ |
Call.java | 56 public static final int DISCONNECTED = 10; /* State after a call disconnects */ 104 case DISCONNECTED: 105 return "DISCONNECTED"; 291 if (oldState != getState() && getState() == Call.State.DISCONNECTED) { 335 return Call.State.DISCONNECTED; 398 if (mState == State.DISCONNECTED || mState == State.IDLE) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapServer.java | 54 DISCONNECTED, CONNECTING, CONNECTING_CALL_ONGOING, CONNECTED, 58 private SAP_STATE mState = SAP_STATE.DISCONNECTED; 152 } else if( mState != SAP_STATE.DISCONNECTED 166 * in DISCONNECTED state. 334 * 3) when disconnected send RIL.ACTION_RIL_RECONNECT_OFF_REQ 416 if(mState != SAP_STATE.DISCONNECTED) { 494 } else if(mState != SAP_STATE.DISCONNECTED && mState != SAP_STATE.CONNECTING_CALL_ONGOING) { [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleButtonActivity.java | 58 mMessage = "Bluetooth LE disconnected.";
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 57 <string name="camera_disconnected">Camera was disconnected before it was opened</string>
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 57 <string name="camera_disconnected">Camera was disconnected before it was opened</string>
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicIntentReceiver.java | 36 Toast.makeText(context, "Headphones disconnected.", Toast.LENGTH_SHORT).show();
|
/development/samples/browseable/BluetoothLeGatt/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/development/samples/browseable/HdrViewfinder/res/values/ |
strings.xml | 57 <string name="camera_disconnected">Camera was disconnected before it was opened</string>
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
ClientStateListener.java | 52 * Called when the client has disconnected from the remote
|
/external/libnfc-nxp/src/ |
phFriNfc_FelicaMap.h | 167 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 209 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 235 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 255 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.8 | 35 so that if the client crashes or is disconnected from the network, its
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNetworkInfo.java | 57 NetworkInfo.State.DISCONNECTED;
|
/external/wpa_supplicant_8/src/ap/ |
p2p_hostapd.c | 81 wpa_printf(MSG_DEBUG, "P2P: Last non-P2P device disconnected");
|
/frameworks/av/include/media/ |
IRemoteDisplayClient.h | 54 // Indicates that the remote display has been disconnected normally.
|