HomeSort by relevance Sort by last modified time
    Searched full:service (Results 226 - 250 of 11175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/security/
Provider.java 58 // Contains "Service.Algorithm" and Provider.Service classes added using
60 private transient LinkedHashMap<String, Service> serviceTable;
62 // Contains "Service.Alias" and Provider.Service classes added using
64 private transient LinkedHashMap<String, Service> aliasTable;
66 // Contains "Service.Algorithm" and Provider.Service classes added using
68 private transient LinkedHashMap<String, Service> propertyServiceTable;
70 // Contains "Service.Alias" and Provider.Service classes added using put(
379 Provider.Service service; local
    [all...]
  /system/core/adb/
adb_client.c 94 char service[64]; local
99 snprintf(service, sizeof service, "host:transport:%s", __adb_serial);
119 snprintf(service, sizeof service, "host:%s", transport_type);
121 len = strlen(service);
124 if(writex(fd, tmp, 4) || writex(fd, service, len)) {
176 int _adb_connect(const char *service)
182 D("_adb_connect: %s\n", service);
183 len = strlen(service);
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 55 // The list of callbacks indexed by service id.
103 * @param service The service to whom the message is addressed.
108 public boolean sendMessage(int service, int what, ByteBuffer content) {
109 checkServiceId(service);
122 mOutputBuffer.putShort((short)service);
174 * Registers a service and provides a callback to receive messages.
176 * @param service The service id.
179 public void registerService(int service, Callback callback)
257 final int service = buffer.getShort() & 0xffff; local
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
utl.c 184 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class
185 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
193 UINT16 service; local
198 BTM_COD_SERVICE_CLASS( service, dev );
211 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
212 service = service | p_cod->service;
216 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
217 service = service & (~p_cod->service)
    [all...]
  /external/chromium/chrome/browser/service/
service_process_control_browsertest.cc 7 #include "chrome/browser/service/service_process_control.h"
8 #include "chrome/browser/service/service_process_control_manager.h"
55 // Send a remoting host status request and wait reply from the service.
114 // Make sure we are connected to the service process.
118 // And then shutdown the service process.
122 // This tests the case when a service process is launched when browser
131 // Launch the service process the first time.
134 // Make sure we are connected to the service process.
138 // Launch the service process again.
143 // And then shutdown the service process
    [all...]
  /external/chromium_org/base/prefs/
pref_change_registrar_unittest.cc 50 MockPrefService* service() const { return service_.get(); } function in class:base::PrefChangeRegistrarTest
62 registrar.Init(service());
65 EXPECT_CALL(*service(),
67 EXPECT_CALL(*service(),
74 Mock::VerifyAndClearExpectations(service());
75 EXPECT_CALL(*service(),
77 EXPECT_CALL(*service(),
85 Mock::VerifyAndClearExpectations(service());
90 registrar.Init(service());
93 EXPECT_CALL(*service(),
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 146 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) {
150 serviceFound = mServiceCache.hasService(userId, service);
153 // If we don't know about this service yet, it may have just been enabled
156 // calls to our APIs referencing that service to fail.
157 // Hence, update the cache in case we don't know about the service.
158 if (DBG) Log.d(TAG, "Didn't find passed in service, invalidating cache.");
170 return service.equals(resolveInfo.defaultService.getComponent());
172 return service.equals(resolveInfo.services.get(0).getComponent());
174 // More than one service, not the default
179 public boolean setDefaultServiceForCategory(int userId, ComponentName service,
232 ComponentName service = ComponentName.unflattenFromString(name); local
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 40 import android.service.dreams.DreamService;
199 Slog.e("System", "************ Failure starting bootstrap service", e);
254 Slog.i(TAG, "User Service");
277 Slog.i(TAG, "Lights Service");
280 Slog.i(TAG, "Battery Service");
284 Slog.i(TAG, "Vibrator Service");
288 Slog.i(TAG, "Consumer IR Service");
292 // only initialize the power service after we have started the
293 // lights service, content providers and the battery service
    [all...]
  /cts/tests/src/android/content/cts/
MockAccountService.java 19 import android.app.Service;
24 * a basic Mock Service for wrapping the MockAccountAuthenticator
26 public class MockAccountService extends Service {
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountService.java 19 import android.app.Service;
24 * a basic Mock Service for wrapping the MockAccountAuthenticator
26 public class MockAccountService extends Service {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
MockAccountService.java 19 import android.app.Service;
24 * Account service for the authenticator
26 public class MockAccountService extends Service {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 34 * Tests for <code>Provider.Service</code> constructor and methods
42 new Provider.Service(null, "type", "algorithm",
48 new Provider.Service(p, null, "algorithm",
54 new Provider.Service(p, "type", null,
60 new Provider.Service(p, "type", "algorithm",
66 Provider.Service s = new Provider.Service(p,
79 Provider.Service s = new Provider.Service(p,
94 s = new Provider.Service(p, "type", "algorithm", "className",
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_factory.h 30 // Set up policy pref stores using the given policy service.
31 void SetManagedPolicies(policy::PolicyService* service);
32 void SetRecommendedPolicies(policy::PolicyService* service);
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_factory.cc 34 CloudPrintProxyService* service = local
36 service->Initialize();
38 return service;
  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc 20 SessionServiceTestHelper::SessionServiceTestHelper(SessionService* service)
21 : service_(service) {}
29 service()->SetTabWindow(window_id, tab_id);
30 service()->SetTabIndexInWindow(window_id, tab_id, visual_index);
32 service()->SetSelectedTabInWindow(window_id, visual_index);
39 service()->SetTabExtensionAppID(window_id, tab_id, extension_app_id);
46 service()->SetTabUserAgentOverride(window_id, tab_id, user_agent_override);
51 service()->force_browser_not_alive_with_no_windows_ =
55 // Be sure and null out service to force closing the file.
62 service()->RestoreSessionFromCommands
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate.cc 22 TabRestoreService* service = TabRestoreServiceFactory::GetForProfile(profile); local
23 service->RestoreMostRecentEntry(NULL, chrome::HOST_DESKTOP_TYPE_ASH);
45 TabRestoreService* service)
48 tab_restore_service_(service) {
58 virtual void TabRestoreServiceChanged(TabRestoreService* service) OVERRIDE {
61 virtual void TabRestoreServiceDestroyed(TabRestoreService* service) OVERRIDE {
66 virtual void TabRestoreServiceLoaded(TabRestoreService* service) OVERRIDE {
112 TabRestoreService* service =
114 if (!service)
117 if (service->IsLoaded())
    [all...]
  /external/chromium_org/chrome/tools/service_discovery_sniffer/
service_discovery_sniffer.cc 41 printf("Service Removed: %s\n", service_resolver_->GetName().c_str());
45 const ServiceDescription& service) {
47 printf("Service Updated: %s\n", service.instance_name().c_str());
49 printf("Service Added: %s\n", service.instance_name().c_str());
52 printf("\tAddress: %s:%d\n", service.address.host().c_str(),
53 service.address.port());
55 for (std::vector<std::string>::const_iterator i = service.metadata.begin();
56 i != service.metadata.end(); i++)
    [all...]
  /external/chromium_org/content/browser/
notification_service_impl_unittest.cc 62 NotificationService* service = NotificationService::current(); local
63 service->Notify(kNotification1,
81 service->Notify(kNotification1,
90 service->Notify(kNotification2,
99 service->Notify(kNotification1,
108 service->Notify(kNotification2,
118 service->Notify(kNotification1,
129 service->Notify(kNotification1,
144 NotificationService* service = NotificationService::current(); local
151 service->Notify(kNotification1
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_mac.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
8 #include "gpu/command_buffer/service/async_pixel_transfer_manager_idle.h"
9 #include "gpu/command_buffer/service/async_pixel_transfer_manager_stub.h"
async_pixel_transfer_manager_win.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
8 #include "gpu/command_buffer/service/async_pixel_transfer_manager_idle.h"
9 #include "gpu/command_buffer/service/async_pixel_transfer_manager_stub.h"
  /external/chromium_org/remoting/host/win/
host_service.h 50 // Notifies the service of changes in session state.
56 // This function handshakes with the service control manager and starts
57 // the service.
60 // Runs the service on the service thread. A separate routine is used to make
65 // This function starts the service in interactive mode (i.e. as a plain
80 // The control handler of the service.
86 // The main service entry point.
107 // Service message loop. |main_task_runner_| must be valid as long as the
108 // Control+C or service notification handler is registered
    [all...]
  /external/mdnsresponder/mDNSPosix/
Services.txt 5 # Blank lines indicate the end of a service record specification.
6 # The first character of the service name can be a '#' if you escape it with
13 # <service name>
  /external/smack/src/org/xbill/DNS/
NAPTRRecord.java 19 private byte [] flags, service, regexp; field in class:NAPTRRecord
36 * @param service The service or protocol available down the rewrite path.
44 String flags, String service, String regexp, Name replacement)
51 this.service = byteArrayFromString(service);
65 service = in.readCountedString();
76 service = byteArrayFromString(st.getString());
95 sb.append(byteArrayToString(service, true));
121 /** Returns service */
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
package.html 4 The classes in this package are used for development of accessibility service that
11 focus has changed, a button has been clicked, etc. Such a service can optionally request the
13 service requires extends this class and implements its abstract methods.
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCacheListener.java 25 * Invoked when a service is registered or changed.
26 * @param type the type of registered service
27 * @param removed true if the service was removed

Completed in 2310 milliseconds

1 2 3 4 5 6 7 8 91011>>