Searched refs:disconnected (Results 1 – 14 of 14) sorted by relevance
30 void disconnected(); in disconnected() method
102 public void disconnected() {
6 - The descriptors when the jack is disconnected.
41 … | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to …48 … | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other v…
295 "Bluetooth stylus ${if (btConnected) "connected" else "disconnected"}:" +
1509 boolean disconnected = !address.equals(activeDisplayAddress) in updateWifiDisplayStatus()1511 updateWifiDisplayRoute(route, d, status, disconnected); in updateWifiDisplayStatus()1592 boolean disconnected) { in updateWifiDisplayRoute() argument1610 if ((!enabled || disconnected) && route.isSelected()) { in updateWifiDisplayRoute()
447 public void disconnected() { in disconnected() method in AsyncChannel
344 mGameServiceConnector.post(IGameService::disconnected).whenComplete((result, t) -> { in stopLocked()
92 // Notify the user that always-on VPN has disconnected.
1243 public void disconnected() { in disconnected() method in GameServiceProviderInstanceImplTest.FakeGameService
701 // If the device connects to a telephony network and was disconnected from a telephony
6023 // ACTION: USB-C Connector disconnected.6039 // ACTION: USB-C Audio device disconnected7368 // FIELD: The duration between the start of dialing and the call being disconnected.7373 // FIELD: The cause of a disconnected call.
15944 field public static final String STATUS_DISCONNECTED = "disconnected";
85136 Lcom/android/internal/util/AsyncChannel;->disconnected()V