/frameworks/base/core/java/android/net/ |
ProxyDataTracker.java | 93 setDetailedState(NetworkInfo.DetailedState.DISCONNECTED, 148 setDetailedState(NetworkInfo.DetailedState.DISCONNECTED, REASON_DISABLED, null); 168 setDetailedState(NetworkInfo.DetailedState.DISCONNECTED, REASON_PROXY_DOWN, null);
|
/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 456 // Send the DISCONNECTED, although it may not be receive [all...] |
/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 | 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING; 36 return !(this == IDLE || this == DISCONNECTED || this == DISCONNECTING); 114 * @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();
|
/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");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 19 * (Disconnected) 21 * CONNECT | | DISCONNECTED 136 private Disconnected mDisconnected; 170 // No connection, Disconnected state 232 mDisconnected = new Disconnected(); 300 private class Disconnected extends State { 303 log("Enter Disconnected: " + getCurrentMessage().what + 313 log("Disconnected process message: " + message.what + 318 "target, or mIncomingDevice not null in Disconnected"); 377 log("Exit Disconnected: " + getCurrentMessage().what) [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
serial.idl | 149 // The connection was disconnected. 150 disconnected, 218 // The connection was disconnected. 219 disconnected, 224 // 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)
|
/frameworks/base/telecomm/java/android/telecom/ |
Conference.java | 126 * Invoked when the Conference and all it's {@link Connection}s should be disconnected. 200 * Sets state to disconnected. 304 // If not yet disconnected, set the conference call as disconnected first. 306 Log.d(this, "setting to disconnected");
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraManager.java | 166 * the camera device has been disconnected. 219 // Camera service died - act as if the camera was disconnected 337 * is disconnected between the calls to {@link #getCameraIdList} and 351 * <p>If the camera becomes disconnected during initialization 354 * {@link CameraDevice} in the disconnected state (and 370 * or the camera has become or was disconnected. 409 * is disconnected.</p> 434 * now-disconnected camera, that application will receive a 439 * @param cameraId The unique identifier of the disconnected camera. 494 // DISCONNECTED means that the HAL reported an low-level error getting th [all...] |
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
EthernetNetworkFactory.java | 139 // Tell the agent we're disconnected. It will call disconnect(). 140 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr); 218 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr); 326 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, 406 // with a state of DISCONNECTED or SUSPENDED. So we can't simply clear our NetworkInfo here: 409 // TODO: stop using explicit comparisons to DISCONNECTED / SUSPENDED in ConnectivityService, 411 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddr);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallPresenter.java | 50 * are disconnected. 207 * Called when the telephony service has disconnected from us. This will happen when there are 258 // By the time the UI finally comes up, the call may already be disconnected. 266 // then immediately disconnected before the UI was able to come up. 289 // Examples: (1) A new incoming call could come in and then get disconnected before 299 // state here even if the service is disconnected since we may not have finished a state 361 * Called when a call becomes disconnected. Called everytime an existing call 362 * changes from being connected (incoming/outgoing/active) to disconnected. 746 * For some disconnected causes, we show a dialog. This calls into the activity to show 750 // For newly disconnected calls, we may want to show a dialog on specific error condition [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...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 50 mState(DISCONNECTED), 92 CHECK_EQ(mState, (int)DISCONNECTED); 632 mState = DISCONNECTED; 642 if (mState == DISCONNECTED) { 659 mState = DISCONNECTED; 668 if (mState != DISCONNECTED) {
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.h | 196 // Disconnected because Drive service is unavailable for this account (either 199 // Disconnected because no network is available. 201 // Disconnected because authentication is not ready.
|
/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/Application/src/main/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 55 <string name="camera_disconnected">Camera was disconnected before it was opened</string>
|
/developers/demos/MusicDemo/src/main/ |
AndroidManifest.xml | 62 <action android:name="com.google.android.gms.car.DISCONNECTED" />
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/res/layout/ |
gatt_services_characteristics.xml | 49 android:text="@string/disconnected"
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 55 <string name="camera_disconnected">Camera was disconnected before it was opened</string>
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicIntentReceiver.java | 36 Toast.makeText(context, "Headphones disconnected.", Toast.LENGTH_SHORT).show();
|