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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/hardware/display/
WifiDisplayStatus.java 26 * currently connected display and all available or remembered displays.
57 /** Display state: Not connected. */
61 /** Display state: Connected to active display. */
145 * connected.
  /frameworks/base/include/storage/
IMountServiceListener.h 29 virtual void onUsbMassStorageConnectionChanged(const bool connected) = 0;
  /frameworks/base/media/java/android/media/
AudioDeviceCallback.java 27 * connected.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 33 throw new RuntimeException(this + " already connected to " + mSourcePort + "!");
  /frameworks/base/packages/SettingsLib/res/values/
arrays.xml 37 <!-- Status message of Wi-Fi when it is connected. -->
38 <item>Connected</item>
66 <!-- Status message of Wi-Fi when it is connected to a network. -->
67 <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 79 return "CONNECTED";
174 // If somehow we think we are connected, but have no connected devices, we aren't
175 // connected.
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 29 * CONNECTED: IP connection is setup
38 * CONNECTED : CONNECTED or DISCONNECTING
44 CONNECTED,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java 177 * Note that this contains only the *connected* input ports. To retrieve all
180 * @return An array containing all connected input ports.
188 * Note that this contains only the *connected* output ports. To retrieve all
191 * @return An array containing all connected output ports.
199 * Note that this can only access the *connected* input ports. To retrieve all
202 * @return the input port with the specified name, or null if no connected input port
211 * Note that this can only access the *connected* output ports. To retrieve all
214 * @return the output port with the specified name, or null if no connected output port
223 * Override this method, in case you want to be informed of any connected input ports, or make
235 * Override this method, in case you want to be informed of any connected output ports, or mak
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
package.html 6 information from the device supplicant is available, including the connected network's
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsServiceConnection.java 39 * @param name The concrete component name of the service that has been connected.
  /hardware/libhardware/modules/usbcamera/
HotplugThread.cpp 44 * Check camera connection status change, if connected, do below:
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 60 //Parses EDID audio block when if HDMI is connected to determine audio sink capabilities.
  /libcore/luni/src/main/java/java/nio/channels/
AlreadyConnectedException.java 21 * connect a SocketChannel that is already connected.
NotYetConnectedException.java 21 * connected before an I/O operation is invoked.
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
73 private Connected mConnected;
84 // mCurrentDevice is the device connected before the state changes
85 // mTargetDevice is the device to be connected
94 // Connected, Connected state
127 mConnected = new Connected();
257 logw("A2DP Connected from Disconnected state");
421 loge("Unknown device Connected: " + device)
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SecurityTest.java 32 Log.i(TAG,"Connected!");
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 122 // Disable profile if connected
147 LegacyVpnInfo connected = mService.getLegacyVpnInfo(UserHandle.myUserId()); local
148 if (connected != null && profile.key.equals(connected.key)) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WpsDialog.java 74 CONNECTED, //WPS + IP config is done
245 case CONNECTED:
267 if (state == DetailedState.CONNECTED &&
273 updateDialog(DialogState.CONNECTED, msg);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
PrivateCommandPerformer.java 27 * API to send private commands from an input method to its connected
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-utils.h 30 connected component. */
  /system/bt/stack/srvc/
srvc_eng_int.h 40 BOOLEAN connected; member in struct:__anon69802
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java 38 * Similarly, requires that the phone be connected to a wifi hotspot, or else the test will fail.
88 * is connected to WiFi. This will fail if a wifi connection is unavailable.
156 * connected to a cellular provider.
195 * Ensure WiFi is enabled, and block until we've verified that we are in fact connected.
202 NetworkInfo.State.CONNECTED);
218 * and wait for a broadcast that we're connected to cell.
227 NetworkInfo.State.CONNECTED);
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.h 89 * \brief <b>Close a socket on a LLCP-connected device</b>.
92 * If the socket was connected, it is first disconnected, and then closed.
110 * which are still not connected. The socket keeps listening until it is closed, and
138 * is implicitly switched to the connected state when the function is called.
216 * \brief <b>Disconnect a currently connected socket</b>.
218 * This function initiates the disconnection of a previously connected socket.
247 * in a connected state.
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 101 // As part of the setup we disconnected from wifi; make sure we are connected to mobile and
273 * @return true if we successfully connected to a given network.
281 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT));
286 * Helper method to make sure we are connected to mobile data.
292 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT));
293 assertTrue("Not connected to mobile", mConnectionUtil.isConnectedToMobile());
294 assertFalse("Still connected to wifi.", mConnectionUtil.isConnectedToWifi());
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 66 // Whether to hdmi device is connected to the given port.
97 mEvent.hotplug.connected = event.hotplug.connected;
166 jboolean connected = (jboolean) event.connected; local
168 gHdmiCecControllerClassInfo.handleHotplug, port, connected);
267 // Whether to hdmi device is connected to the given port.

Completed in 759 milliseconds

1 2 3 4 5 6 7 891011>>