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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 27 * Callback indicating when a remote device has been connected or disconnected.
29 * @param device Remote device that has been connected or disconnected.
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 77 public void disconnected() { method in class:DdmHandleHello
79 Log.v("ddm-hello", "Disconnected!");
  /frameworks/base/core/java/android/hardware/camera2/
CameraAccessException.java 55 * The camera device is removable and has been disconnected from the Android
143 return "The camera device is removable and has been disconnected from the " +
  /frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java 65 * "disconnected" : Endpoint is not a participant in the conference, and no active dialog
79 public static final String STATUS_DISCONNECTED = "disconnected";
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConference.java 46 * Invoked when the Conference and all it's {@link Connection}s should be disconnected.
61 * @return {@code True} if the call was disconnected.
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 57 * are disconnected.
246 * Called when the telephony service has disconnected from us. This will happen when there are
331 // By the time the UI finally comes up, the call may already be disconnected.
339 // then immediately disconnected before the UI was able to come up.
362 // Examples: (1) A new incoming call could come in and then get disconnected before
372 // state here even if the service is disconnected since we may not have finished a state
480 * Called when a call becomes disconnected. Called everytime an existing call
481 * changes from being connected (incoming/outgoing/active) to disconnected.
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 73 * called for already disconnected, or uninitialized instance of this class,
86 * disconnected instance, this method must return a failure.
101 * called for an object that is not capturing frames, or is disconnected,
142 * called on a disconnected instance, or camera device has not been started,
174 * started camera device. If it is called on a disconnected instance, or
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 213 * Invoked when the Conference and all it's {@link Connection}s should be disconnected.
312 * Sets state to disconnected.
456 // If not yet disconnected, set the conference call as disconnected first.
458 Log.d(this, "setting to disconnected");
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.h 293 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
338 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
361 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
512 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
555 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
577 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
621 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
phFriNfc_DesfireMap.h 229 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
272 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
295 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
phFriNfc_MifareULMap.h 197 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
240 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
263 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 50 mState(DISCONNECTED),
215 if (mState != DISCONNECTED) {
247 mState = DISCONNECTED;
262 mState = DISCONNECTED;
297 mState = DISCONNECTED;
331 mState = DISCONNECTED;
390 mState = DISCONNECTED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 411 return Call.State.DISCONNECTED;
694 // set state to DISCONNECTED only when all conns are disconnected
696 if (mState != State.DISCONNECTED) {
703 if (c.getState() != State.DISCONNECTED) {
708 if (allConnectionsDisconnected) setState(State.DISCONNECTED);
741 setState(Call.State.DISCONNECTED);
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 145 /** Service-side emulator is disconnected. */
341 * @return true if this channel has been disconnected in this call, or false if
342 * channel has been already disconnected when this method has been called.
436 Logw("sendMessage is called on disconnected Channel " + mChannelName);
464 Logw("sendMessage is called on disconnected Channel " + mChannelName);
492 Logw("sendMessage is called on disconnected Channel " + mChannelName);
563 Logw("sendQueryResponse is called on disconnected Channel "
  /external/libusb/libusb/
sync.c 69 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
252 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
301 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java 139 case DISCONNECTED:
177 case DISCONNECTED: supplState = BatteryStats.WIFI_SUPPL_STATE_DISCONNECTED; break;
389 sendSupplicantStateChangedBroadcast(SupplicantState.DISCONNECTED, false);
WifiNotificationController.java 120 case DISCONNECTED:
149 NetworkInfo.State state = NetworkInfo.State.DISCONNECTED;
153 if ((state == NetworkInfo.State.DISCONNECTED)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 371 return PhoneConstants.DataState.DISCONNECTED;
431 case DISCONNECTED:
459 return Call.State.DISCONNECTED;
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsNetworkManager.java 230 (state == NetworkInfo.State.DISCONNECTED && !isMobileDataEnabled())) {
233 // disconnected due to mobile data disabled therefore needs to fast fail
235 // an immediate state change to disconnected, so causing a tight loop of
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 100 newState == CallState.DISCONNECTED || newState == CallState.ABORTED;
103 // Log newly disconnected calls only if:
104 // 1) It was not in the "choose account" phase when disconnected
CallsManager.java 102 * calls are added to the map and removed when the calls move to the disconnected state.
260 setCallState(call, CallState.DISCONNECTED, "failed incoming call");
274 setCallState(call, CallState.DISCONNECTED, "failed unknown call");
549 Log.i(this, "Reusing disconnected call %s", pendingCall);
552 Log.i(this, "Not reusing disconnected call %s", pendingCall);
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.c 162 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */
319 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */
411 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */
469 case L2CEVT_L2CAP_DISCONNECT_REQ: /* Peer disconnected request */
520 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */
624 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */
711 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
Camera2Activity.java 107 Log.i(TAG, "Camera " + chosen + " is disconnected");
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiInfoTest.java 124 WifiInfo.getDetailedStateOf(SupplicantState.DISCONNECTED);
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java 88 + " - Client disconnected from Google Play Services");

Completed in 1172 milliseconds

1 2 3 4 56 7 8 91011>>