Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java176 boolean connected, boolean disconnected) { in isNetworkSelectionNeeded() argument
208 } else if (disconnected) { in isNetworkSelectionNeeded()
430 boolean connected, boolean disconnected, boolean untrustedNetworkAllowed) { in selectNetwork() argument
445 if (!isNetworkSelectionNeeded(scanDetails, wifiInfo, connected, disconnected)) { in selectNetwork()
/frameworks/base/core/java/android/ddm/
DDdmHandleExit.java55 public void disconnected() {} in disconnected() method in DdmHandleExit
DDdmHandleNativeHeap.java54 public void disconnected() {} in disconnected() method in DdmHandleNativeHeap
DDdmHandleAppName.java56 public void disconnected() {} in disconnected() method in DdmHandleAppName
DDdmHandleThread.java62 public void disconnected() {} in disconnected() method in DdmHandleThread
DDdmHandleProfiling.java69 public void disconnected() {} in disconnected() method in DdmHandleProfiling
DDdmHandleHeap.java74 public void disconnected() {} in disconnected() method in DdmHandleHeap
DDdmHandleHello.java77 public void disconnected() { in disconnected() method in DdmHandleHello
DDdmHandleViewDebug.java106 public void disconnected() { in disconnected() method in DdmHandleViewDebug
/frameworks/opt/net/ims/
DREADME.txt55 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/base/packages/SystemUI/docs/
Ddemo_mode.md40 … | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to …
47 … | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other v…
/frameworks/av/services/audioflinger/
DEffects.cpp128 if (h == NULL || h->disconnected()) { in addHandle()
203 if (h != NULL && !h->disconnected()) { in controlHandle_l()
674 if (h != NULL && !h->disconnected()) { in command()
727 if (h != NULL && !h->disconnected()) { in setEnabled_l()
909 if (handle != NULL && !handle->disconnected()) { in purgeHandles()
1135 if (handle != NULL && !handle->disconnected()) { in dump()
2041 if (handle != NULL && !handle->disconnected()) { in setEffectSuspended_l()
DEffects.h231 bool disconnected() const { return mDisconnected; } in disconnected() function
/frameworks/opt/telephony/proto/
Dtelephony.proto519 // IMS connected/disconnected
718 // Data call was disconnected because radio was resetting,
722 // Data call was disconnected by modem because tethered mode was up
862 // IMS connected/disconnected
1150 // IMS connected/disconnected
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator26 # signal trap. This is useful for testing with USB disconnected
/frameworks/base/media/java/android/media/
DMediaRouter.java1359 boolean disconnected = !address.equals(activeDisplayAddress) in updateWifiDisplayStatus()
1361 updateWifiDisplayRoute(route, d, status, disconnected); in updateWifiDisplayStatus()
1442 boolean disconnected) { in updateWifiDisplayRoute() argument
1460 if ((!enabled || disconnected) && route.isSelected()) { in updateWifiDisplayRoute()
/frameworks/base/proto/src/
Dsystem_messages.proto92 // Notify the user that always-on VPN has disconnected.
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java438 public void disconnected() { in disconnected() method in AsyncChannel
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken251 // One disconnected connection
364 // One disconnected (local hangup) call
578 // One disconnected call in the foreground slot
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1075 mAc.disconnected(); in exit()
DDcTracker.java3883 dcac.disconnected(); in handleMessage()