Searched defs: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 DDdmHandleThread.java62 public void disconnected() {} method in class:DdmHandleThread
H A DDdmHandleHeap.java74 public void disconnected() {} method in class:DdmHandleHeap
H A DDdmHandleProfiling.java69 public void disconnected() {} method in class:DdmHandleProfiling
H A DDdmHandleViewDebug.java106 public void disconnected() { method in class:DdmHandleViewDebug
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java105 * or null if disconnected
107 * disconnected
176 boolean connected, boolean disconnected) {
208 } else if (disconnected) {
423 * @param disconnected True if the device is disconnected
430 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) {
445 if (!isNetworkSelectionNeeded(scanDetails, wifiInfo, connected, disconnected)) {
175 isNetworkSelectionNeeded(List<ScanDetail> scanDetails, WifiInfo wifiInfo, boolean connected, boolean disconnected) argument
428 selectNetwork(List<ScanDetail> scanDetails, HashSet<String> bssidBlacklist, WifiInfo wifiInfo, boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) 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/av/services/audioflinger/
H A DEffects.h231 bool disconnected() const { return mDisconnected; } function in class:EffectHandle
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1359 boolean disconnected = !address.equals(activeDisplayAddress)
1361 updateWifiDisplayRoute(route, d, status, disconnected);
1442 boolean disconnected) {
1460 if ((!enabled || disconnected) && route.isSelected()) {
1921 * or disconnected even though the route itself has not changed.
1440 updateWifiDisplayRoute( RouteInfo route, WifiDisplay display, WifiDisplayStatus wfdStatus, boolean disconnected) argument

Completed in 836 milliseconds