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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DisabledService.java 19 import android.app.Service;
24 * Empty Service for testing
27 public class DisabledService extends Service {
EnabledService.java 19 import android.app.Service;
24 * Empty Service for testing
27 public class EnabledService extends Service {
  /hardware/libhardware/include/hardware/
bt_gatt_types.h 27 * GATT Service types
39 /** GATT Service ID also identifies the service type (primary/secondary) */
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
EasAuthenticatorServiceAlternate.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
ImapAuthenticatorService.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
LegacyEasAuthenticatorService.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
LegacyEmailAuthenticatorService.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
LegacyImapAuthenticatorService.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
Pop3AuthenticatorService.java 17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSessionFactory.java 19 import android.service.textservice.SpellCheckerService.Session;
22 public static Session newInstance(AndroidSpellCheckerService service) {
23 return new AndroidSpellCheckerSession(service);
  /packages/screensavers/Basic/
AndroidManifest.xml 7 <service
13 <action android:name="android.service.dreams.DreamService" />
16 </service>
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 126 ExtensionService* service = extensions::ExtensionSystem::Get( local
130 ASSERT_TRUE(service->GetExtensionById(id, true));
143 ExtensionService* service = extensions::ExtensionSystem::Get( local
145 const size_t size_before = service->extensions()->size();
153 ASSERT_EQ(size_before + 1, service->extensions()->size());
154 EXPECT_EQ(0u, service->disabled_extensions()->size());
159 EXPECT_EQ(size_before, service->extensions()->size());
160 EXPECT_EQ(1u, service->disabled_extensions()->size());
165 EXPECT_EQ(size_before + 1, service->extensions()->size());
166 EXPECT_EQ(0u, service->disabled_extensions()->size())
264 ExtensionService* service = extensions::ExtensionSystem::Get( local
348 ExtensionService* service = extensions::ExtensionSystem::Get( local
394 ExtensionService* service = extensions::ExtensionSystem::Get( local
478 ExtensionService* service = extensions::ExtensionSystem::Get( local
549 ExtensionService* service = extensions::ExtensionSystem::Get( local
    [all...]
  /development/samples/VoiceRecognitionService/
_index.html 5 sample voice recognition service</a> (a subclass of
8 settings activity</a> for that service. It shows the basic skeleton for setting up a recognition
9 service and exposing its settings activity to settings.</p>
15 <p>Installing this application onto a device that already has a voice recognition service
19 <p>Note that due to its simplicity, this voice recognition service is not compatible with
22 as expected if this sample recognition service is chosen in settings. Other simpler
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
ProviderService_ImplTest.java 31 * Tests for <code>Provider.Service</code> constructor and methods
41 Provider.Service s = new Provider.Service(p, "type", "algorithm",
44 "Provider MyProvider Service type.algorithm className",
52 s = new Provider.Service(p, "type", "algorithm", "className",
55 "Provider MyProvider Service type.algorithm className\n"
  /external/chromium/chrome/browser/
desktop_notification_handler.cc 53 DesktopNotificationService* service = local
56 service->ShowDesktopNotification(
65 DesktopNotificationService* service = local
68 service->CancelDesktopNotification(
82 DesktopNotificationService* service = local
84 service->RequestPermission(
  /external/chromium_org/chrome/browser/autofill/
personal_data_manager_factory.cc 59 PersonalDataManagerService* service = local
63 if (service)
64 return service->GetPersonalDataManager();
66 // |service| can be NULL in Incognito mode.
87 PersonalDataManagerService* service = local
89 return service;
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 64 void SendOpenedNotification(BackgroundContentsService* service) {
68 service->BackgroundContentsOpened(&details);
110 BackgroundContentsService service(&profile, command_line_.get());
115 BackgroundContentsService service(&profile, command_line_.get());
117 EXPECT_FALSE(service.IsTracked(contents));
118 contents->SendOpenedNotification(&service);
119 EXPECT_TRUE(service.IsTracked(contents));
121 EXPECT_FALSE(service.IsTracked(contents));
126 BackgroundContentsService service(&profile, command_line_.get());
136 contents->SendOpenedNotification(&service);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen.h 24 // A screen that shows Terms of Service which have been configured through
26 // Terms of Service before proceeding. Currently, Terms of Service are available
48 // Start downloading the Terms of Service.
51 // Abort the attempt to download the Terms of Service if it takes too long.
62 // the Terms of Service.
  /external/chromium_org/chrome/common/
service_messages.h 22 // Tell the service process to enable the cloud proxy passing in the OAuth2
30 // Tell the service process to disable the cloud proxy.
40 // Tell the service process to shutdown.
43 // Tell the service process that an update is available.
47 // Service process host messages:
48 // These are messages from the service process to the browser.
  /external/chromium_org/chrome/service/
service_main.cc 10 #include "chrome/service/service_process.h"
18 #include "chrome/service/chrome_service_application_mac.h"
21 // Mainline routine for running as the service process.
37 VLOG(1) << "Service process launched: "
43 // If there is already a service process running, quit now.
54 LOG(ERROR) << "Service process failed to initialize";
  /external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.mm 43 TextInputClientMac* service = TextInputClientMac::GetInstance();
49 service->SetCharacterIndexAndSignal(index);
54 TextInputClientMac* service = TextInputClientMac::GetInstance();
55 service->SetFirstRectAndSignal(NSRectFromCGRect(rect.ToCGRect()));
60 TextInputClientMac* service = TextInputClientMac::GetInstance();
65 service->SetSubstringAndSignal(string);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_3.cc 5 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
9 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h"
10 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
11 #include "gpu/command_buffer/service/context_group.h"
12 #include "gpu/command_buffer/service/program_manager.h"
67 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h"
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
network.cc 35 sockaddr_in service; local
36 service.sin_family = AF_INET;
37 service.sin_addr.s_addr = inet_addr("127.0.0.1");
38 service.sin_port = htons(88);
40 if (bind(listen_socket, reinterpret_cast<SOCKADDR*>(&service),
41 sizeof(service)) == SOCKET_ERROR) {
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.h 28 // A test-side client for the Test Accounts service. This service provides
34 // http://service-runs-here.com), |account_space| (for account segregation),
42 // Attempts to claim an account via the Test Accounts service. If
47 // Attempts to release an account via the Test Accounts service. The value
52 // Sends an HTTP POST request to the Test Accounts service.

Completed in 2743 milliseconds

<<11121314151617181920>>