/packages/apps/Settings/src/com/android/settings/bluetooth/ |
MapProfile.java | 85 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
UsbSettings.java | 137 // Don't allow any changes to take effect as the USB host will be disconnected, killing
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
ConnectToWifiFragment.java | 148 case DISCONNECTED:
|
/packages/services/Telephony/src/com/android/phone/ |
CdmaPhoneCallState.java | 25 * call state to when the complete call gets disconnected
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraOps2.java | 141 TLog.i("Camera %s now disconnected", camera.getId());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/ |
siginfo.h | 219 #define POLL_HUP (__SI_POLL|6) /* device disconnected */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
siginfo.h | 219 #define POLL_HUP (__SI_POLL|6) /* device disconnected */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xinput.h | 134 * supports a battery. Disconnected means that the joystick
|
/sdk/apps/SdkController/ |
Implementation.txt | 64 when the connection is actually connected or disconnected.
|
/external/libnfc-nxp/src/ |
phHal4Nfc.h | 656 * has been disconnected meanwhile. 761 * been disconnected meanwhile. [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 464 * connected or disconnected. The PRIMARY display is always connected and 469 * connected (1) or disconnected (0). 532 * Entries for unsupported or disabled/disconnected display types will be 565 * Entries for unsupported or disabled/disconnected display types will be 750 * 2) The display is disconnected [all...] |
/external/chromium_org/ash/display/ |
display_manager_unittest.cc | 426 // Primary disconnected. 437 // External connected while primary was disconnected. 482 // External display has disconnected then resumed. 584 // Don't change the display info if all displays are disconnected. 631 // 2nd display was disconnected, and the cursor is 679 // 2nd display was disconnected. Mouse pointer should move to [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 455 if (!strcmp(state, "DISCONNECTED")) 456 return tr("Disconnected"); 876 tr("Disconnected from network.")); 885 textStatus->text() == "DISCONNECTED") 893 textStatus->text() == "DISCONNECTED") 902 textStatus->text() == "DISCONNECTED") [all...] |
/packages/apps/Settings/res/values/ |
arrays.xml | 246 <!-- Status message of Wi-Fi when it is disconnected. --> 247 <item>Disconnected</item> 275 <!-- Status message of Wi-Fi when it is disconnected. --> 276 <item>Disconnected</item> [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallsManager.java | 97 * calls are added to the map and removed when the calls move to the disconnected state. 228 setCallState(call, CallState.DISCONNECTED); 242 setCallState(call, CallState.DISCONNECTED); 760 setCallState(call, CallState.DISCONNECTED); 764 * Removes an existing disconnected call, and notifies the in-call app. 780 * @param service The connection service that disconnected. [all...] |
/bootable/recovery/minadbd/ |
usb_linux_client.c | 224 // notify usb_adb_open_thread that we are disconnected 436 // notify usb_ffs_open_thread that we are disconnected
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraManagerTest.java | 269 fail("Camera must not be disconnected or disabled for this test" + ids[i]); 364 * it hasn't been configured, or closed, or disconnected). Verification is
|
/external/chromium_org/chrome/browser/download/ |
download_item_model_unittest.cc | 152 "Failed - Network disconnected" }, 224 "foo.bar\nNetwork disconnected" },
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_input_handler.js | 445 * Called when the IME port is disconnected. 446 * @param {Port} port The port that was disconnected.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_http_client.cc | 261 // Ignore disconnected error, because the debugger might have closed when 271 // Ignore disconnected error, because it may be closed already.
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_mac.mm | 343 // location. Simply mark it as disconnected. 452 // the same slot if it is plugged in again. Simply mark it as disconnected.
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_factory_impl_unittest.cc | 408 // Verify that we reconnect even if a canary succeeded then disconnected while 527 // When the network is disconnected, close the socket and suppress further
|
/external/chromium_org/media/midi/ |
midi_manager_win.cc | 202 // is disconnected. As for the former case, HMIDIOUT will be invalidated 417 // is disconnected. As for the former case, HMIDIOUT will be invalidated
|
/external/chromium_org/remoting/host/ |
desktop_session_proxy.cc | 220 // Ignore the attach notification if the client session has been disconnected 322 // Disconnect the client session if it hasn't been disconnected yet.
|
/external/chromium_org/remoting/host/win/ |
rdp_client_window.cc | 418 VLOG(1) << "RDP: disconnected from " << server_endpoint_.ToString() 441 LOG(ERROR) << "RDP: disconnected from " << server_endpoint_.ToString()
|