HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 26 - 50 of 922) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/InCallUI/src/com/android/incallui/
CallList.java 99 Log.w(this, "Removing call not previously disconnected " + call.getId());
264 return getFirstCallWithState(Call.State.DISCONNECTED);
386 state != Call.State.DISCONNECTED) {
388 call.setState(Call.State.DISCONNECTED);
448 if (call.getState() == Call.State.DISCONNECTED) {
449 // update existing (but do not add!!) disconnected calls
451 // For disconnected calls, we want to keep them alive for a few seconds so that the
452 // UI has a chance to display anything it needs when a call is disconnected.
477 Preconditions.checkState(call.getState() == Call.State.DISCONNECTED);
552 * Handles the timeout for destroying disconnected calls
    [all...]
InCallServiceListener.java 38 * will have transitioned through the disconnected state and will no longer exist.
  /system/bt/stack/include/
l2cap_client.h 30 void (*disconnected)(l2cap_client_t *client, void *context); member in struct:__anon69654
54 // callback (success) or a 'disconnected' callback (failure).
62 // will indicate completion with a 'disconnected' callback. |client| must not be NULL.
  /system/bt/stack/smp/
smp_l2c.c 86 ** connected (conn = TRUE)/disconnected (conn = FALSE).
107 (connected) ? "connected" : "disconnected");
127 /* Disconnected while doing security */
237 ** connected (conn = TRUE)/disconnected (conn = FALSE).
262 (connected) ? "connected" : "disconnected");
279 /* Disconnected while doing security */
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 84 case DISCONNECTED:
90 + " ; treating as disconnected");
  /frameworks/base/packages/SettingsLib/res/values-en-rAU/
arrays.xml 32 <item msgid="1634960474403853625">"Disconnected"</item>
46 <item msgid="197508606402264311">"Disconnected"</item>
  /frameworks/base/packages/SettingsLib/res/values-en-rGB/
arrays.xml 32 <item msgid="1634960474403853625">"Disconnected"</item>
46 <item msgid="197508606402264311">"Disconnected"</item>
  /frameworks/base/packages/SettingsLib/res/values-en-rIN/
arrays.xml 32 <item msgid="1634960474403853625">"Disconnected"</item>
46 <item msgid="197508606402264311">"Disconnected"</item>
  /frameworks/ml/bordeaux/service/res/values/
strings.xml 38 <string name="local_service_disconnected">Disconnected from local service</string>
54 <string name="remote_service_disconnected">Disconnected from remote service</string>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 143 * Wait until a station gets disconnected.
176 * Wait until a connection is disconnected.
179 * @return a disconnected p2p information. Return null if a connection is NOT disconnected
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 29 assertTrue(SupplicantState.isValidState(SupplicantState.DISCONNECTED));
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 115 + " - Client disconnected from Google Play Services");
140 + " - Client disconnected from Google Play Services");
162 appendLog("Device disconnected");
182 Log.d(TAG, "Disconnected from Google Api Service");
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 115 + " - Client disconnected from Google Play Services");
140 + " - Client disconnected from Google Play Services");
162 appendLog("Device disconnected");
182 Log.d(TAG, "Disconnected from Google Api Service");
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
ChatManager.java 54 Log.e(TAG, "disconnected", e);
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
MainActivity.java 115 + " - Client disconnected from Google Play Services");
140 + " - Client disconnected from Google Play Services");
162 appendLog("Device disconnected");
182 Log.d(TAG, "Disconnected from Google Api Service");
  /external/nanohttpd/websocket/src/test/resources/
echo-test.html 32 writeToScreen("DISCONNECTED");
  /external/selinux/libsemanage/include/semanage/
handle.h 34 The handle is initially in the disconnected state. */
109 * disconnected then this function does nothing. Return 0 if
110 * disconnected properly or already disconnected, negative value on
  /frameworks/base/media/java/android/media/
AudioDeviceCallback.java 35 * disconnected.
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DeviceDisconnectedReceiver.java 49 // close our activity if the device it is displaying is disconnected
  /frameworks/base/packages/SettingsLib/res/values/
arrays.xml 43 <!-- Status message of Wi-Fi when it is disconnected. -->
44 <item>Disconnected</item>
72 <!-- Status message of Wi-Fi when it is disconnected. -->
73 <item>Disconnected</item>
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerEthernetTest.java 26 setEthernetState(false, false); // Disconnected.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCallBase.java 47 if (c.getState() == State.DISCONNECTED) it.remove();
  /system/bt/osi/include/
socket.h 32 // Returns a new socket object. The socket is in an idle, disconnected state when
44 // be NULL. If the socket was connected, it will be disconnected.
59 // of bytes copied into |buf| on success, 0 if the socket has disconnected,
69 // to |socket| on success, 0 if the socket has disconnected, and -1 on error. This
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 39 DISCONNECTED,
142 * DISCONNECTED state above), but it also does not attempt to connect
184 case DISCONNECTED:
207 case DISCONNECTED:
223 case DISCONNECTED:
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 141 * 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.
214 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED
252 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED
272 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED
286 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED
309 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED
413 * @param srcHandler is the hander to receive CONNECTED & DISCONNECTED
438 public void disconnected() { method in class:AsyncChannel
456 // Send the DISCONNECTED, although it may not be receive
    [all...]

Completed in 252 milliseconds

12 3 4 5 6 7 8 91011>>