/frameworks/base/core/java/android/printservice/ |
PrintService.java | 100 * not do any work after the system disconnected from your print service since the 269 * The system has disconnected from this service.
|
/frameworks/base/docs/html/training/location/ |
activity-recognition.jd | 227 disconnected. 422 * client is disconnected.
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbDeviceManager.java | 359 if ("DISCONNECTED".equals(state)) { 647 // restore defaults when USB is disconnected [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
InCallService.java | 42 * and uses it to notify the in-call app of any live and recently disconnected calls. An app must 224 // destroy sets all the calls to disconnected if any live ones still exist. Therefore,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 698 if (DBG) log("Data disconnected, turn off radio right away."); 705 // Data is not disconnected on DDS. Wait for the data disconnect complete
|
/libcore/luni/src/main/java/java/nio/channels/ |
DatagramChannel.java | 38 * status until it is disconnected or closed. The benefit of a connected channel 109 * connection status does not change until the channel is disconnected or
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapService.java | 743 if (DEBUG) Log.d(TAG,"ACL disconnected for " + device); 746 // Send any pending timeout now, as ACL got disconnected. [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 99 * If disconnected unexpectedly, reconnect up to 6 times. Each profile counts [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothPhoneServiceImpl.java | 291 // When the call later transitions to DIALING/DISCONNECTED we will then send out the 769 case CallState.DISCONNECTED: [all...] |
/packages/services/Telephony/src/com/android/phone/ |
NotificationMgr.java | 512 * Shows the "data disconnected due to roaming" notification, which 547 * Turns off the "data disconnected due to roaming" notification.
|
PhoneUtils.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 366 WAN_DISCONNECTED, /* link/channel is disconnected */ 429 unsigned char if_down; /* brind down interface when disconnected */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 366 WAN_DISCONNECTED, /* link/channel is disconnected */ 429 unsigned char if_down; /* brind down interface when disconnected */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 631 * Sent when the a device is disconnected to the {@link AndroidDebugBridge}. 644 // test if the disconnected device was the default selection. [all...] |
/system/bt/btif/src/ |
btif_sock_rfc.c | 792 LOG_ERROR("%s socket signaled for read while disconnected, slot: %d, channel: %d", __func__, slot->id, slot->scn); 800 LOG_ERROR("%s socket signaled for write while disconnected (or write failure), slot: %d, channel: %d", __func__, slot->id, slot->scn);
|
btif_hh.c | 196 ** (2) if a HID keyboard is disconnected and reconnected, 304 ** when a HID keyboard is connected or disconnected and reconnected 525 /* need to notify up-layer device is disconnected to avoid state out of sync with up-layer */ [all...] |
/system/bt/stack/hid/ |
hidh_conn.c | 126 ** Returns TRUE if disconnect started, FALSE if already disconnected 139 /* Set l2cap idle timeout to 0 (so ACL link is disconnected [all...] |
/system/bt/stack/include/ |
l2c_api.h | [all...] |
/system/bt/stack/mcap/ |
mca_api.c | 384 ** If associated data channel exists, they are disconnected. 385 ** When the MCL is disconnected an MCA_DISCONNECT_IND_EVT is [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapObexServer.java | [all...] |
/dalvik/docs/ |
debugmon.html | 128 has connected/disconnected" message that allows the VM to release 275 <p>Debugger has disconnected. The client responds with a DBGD to acknowledge 655 public void disconnected()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | [all...] |
/frameworks/base/services/core/java/com/android/server/ |
BluetoothManagerService.java | [all...] |
/art/runtime/jdwp/ |
jdwp_main.cc | 548 Dbg::Disconnected();
|
jdwp_socket.cc | 449 VLOG(jdwp) << "+++ peer disconnected";
|