HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 176 - 200 of 922) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/telephony/java/android/telephony/
PreciseDisconnectCause.java 95 /** Disconnected due to unspecified reasons */
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 54 stateMap.put(SupplicantState.DISCONNECTED, DetailedState.DISCONNECTED);
55 stateMap.put(SupplicantState.INTERFACE_DISABLED, DetailedState.DISCONNECTED);
64 stateMap.put(SupplicantState.DORMANT, DetailedState.DISCONNECTED);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 147 // unexpectedly disconnected -- that is, its process crashed.
  /frameworks/native/opengl/libs/GLES_trace/
DESIGN.txt 56 - gltrace transport gets disconnected from the host.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 148 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED;
154 ret = PhoneConstants.DataState.DISCONNECTED;
156 ret = PhoneConstants.DataState.DISCONNECTED;
162 ret = PhoneConstants.DataState.DISCONNECTED;
  /hardware/qcom/display/msm8084/libqdutils/
display_config.h 61 // Returns 1 if connected, 0 if disconnected, negative values on errors
  /hardware/qcom/display/msm8226/libqdutils/
display_config.h 61 // Returns 1 if connected, 0 if disconnected, negative values on errors
  /hardware/qcom/display/msm8994/libqdutils/
display_config.h 83 // Returns 1 if connected, 0 if disconnected, negative values on errors
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 47 public abstract void disconnected(); method in class:ChunkHandler
  /packages/apps/Nfc/res/values-kk-rKZ/
strings.xml 27 <string name="disconnected_peripheral" msgid="4470578100296504366">"Disconnected <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 82 Log.w(TAG, "Service disconnected, perhaps unexpectedly");
BluetoothInputDeviceConnector.java 47 Log.w(TAG, "Service disconnected, perhaps unexpectedly");
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 129 # excluded or disconnected due to min weight
170 # excluded or disconnected due to min weight
205 # excluded or disconnected due to min weight
249 # excluded or disconnected due to min weight
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
infoflow.py 129 # excluded or disconnected due to min weight
170 # excluded or disconnected due to min weight
205 # excluded or disconnected due to min weight
249 # excluded or disconnected due to min weight
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorTestScreenManipulator.java 195 * Queues a request to turn off the screen off when the device has been disconnected from a
196 * power source (usually upon USB disconnected).
  /cts/tests/tests/netlegacy22/api/src/android/net/cts/legacy/api22/
ConnectivityManagerLegacyTest.java 136 expectNetworkBroadcast(TYPE_MOBILE_HIPRI, NetworkInfo.State.DISCONNECTED,
219 NetworkInfo.State.DISCONNECTED;
  /external/libpcap/
pcap-dbus.c 83 if (dbus_message_is_signal(message, DBUS_INTERFACE_LOCAL, "Disconnected")) {
84 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Disconnected");
  /frameworks/base/packages/SystemUI/docs/
demo_mode.md 40 | ```carriernetworkchange``` | | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to show icon, any other value to hide)
47 | ```bluetooth``` | | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other value to hide)
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 43 * <li>DISCONNECTED = IP not available</li>
50 CONNECTED, CONNECTING, DISCONNECTED, SUSPENDED;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 68 * Returns the error code {@link ERROR_DISCONNECTED} if disconnected, or one of
315 "Failed to open camera device: it is disconnected");
  /packages/apps/Nfc/res/values/
strings.xml 43 <!-- Toast string informing the user that the device is disconnected [CHAR_LIMIT=35] -->
44 <string name="disconnected_peripheral">Disconnected <xliff:g id="device_name">%1$s</xliff:g></string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 41 * (project generating the) APK. This ensures that disconnected and reconnected devices will
206 * Responds to a device being disconnected by removing all installations related
  /system/core/fastboot/
usb_windows.c 174 // assume ERROR_INVALID_HANDLE indicates we are disconnected
217 // assume ERROR_INVALID_HANDLE indicates we are disconnected
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 211 * @throws CameraAccessException if the camera device has been disconnected.
263 // Camera service died - act as if the camera was disconnected
382 * is disconnected between the calls to {@link #getCameraIdList} and
408 * <p>If the camera becomes disconnected during initialization
411 * {@link CameraDevice} in the disconnected state (and
427 * has been disconnected, or is being used by a higher-priority camera API client.
510 * is disconnected.</p>
535 * now-disconnected camera, that application will receive a
540 * @param cameraId The unique identifier of the disconnected camera.
645 // DISCONNECTED means that the HAL reported an low-level error getting th
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java     [all...]

Completed in 159 milliseconds

1 2 3 4 5 6 78 91011>>