/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 | 64 * 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/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 108 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; 114 ret = PhoneConstants.DataState.DISCONNECTED; 116 ret = PhoneConstants.DataState.DISCONNECTED; 122 ret = PhoneConstants.DataState.DISCONNECTED;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 249 // One disconnected connection 263 assertEquals(Call.State.DISCONNECTED, mGSMPhone.getForegroundCall().getState()); 273 assertEquals(Call.State.DISCONNECTED, cn.getState()); 297 assertEquals(Call.State.DISCONNECTED, cn.getState()); 362 // One disconnected (local hangup) call 385 assertEquals(Call.State.DISCONNECTED, 394 assertEquals(Call.State.DISCONNECTED, cn.getState()); 426 assertEquals(Call.State.DISCONNECTED, cn.getState()); 470 assertEquals(Call.State.DISCONNECTED, mGSMPhone.getRingingCall().getState()); 481 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 | 48 /** The profile is in disconnected state */ 174 * been connected or disconnected to the service. 189 * disconnected from the service.
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 141 * Command sent when the channel becomes disconnected. This is sent when the 142 * channel is forcibly disconnected by the system or as a reply to CMD_CHANNEL_DISCONNECT. 214 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 252 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 272 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 286 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 309 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 413 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED 438 public void disconnected() { method in class:AsyncChannel 455 // Send the DISCONNECTED, although it may not be receive [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Call.java | 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING; 36 return !(this == IDLE || this == DISCONNECTED || this == DISCONNECTING); 111 * @return true if the call contains only disconnected connections (if any)
|
Connection.java | 34 NOT_DISCONNECTED, /* has not yet disconnected */ 156 * Returns "NOT_DISCONNECTED" if not yet disconnected. 189 * @return true if the connection isn't disconnected
|
/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();
|
/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");
|
/external/chromium_org/chrome/common/extensions/api/ |
serial.idl | 138 // The connection was disconnected. 139 disconnected, 207 // The connection was disconnected. 208 disconnected, 213 // The device was most likely disconnected from the host.
|
/external/chromium_org/tools/grit/grit/ |
grit_runner.py | 116 # -d Work disconnected. This causes GRIT not to attempt connections with 155 self.disconnected = False 169 if key == '-d': self.disconnected = True 193 return '(disconnected: %d, verbose: %d, client: %s, input: %s)' % ( 194 self.disconnected, self.verbose, self.client, self.input)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 19 * (Disconnected) 21 * CONNECT | | DISCONNECTED 116 private Disconnected mDisconnected; 148 // No connection, Disconnected state 200 mDisconnected = new Disconnected(); 255 private class Disconnected extends State { 258 log("Enter Disconnected: " + getCurrentMessage().what); 265 log("Disconnected process message: " + message.what); 267 Log.e(TAG, "ERROR: current, target, or mIncomingDevice not null in Disconnected"); 324 log("Exit Disconnected: " + getCurrentMessage().what) [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 609 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since 727 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 746 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 765 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 782 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 798 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 812 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 832 * has been disconnected since it was opened 845 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 861 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since i [all...] |
/external/libusb/libusb/ |
libusbi.h | 436 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since 538 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 557 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 576 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 593 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 609 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 623 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 643 * has been disconnected since it was opened 656 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since it 672 * - LIBUSB_ERROR_NO_DEVICE if the device has been disconnected since i [all...] |
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_win.cc | 219 pad_state_[i].status = DISCONNECTED; 231 if (pad_state_[i].status == DISCONNECTED) 260 // Mark all disconnected pads DISCONNECTED. 263 pad_state_[i].status = DISCONNECTED; 364 // something's been connected, but we will mark as disconnected if
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 47 mState(DISCONNECTED), 89 CHECK_EQ(mState, (int)DISCONNECTED); 626 mState = DISCONNECTED; 636 if (mState == DISCONNECTED) { 653 mState = DISCONNECTED; 662 if (mState != DISCONNECTED) {
|
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/ |
Display.java | 171 // We should get a disconnected call and the rebind 179 Log.e(LOG_TAG, "Disconnected from braille service"); 180 // Report display disconnected for now, this will turn into a
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleButtonActivity.java | 58 mMessage = "Bluetooth LE disconnected.";
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicIntentReceiver.java | 36 Toast.makeText(context, "Headphones disconnected.", Toast.LENGTH_SHORT).show();
|