Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmConnection.java47 boolean disconnected; field in GsmConnection
232 if (disconnected) { in getState()
240 if (!disconnected) { in hangup()
248 if (!disconnected) { in separate()
405 if (!disconnected) { in onDisconnect()
410 disconnected = true; in onDisconnect()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaConnection.java53 boolean disconnected; field in CdmaConnection
285 if (disconnected) { in getState()
293 if (!disconnected) { in hangup()
301 if (!disconnected) { in separate()
455 if (!disconnected) { in onDisconnect()
472 if (!disconnected) { in onLocalDisconnect()
608 disconnected = true; in doDisconnect()
/frameworks/base/core/java/android/ddm/
DDdmHandleExit.java55 public void disconnected() {} in disconnected() method in DdmHandleExit
DDdmHandleNativeHeap.java55 public void disconnected() {} in disconnected() method in DdmHandleNativeHeap
DDdmHandleAppName.java56 public void disconnected() {} in disconnected() method in DdmHandleAppName
DDdmHandleProfiling.java65 public void disconnected() {} in disconnected() method in DdmHandleProfiling
DDdmHandleThread.java62 public void disconnected() {} in disconnected() method in DdmHandleThread
DDdmHandleHello.java71 public void disconnected() { in disconnected() method in DdmHandleHello
DDdmHandleHeap.java74 public void disconnected() {} in disconnected() method in DdmHandleHeap
/frameworks/base/docs/html/training/managing-audio/
Dindex.jd61 played and how to handle a headset being disconnected during playback.</dd>
Daudio-output.jd59 <p>When a headset is unplugged, or a Bluetooth device disconnected, the audio stream
/frameworks/testing/uiautomator/cmds/uiautomator/
Duiautomator26 # signal trap. This is useful for testing with USB disconnected
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java432 public void disconnected() { in disconnected() method in AsyncChannel
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd83 disconnected from power. It's important to to receive these events even while your app isn't
/frameworks/base/docs/html/tools/adk/
Daoa2.jd141 calls. This ID is valid until USB is disconnected or until the accessory sends
/frameworks/base/telephony/java/com/android/internal/telephony/
DDataConnectionTracker.java680 dcac.disconnected(); in handleMessage()
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd226 device is disconnected.</p>
/frameworks/base/docs/html/guide/components/
Daidl.jd311 Log.e(TAG, "Service has unexpectedly disconnected");
Dbound-services.jd447 // unexpectedly disconnected -- that is, its process crashed.
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd156 clients when they have been connected to or disconnected from the service (that
955 they have been connected to or disconnected from the service.</li>
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd786 <p>If you want to be informed when new input devices are connected, changed, or disconnected,
Dandroid-3.0.jd335 callbacks when the Bluetooth client is connected or disconnected.</p>