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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java 98 // disconnected -- that is, its process crashed.
99 Log.e(TAG, "Service disconnected.");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 53 } else if (NetworkInfo.State.DISCONNECTED == ni.getState()) {
55 mLastNetworkType = -1; // unknown since we're disconnected
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 76 * Tell the V9 input manager that it should stop polling for disconnected
84 * Tell the V9 input manager that it should start polling for disconnected
  /frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 52 Log.d(LOG_TAG, "Service disconnected.");
54 errorFinish("service disconnected");
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallToneMonitor.java 46 if (newState == CallState.DISCONNECTED && call.getDisconnectCause() != null) {
75 Log.d(this, "Found a disconnected call with tone to play %d.", toneToPlay);
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 105 * connection is not disconnected and cleaned up here. On successful disconnection of the
134 * conference participant can only be disconnected from a conference since there is not
  /system/core/adb/
adb_io.cpp 61 D("readx: fd=%d disconnected\n", fd);
92 D("writex: fd=%d disconnected\n", fd);
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 79 mScopeLogger.log("--- disconnected ---");
  /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:__anon12803
  /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
  /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.
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConnectionStateListener.java 42 * Called when the device is disconnected from the IMS network.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 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 51 /** The profile is in disconnected state */
204 * been connected or disconnected to the service.
219 * disconnected from the service.
  /frameworks/opt/net/ims/
README.txt 55 It's for providing the dummy calls which are disconnected with the IMS network after
96 It's for providing the dummy calls which are disconnected with the IMS network after
104 1-to-1 call is established. It's for providing the dummy calls which are disconnected with
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 35 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
38 return !(this == IDLE || this == DISCONNECTED || this == DISCONNECTING);
137 * @return true if the call contains only disconnected connections (if any)
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 35 private static final int DISCONNECTED = 2;
118 case DISCONNECTED:
119 handler.disconnected();
  /packages/apps/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java 151 mCallList.setHasCall(Call.State.DISCONNECTED, true);
158 // Last remaining disconnected call is removed from CallList, activity should shut down.
159 mCallList.setHasCall(Call.State.DISCONNECTED, false);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 97 * Called by the service when it is forcibly disconnected OR when we know
126 * Called when the service got disconnected, e.g. because it crashed.
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service");

Completed in 67 milliseconds

1 23 4 5 6 7 8 91011>>