HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 751 - 775 of 2243) sorted by null

<<31323334353637383940>>

  /packages/apps/Dialer/InCallUI/res/layout/
caller_in_conference.xml 103 <!-- "Disconnect" button which terminates the connection with this caller. -->
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 192 // Check connected devices and see if we need to disconnect
227 mInput.disconnect(mDevice);
237 mHeadset.disconnect(mDevice);
244 mA2dp.disconnect(mDevice);
  /packages/apps/PhoneCommon/res/values-en-rAU/
strings.xml 53 <string name="callFailed_maximum_reached" msgid="4823790040422765056">"All available lines are in use. To make a call, disconnect one of the calls on this device or on one of your other devices."</string>
  /packages/apps/PhoneCommon/res/values-en-rGB/
strings.xml 53 <string name="callFailed_maximum_reached" msgid="4823790040422765056">"All available lines are in use. To make a call, disconnect one of the calls on this device or on one of your other devices."</string>
  /packages/apps/PhoneCommon/res/values-en-rIN/
strings.xml 53 <string name="callFailed_maximum_reached" msgid="4823790040422765056">"All available lines are in use. To make a call, disconnect one of the calls on this device or on one of your other devices."</string>
  /packages/services/Car/car-support-lib/src/android/support/car/
Car.java 298 * Disconnect from car service. This can be called while disconnected. Once disconnect is
302 public void disconnect() { method in class:Car
309 mCarServiceLoader.disconnect();
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarSensorManagerTest.java 84 mCar.disconnect();
  /packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
CarConnectionListenerInMockingTest.java 86 mCar.disconnect();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dn.h 42 #define DSO_DISDATA 10 /* Set/Get disconnect data */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dn.h 42 #define DSO_DISDATA 10 /* Set/Get disconnect data */
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_simple_proxy.cc 62 void ChromeosModemSimpleProxy::Disconnect(const string& bearer,
chromeos_modem_proxy.cc 64 void ChromeosModemProxy::Disconnect(
chromeos_service_dbus_adaptor.h 81 bool Disconnect(brillo::ErrorPtr* error) override;
chromeos_wimax_device_proxy.h 52 void Disconnect(Error* error,
  /system/connectivity/shill/ethernet/
ethernet_service_unittest.cc 102 service_->Disconnect(&error, "in test");
  /system/connectivity/shill/
mock_service.h 43 MOCK_METHOD2(Disconnect, void(Error* error, const char* reason));
ppp_device.h 42 static const char kPPPReasonDisconnect[] = "disconnect";
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.cc 223 XmlRpc::XmlRpcValue Disconnect(
230 return shill_wifi_client->Disconnect(ssid);
535 RegisterRpcMethod("disconnect", base::Bind(&Disconnect));
  /system/connectivity/shill/vpn/
vpn_driver.h 47 virtual void Disconnect() = 0;
vpn_provider.h 76 // Disconnect any other active VPN services.
  /system/connectivity/shill/wimax/
wimax_service.h 85 void Disconnect(Error* error, const char* reason) override;
  /system/connectivity/shill/wifi/
wake_on_wifi.cc 87 const char WakeOnWiFi::kWakeReasonStringDisconnect[] = "WiFi.Disconnect";
342 "Wake on Disconnect")) {
612 << __func__ << "Wake on disconnect trigger not expected but found";
643 << "Wake on disconnect flag not set.";
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DynamicSensorDiscoveryTestActivity.java 77 "physical or simulated) and then disconnect it.");
131 showUserMessage(String.format("Please disconnect the external sensor that was previously " +
  /cts/tests/tests/netsecpolicy/src/android/security/
NetworkSecurityPolicyTestBase.java 84 conn.disconnect();
107 conn.disconnect();

Completed in 1857 milliseconds

<<31323334353637383940>>