Searched refs:disconnected (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/ddm/
H A DDdmHandleExit.java55 public void disconnected() {} method in class:DdmHandleExit
H A DDdmHandleNativeHeap.java55 public void disconnected() {} method in class:DdmHandleNativeHeap
H A DDdmHandleAppName.java56 public void disconnected() {} method in class:DdmHandleAppName
H A DDdmHandleHello.java76 public void disconnected() { method in class:DdmHandleHello
H A DDdmHandleProfiling.java69 public void disconnected() {} method in class:DdmHandleProfiling
H A DDdmHandleThread.java62 public void disconnected() {} method in class:DdmHandleThread
H A DDdmHandleHeap.java74 public void disconnected() {} method in class:DdmHandleHeap
H A DDdmHandleViewDebug.java108 public void disconnected() { method in class:DdmHandleViewDebug
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1328 boolean disconnected = !address.equals(activeDisplayAddress)
1330 updateWifiDisplayRoute(route, d, status, disconnected);
1410 boolean disconnected) {
1428 if ((!enabled || disconnected) && route.isSelected()) {
1825 * or disconnected even though the route itself has not changed.
1408 updateWifiDisplayRoute( RouteInfo route, WifiDisplay display, WifiDisplayStatus wfdStatus, boolean disconnected) argument
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java141 * 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.
438 public void disconnected() { method in class:AsyncChannel
463 // Tell source we're disconnected.
865 * Reply to the src handler that we are disconnected
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java789 mAc.disconnected();
956 // Inform all contexts we've failed disconnected
H A DDcTrackerBase.java352 // quit and won't report disconnected until next enabling.
711 dcac.disconnected();
1076 // since we normally don't send info to a disconnected APN, we need to do this specially
1152 * connection to the APN has been disconnected. A {@code

Completed in 164 milliseconds