/external/chromium_org/device/bluetooth/ |
bluetooth_gatt_connection_chromeos.cc | 42 // |connected_| as false if the device is removed or disconnected. We do this, 70 // even though the underlying connection won't actually be disconnected. This
|
/external/chromium_org/jingle/notifier/base/ |
weak_xmpp_client_unittest.cc | 83 // although it should be entirely disconnected. 101 // although it should be entirely disconnected.
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraAccessException.java | 52 * The camera device is removable and has been disconnected from the Android 129 return "The camera device is removable and has been disconnected from the " +
|
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/ |
SetAlarm.java | 52 Log.d(LOG_TAG, "Service disconnected."); 54 errorFinish("service disconnected");
|
/external/chromium_org/chrome/browser/chromeos/power/ |
power_data_collector.cc | 56 power_manager::PowerSupplyProperties::DISCONNECTED);
|
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/ |
braille_controller_brlapi.h | 48 // Makes the controller try to reconnect (if disconnected) as if the brlapi
|
/external/chromium_org/content/public/browser/ |
devtools_manager.h | 47 // it is disconnected.
|
/external/chromium_org/device/hid/ |
device_monitor_linux.h | 24 // connected/disconnected devices. This class is *NOT* thread-safe and
|
/external/chromium_org/media/audio/ |
fake_audio_input_stream.h | 43 // disconnected from an audio device. This means only one instance of
|
/external/chromium_org/remoting/host/ |
continue_window.cc | 13 // Minutes before the session will be disconnected (from the moment the Continue
|
log_to_server_unittest.cc | 165 log_to_server_->OnSignalStrategyStateChange(SignalStrategy::DISCONNECTED); 188 log_to_server_->OnSignalStrategyStateChange(SignalStrategy::DISCONNECTED); 217 log_to_server_->OnSignalStrategyStateChange(SignalStrategy::DISCONNECTED); 252 log_to_server_->OnSignalStrategyStateChange(SignalStrategy::DISCONNECTED);
|
me2me_desktop_environment.h | 45 // "Curtains" the session making sure it is disconnected from the local
|
/external/libnfc-nci/src/nfa/include/ |
nfa_cho_api.h | 48 #define NFA_CHO_DISCONNECTED_EVT 0x04 /* data link disconnected */ 95 /* Disconnected reason */ 114 tNFA_CHO_DISC_REASON reason; /* disconnected reason */ 180 tNFA_CHO_DISCONNECTED disconnected; /* NFA_CHO_DISCONNECTED_EVT */ member in union:__anon27824
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Map.h | 83 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 128 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 153 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 204 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
/external/smack/src/org/jivesoftware/smack/ |
ConnectionListener.java | 42 * abruptly disconnected it is possible for the connection to try reconnecting
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessorInterface.h | 42 // Clear any additional state necessary before the CameraDevice is disconnected
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleExit.java | 55 public void disconnected() {} method in class:DdmHandleExit
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
FusedProvider.java | 54 * is disconnected.
|
GeofenceProvider.java | 61 * when for some reason the service connection gets disconnected.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbDisconnectedReceiver.java | 29 // if their device/accessory is disconnected while the dialog is still open
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ICallServiceAdapter.aidl | 58 * Sets a call's state to disconnected.
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallServiceImpl.java | 25 * dialing (outgoing), and active calls. When the last call is disconnected, Telecomm will unbind to
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 251 // One disconnected connection 265 assertEquals(Call.State.DISCONNECTED, mGSMPhone.getForegroundCall().getState()); 275 assertEquals(Call.State.DISCONNECTED, cn.getState()); 299 assertEquals(Call.State.DISCONNECTED, cn.getState()); 364 // One disconnected (local hangup) call 387 assertEquals(Call.State.DISCONNECTED, 396 assertEquals(Call.State.DISCONNECTED, cn.getState()); 428 assertEquals(Call.State.DISCONNECTED, cn.getState()); 472 assertEquals(Call.State.DISCONNECTED, mGSMPhone.getRingingCall().getState()); 483 assertEquals(Call.State.DISCONNECTED, cn.getState()) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerServiceActivities.java | 91 // disconnected (and then reconnected if it can be restarted) 102 // unexpectedly disconnected -- that is, its process crashed. 104 mCallbackText.setText("Disconnected.");
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 48 /** The profile is in disconnected state */ 192 * been connected or disconnected to the service. 207 * disconnected from the service.
|