HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 201 - 225 of 5403) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Dialer/java/com/android/dialer/enrichedcall/videoshare/
VideoShareListener.java 24 * Callback fired when video share has changed (service connected / disconnected, video share
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/analytics/
NetworkTypeLoggerTest.java 70 // THEN network type not connected should be logged
79 // GIVEN that the device is not connected
83 // THEN network type not connected should be logged
90 // GIVEN the device is connected to a wifi network
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 37 private static final int CONNECTED = 2;
81 mState = CONNECTED;
103 if (mState != CONNECTED) {
104 throw new IOException("Socket not connected");
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 40 private static final int CONNECTED = 2;
84 mState = CONNECTED;
91 if (mState != CONNECTED) {
92 Log.e(TAG, "Not connected to NPP.");
  /packages/services/Car/car-lib/src/android/car/
CarNotConnectedException.java 21 * Exception thrown when car is not connected for the API which requires car connection.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
matroxfb.h 27 /* which outputs are connected to this framebuffer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
matroxfb.h 28 /* which outputs are connected to this framebuffer */
  /prebuilts/go/darwin-x86/src/os/
pipe_bsd.go 11 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
  /prebuilts/go/linux-x86/src/os/
pipe_bsd.go 11 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
  /system/bt/service/common/android/bluetooth/
IBluetoothLowEnergyCallback.aidl 24 void OnConnectionState(int status, int client_id, String address, boolean connected);
  /system/bt/tools/mcap_tool/
mcap_test_app.cc 232 LOG(ERROR) << "MCL " << (int)mcl << " not connected";
256 LOG(ERROR) << "MCL " << (int)mcl << " not connected";
288 LOG(ERROR) << "MCL " << (int)mcl << " not connected";
300 << " is already connected";
323 LOG(ERROR) << "MCL not connected for mcl_handle " << (int)mcl;
346 LOG(ERROR) << "MCL not connected for mcl_handle " << (int)mcl;
355 LOG(ERROR) << "MDL is already connected for id "
369 LOG(ERROR) << "MCL " << (int)mcl << " not connected";
378 LOG(ERROR) << "MDL is already connected for id "
391 LOG(ERROR) << "MCL " << (int)mcl << " not connected";
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelWifiDataTest.py 80 Make sure DUT WiFi is connected
174 2. Make sure DUT get Cell data coverage (LTE) and WiFi connected.
176 4. Verify DUT report WiFi connected and Internet access OK.
178 6. Verify DUT report Cellular Data connected and Internet access OK.
182 4. DUT report WiFi connected and Internet access OK.
183 6. DUT report Cellular Data connected and Internet access OK.
229 2. Make sure DUT get Cell data coverage (LTE) and WiFi connected.
231 4. Verify DUT report WiFi connected and able to download file
233 6. Verify DUT report Cellular Data connected and able to download file
237 4. DUT report WiFi connected and able to download fil
    [all...]
  /system/bt/stack/srvc/
srvc_eng.cc 34 bool connected, tGATT_DISCONN_REASON reason,
75 if (p_clcb->in_use && p_clcb->connected && p_clcb->bda == bda) {
98 if (p_clcb->in_use && p_clcb->connected && p_clcb->bda == bda) {
120 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id) {
142 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id) {
168 p_clcb->connected = true;
190 if (p_clcb->in_use && p_clcb->connected && (p_clcb->conn_id == conn_id)) {
338 bool connected, tGATT_DISCONN_REASON reason,
341 << StringPrintf(" connected:%d conn_id=%d reason = 0x%04x", connected,
    [all...]
  /development/samples/BluetoothHDP/res/values/
strings.xml 25 <string name="connected">CONNECTED</string>
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
I2CLib.h 26 @param I2cControllerIndex I2C Bus no to which the I2C device has been connected
47 @param I2cControllerIndex I2C Bus no to which the I2C device has been connected
  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
control.DisconnectBeforeSuspendDiffAP 16 one that the DUT was last connected to before suspend.
27 8) Verify that the DUT is connected to AP 1 upon resuming from suspend
control.DisconnectBeforeSuspendSameAP 16 the DUT was last connected to before suspend.
27 8) Verify that the DUT is connected to AP 2 upon resuming from suspend
  /external/chromium-trace/catapult/devil/devil/utils/
update_mapping.py 24 'the phone connected to port N on the first hub is mapped to the\n'
25 'BattOr connected to port N on the second hub, for each N.')
  /external/libmojo/third_party/catapult/devil/devil/utils/
update_mapping.py 24 'the phone connected to port N on the first hub is mapped to the\n'
25 'BattOr connected to port N on the second hub, for each N.')
  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 30 STATE_OPEN, //!< Socket is connected
33 STATE_TLS_OPEN, //!< TLS connected
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EthernetSignalController.java 45 mCurrentState.connected = connectedTransports.get(mTransportType);
51 boolean ethernetVisible = mCurrentState.connected;
  /libcore/ojluni/src/main/java/java/nio/channels/
SeekableByteChannel.java 35 * <p> A seekable byte channel is connected to an entity, typically a file,
39 * the current <i>size</i> of the entity to which the channel is connected. The
71 * the channel is connected to an entity such as a file that is opened with
74 * the channel is connected is grown, if necessary, to accommodate the
107 * <p> Setting the channel's position is not recommended when connected to
128 * Returns the current size of entity to which this channel is connected.
140 * Truncates the entity, to which this channel is connected, to the given
150 * connected to an entity, typically a file, opened with the {@link
  /packages/apps/Settings/tests/robotests/src/com/android/settings/vpn2/
AppDialogFragmentTest.java 53 false /* connected */);
61 true /* connected */);
  /packages/services/Telephony/src/com/android/phone/vvm/
VvmSimStateTracker.java 44 * connected to the service for the first time after it was inserted or the system booted, and when
45 * the SIM is removed. Losing cell signal or entering airplane mode will not cause the connected
46 * event to be triggered again. Reinserting the SIM will trigger the connected event. Changing the
47 * carrier config will also trigger the connected event. Events will be delayed until the device has
55 * Map to keep track of currently inserted SIMs. If the SIM hasn't been connected to the service
57 * connection. A value of {@code null} means the SIM has been connected to the service before.
69 * connected event. Will unregister itself once the event has been triggered.
172 VvmLog.i(TAG, "Service connected on " + phoneAccountHandle);
  /sdk/apps/SdkController/res/values/
strings.xml 34 <string name="main_service_status_connected">Emulator Connected</string>
35 <string name="main_service_status_disconnected">Emulator Connected</string>

Completed in 487 milliseconds

1 2 3 4 5 6 7 891011>>