[go: nahoru, domu]

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.java54 public void disconnected() {} method in class:DdmHandleNativeHeap
H A DDdmHandleAppName.java56 public void disconnected() {} method in class:DdmHandleAppName
H A DDdmHandleHello.java77 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.java106 public void disconnected() { method in class:DdmHandleViewDebug
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1347 boolean disconnected = !address.equals(activeDisplayAddress)
1349 updateWifiDisplayRoute(route, d, status, disconnected);
1430 boolean disconnected) {
1448 if ((!enabled || disconnected) && route.isSelected()) {
1909 * or disconnected even though the route itself has not changed.
1428 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
464 // Tell source we're disconnected.
874 * Reply to the src handler that we are disconnected
880 // Can't reply if already disconnected. Avoid NullPointerException.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1017 mAc.disconnected();
1230 // Inform all contexts we've failed disconnected
1784 // this can only happen if our exit has been called - we're already disconnected
H A DDcTracker.java325 // quit and won't report disconnected until next enabling.
1699 * disconnected.
1702 * were already all disconnected.
1728 // TODO - only do cleanup if not disconnected
1789 str = "cleanUpConnection: teardown, disconnected, !ready";
2123 // If any call actually requested to be disconnected, means we can't
2125 // to be disconnected.
2332 * Return true if data connection need to be setup after disconnected due to
3291 // At least one context was not disconnected return false
3295 // All contexts were disconnected s
[all...]

Completed in 223 milliseconds