HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 276 - 300 of 2280) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
SyncWindow.java 17 package com.android.emailcommon.service;
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ServiceStore.java 24 import com.android.email.service.EmailServiceUtils;
28 import com.android.emailcommon.service.EmailServiceProxy;
29 import com.android.emailcommon.service.HostAuthCompat;
30 import com.android.emailcommon.service.IEmailService;
33 * Base class for service-based stores
78 * We handle AutoDiscover here, wrapping the EmailService call. The service call returns a
79 * HostAuth and we return null if there was a service issue
  /packages/apps/Email/provider_src/com/android/email/service/
EmailBroadcastReceiver.java 17 package com.android.email.service;
EmailUpgradeBroadcastReceiver.java 1 package com.android.email.service;
  /packages/services/Mms/src/com/android/mms/service/exception/
ApnException.java 17 package com.android.mms.service.exception;
MmsNetworkException.java 17 package com.android.mms.service.exception;
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
multinetwork.h 95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
  /system/connectivity/shill/dbus/
chromeos_dbus_control.h 45 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
85 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
92 const std::string& service) override;
96 const std::string& service,
103 const std::string& service,
108 const std::string& service) override;
112 const std::string& service) override;
116 const std::string& service) override;
120 const std::string& service) override
    [all...]
  /system/connectivity/shill/wifi/
mock_wifi.h 55 MOCK_METHOD1(DisconnectFromIfActive, void(WiFiService* service));
56 MOCK_METHOD1(DisconnectFrom, void(WiFiService* service));
57 MOCK_METHOD1(ClearCachedCredentials, void(const WiFiService* service));
58 MOCK_METHOD1(ConnectTo, void(WiFiService* service));
  /system/core/adb/
adb_client.h 25 // Connect to adb, connect to the named service, and return a valid fd for
26 // interacting with that service upon success or a negative number on failure.
27 int adb_connect(const std::string& service, std::string* _Nonnull error);
28 int _adb_connect(const std::string& service, std::string* _Nonnull error);
30 // Connect to adb, connect to the named service, returns true if the connection
31 // succeeded AND the service returned OKAY. Outputs any returned error otherwise.
32 bool adb_command(const std::string& service);
34 // Connects to the named adb service and fills 'result' with the response.
36 bool adb_query(const std::string& service, std::string* _Nonnull result,
  /external/autotest/client/site_tests/network_3GSmokeTest/
network_3GSmokeTest.py 19 SHILL_LOG_SCOPES = 'cellular+dbus+device+dhcp+manager+modem+portal+service'
43 @raises error.TestError If no cellular service is available.
48 service = self.test_env.flim.FindCellularService()
49 if not service:
50 raise error.TestError('Could not find cellular service.')
53 service=service,
89 service, state = cell_tools.ConnectToCellular(self.test_env.flim,
102 'Device', service.GetProperties()['Device'])
105 service.object_path, interface
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
flup_session.py 73 service = flup_session.SessionService(
76 environ['paste.flup_session_service'] = service
79 service.addCookie(headers)
86 service.addCookie(headers)
88 service.close()
91 service.close()
94 return wsgilib.add_close(app_iter, service.close)
102 The session service can then be found in
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 57 Log.d(TAG, "Service discovery started");
61 public void onServiceFound(NsdServiceInfo service) {
62 Log.d(TAG, "Service discovery success" + service);
63 if (!service.getServiceType().equals(SERVICE_TYPE)) {
64 Log.d(TAG, "Unknown Service Type: " + service.getServiceType());
65 } else if (service.getServiceName().equals(mServiceName)) {
67 } else if (service.getServiceName().contains(mServiceName)){
68 mNsdManager.resolveService(service, mResolveListener)
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ServerSocketServiceTest.java 45 private final ServerSocketService service = new ServerSocketService(); field in class:ServerSocketServiceTest
49 service.startAsync().awaitRunning();
50 port = service.getPort();
54 service.stopAsync().awaitTerminated();
59 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id);
70 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id);
71 // wait for the service to fully initialize the connection
76 service.getConnection(id).get();
83 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id);
85 service.stopAsync().awaitTerminated()
    [all...]

Completed in 447 milliseconds

<<11121314151617181920>>