HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 76 - 100 of 2197) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 30 void disconnect();
IBluetoothPbapClient.aidl 28 boolean disconnect(in BluetoothDevice device);
  /frameworks/base/media/java/android/media/
IMediaHTTPConnection.aidl 27 void disconnect();
IRemoteDisplayProvider.aidl 28 void disconnect(String id);
  /frameworks/base/media/java/android/service/media/
IMediaBrowserService.aidl 18 void disconnect(IMediaBrowserServiceCallbacks callbacks);
  /system/connectivity/shill/cellular/
mock_mm1_bearer_proxy.cc 29 ON_CALL(*this, Disconnect(_, _, _))
mock_mm1_bearer_proxy.h 37 MOCK_METHOD3(Disconnect, void(Error* error,
mock_mm1_modem_simple_proxy.cc 29 ON_CALL(*this, Disconnect(_, _, _, _))
mock_modem_proxy.cc 28 ON_CALL(*this, Disconnect(_, _, _))
  /development/samples/BluetoothHDP/res/values/
strings.xml 28 <string name="disconnect">Disconnect</string>
  /external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
network_WiFi_DisconnectClearsIP.py 34 disconnect_check = self.context.client.shill.disconnect(
37 raise error.TestFail('Failed to disconnect from the network')
  /external/autotest/server/site_tests/network_WiFi_IBSS/
network_WiFi_IBSS.py 30 self.context.client.shill.disconnect(assoc_params.ssid)
43 self.context.client.shill.disconnect(assoc_params.ssid)
  /external/autotest/server/site_tests/network_WiFi_SecChange/
network_WiFi_SecChange.py 38 self.context.client.shill.disconnect(assoc_params.ssid)
51 self.context.client.shill.disconnect(assoc_params.ssid)
  /frameworks/base/packages/VpnDialogs/res/values-en-rAU/
strings.xml 23 <string name="disconnect" msgid="971412338304200056">"Disconnect"</string>
  /frameworks/base/packages/VpnDialogs/res/values-en-rGB/
strings.xml 23 <string name="disconnect" msgid="971412338304200056">"Disconnect"</string>
  /frameworks/base/packages/VpnDialogs/res/values-en-rIN/
strings.xml 23 <string name="disconnect" msgid="971412338304200056">"Disconnect"</string>
  /frameworks/native/libs/gui/tests/
DisconnectWaiter.h 30 // disconnect finish until finishDisconnect() is called. It will
31 // also block until a disconnect is called
  /packages/apps/Camera2/src_pd/com/android/camera/app/
LocationManager.java 59 public void disconnect() { method in class:LocationManager
60 mLocationProvider.disconnect();
  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 87 # disconnect.
101 # Explicitly disconnect from the AP.
102 self.context.client.shill.disconnect(client_config0.ssid)
119 # Check that deleting an entry also causes a disconnect and
145 # Explicitly disconnect from the AP.
146 self.context.client.shill.disconnect(client_config0.ssid)
  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
network_WiFi_ReconnectInDarkResume.py 26 @param disconnect_before_suspend: whether we disconnect the DUT before
62 # If we disconnect before suspend, we do not need to bring the
79 # Wait for the DUT to receive the disconnect, wake in
89 # iterations to test wake on disconnect.
108 # since no wake on disconnect would have been triggered.
111 # Expect at least one disconnect dark resume and one SSID dark
  /external/curl/lib/
curl_rtmp.c 74 rtmp_disconnect, /* disconnect */
94 rtmp_disconnect, /* disconnect */
114 rtmp_disconnect, /* disconnect */
134 rtmp_disconnect, /* disconnect */
154 rtmp_disconnect, /* disconnect */
174 rtmp_disconnect, /* disconnect */
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m 219 [self disconnect];
230 [self disconnect];
270 [self disconnect];
281 [_client disconnect];
305 - (void)disconnect {
307 [_client disconnect];
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexSession.java 106 disconnect(false /* no callback */);
150 disconnect(true /* callback */);
168 private synchronized void disconnect(boolean callback) { method in class:BluetoothPbapObexSession
170 Log.d(TAG, "disconnect()");
179 mClientSession.disconnect(null);
197 disconnect(true);
  /system/core/adb/
adb_listeners.cpp 102 l->transport->RemoveDisconnect(&l->disconnect);
212 l->transport->RemoveDisconnect(&l->disconnect);
214 l->transport->AddDisconnect(&l->disconnect);
261 listener->disconnect.opaque = listener;
262 listener->disconnect.func = listener_disconnect;
263 transport->AddDisconnect(&listener->disconnect);
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 78 /* flag for when user forces disconnect of rfcomm */
96 private PendingIntent pDiscIntent = null; // Holds a reference to disconnect timeout intents
157 // The user pressed disconnect - initiate disconnect sequence.
182 if(VERBOSE) Log.d(TAG, "Sending disconnect ("+discType+") indication to client");
183 /* Send disconnect to client */
188 /* Handle local disconnect procedures */
191 /* Update the notification to allow the user to initiate a force disconnect */
195 /* Request an immediate disconnect, but start a timer to force disconnect if th
    [all...]

Completed in 411 milliseconds

1 2 34 5 6 7 8 91011>>