/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServerCallback.java | 29 * Callback indicating when a remote device has been connected or disconnected. 31 * @param device Remote device that has been connected or disconnected.
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 76 public void disconnected() { method in class:DdmHandleHello 78 Log.v("ddm-hello", "Disconnected!");
|
/frameworks/base/core/java/android/net/ |
DummyDataStateTracker.java | 44 // the other is also disconnected before we reset sockets 115 setDetailedState(NetworkInfo.DetailedState.DISCONNECTED, "disabled", null);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneConstants.java | 43 * <li>DISCONNECTED = IP not available</li> 50 CONNECTED, CONNECTING, DISCONNECTED, SUSPENDED;
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettingsForSetupWizardXL.java | 62 sNetworkStateMap.put(DetailedState.IDLE, DetailedState.DISCONNECTED); 69 sNetworkStateMap.put(DetailedState.DISCONNECTING, DetailedState.DISCONNECTED); 70 sNetworkStateMap.put(DetailedState.DISCONNECTED, DetailedState.DISCONNECTED); 135 private DetailedState mPreviousNetworkState = DetailedState.DISCONNECTED; 285 default: // DISCONNECTED, FAILED 320 // disconnected afterwards. We keep the state unless a user explicitly cancel it 719 // The device may report DISCONNECTED during connecting to a network, at which we don't
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.h | 73 * called for already disconnected, or uninitialized instance of this class, 86 * disconnected instance, this method must return a failure. 101 * called for an object that is not capturing frames, or is disconnected, 142 * called on a disconnected instance, or camera device has not been started, 174 * started camera device. If it is called on a disconnected instance, or
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbManager.java | 52 * This is a sticky broadcast for clients that includes USB connected/disconnected state, 54 * <li> {@link #USB_CONNECTED} boolean indicating whether USB is connected or disconnected. 127 * Boolean extra indicating whether USB is connected or disconnected. 357 * until the device is disconnected. 383 * until the device is disconnected.
|
/external/libnfc-nxp/src/ |
phFriNfc_TopazMap.h | 293 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 338 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 361 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 512 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 555 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 577 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 621 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
phFriNfc_DesfireMap.h | 229 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 272 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 295 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
phFriNfc_MifareULMap.h | 197 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 240 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 263 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 50 mState(DISCONNECTED), 215 if (mState != DISCONNECTED) { 247 mState = DISCONNECTED; 262 mState = DISCONNECTED; 297 mState = DISCONNECTED; 331 mState = DISCONNECTED; 390 mState = DISCONNECTED;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 408 return Call.State.DISCONNECTED; 690 // set state to DISCONNECTED only when all conns are disconnected 692 if (mState != State.DISCONNECTED) { 699 if (c.getState() != State.DISCONNECTED) { 704 if (allConnectionsDisconnected) setState(State.DISCONNECTED); 737 setState(Call.State.DISCONNECTED); [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 145 /** Service-side emulator is disconnected. */ 341 * @return true if this channel has been disconnected in this call, or false if 342 * channel has been already disconnected when this method has been called. 436 Logw("sendMessage is called on disconnected Channel " + mChannelName); 464 Logw("sendMessage is called on disconnected Channel " + mChannelName); 492 Logw("sendMessage is called on disconnected Channel " + mChannelName); 563 Logw("sendQueryResponse is called on disconnected Channel "
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 56 private static final int DISCONNECTED = 2; 109 * CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys 112 private static final String DISCONNECTED_STR = "DISCONNECTED"; 283 /* AP-STA-DISCONNECTED 42:fc:89:a8:96:09 */ 284 private static final String AP_STA_DISCONNECTED_STR = "AP-STA-DISCONNECTED"; 612 event = DISCONNECTED; 697 case DISCONNECTED: 698 handleNetworkStateChange(NetworkInfo.DetailedState.DISCONNECTED, remainder); [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_csm.c | 161 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 326 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 418 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 476 case L2CEVT_L2CAP_DISCONNECT_REQ: /* Peer disconnected request */ 527 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 631 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 718 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.h | 209 // Disconnected because Drive service is unavailable for this account (either 212 // Disconnected because no network is available. 214 // Disconnected because authentication is not ready.
|
/external/chromium_org/chrome/browser/sync/glue/ |
non_ui_data_type_controller.cc | 310 // by |shared_change_processor|, which is guaranteed to have been Disconnected 325 // disconnected at this point, so all our accesses to the syncer from this 400 // If we've been disconnected, sync_service_ may return an invalid
|
/external/chromium_org/third_party/libusb/src/libusb/ |
sync.c | 87 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 249 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 298 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
|
/external/libusb/libusb/ |
sync.c | 69 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 252 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 301 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 163 Log.i(TAG, "Service disconnected " + name); 237 Log.i(TAG, "Service disconnected " + name); 260 Log.i(TAG, "Service disconnected " + name);
|
/bootable/recovery/minadbd/ |
usb_linux_client.c | 148 // notify usb_open_thread that we are disconnected
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiInfoTest.java | 124 WifiInfo.getDetailedStateOf(SupplicantState.DISCONNECTED);
|
/external/chromium/net/socket/ |
tcp_client_socket_win.h | 135 // This socket was previously disconnected and has not been re-connected.
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_overscan.js | 96 * such like the display is disconnected.
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_drag.cc | 34 // disconnected.
|