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

<<41424344454647484950>>

  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
SelfBrailleClient.java 47 "com.googlecode.eyesfree.braille.service.ACTION_SELF_BRAILLE_SERVICE";
69 * Delay before the first rebind attempt on bind error or service
91 * to the self braille service. The current thread must have a Looper
93 * will connect to a BrailleBack service without requiring it to be signed
127 Log.e(LOG_TAG, "Failed to bind to service");
132 Log.i(LOG_TAG, "Bound to self braille service");
201 Log.w(LOG_TAG, String.format("Service certificate mismatch "
207 Log.i(LOG_TAG, "Connected to self braille service");
216 Log.e(LOG_TAG, "Disconnected from self braille service");
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlog.h 43 ** prlog.h -- Declare interfaces to NSPR's Logging service
45 ** NSPR provides a logging service that is used by NSPR itself and is
48 ** To use the service from a client program, you should create a
53 ** Initialization of the log service is handled by NSPR initialization.
55 ** At execution time, you must enable the log service. To enable the
56 ** log service, set the environment variable: NSPR_LOG_MODULES
77 ** service at execution time. These controls should be set in the
79 ** NSPR's log service for your application.
86 ** The special LogModule name "sync" tells the NSPR log service to do
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 95 public void onServiceConnected(ComponentName className, IBinder service) {
97 mService = IKeyguardService.Stub.asInterface(service);
115 // Log.v(TAG, "Remote service died trying to call onSystemReady");
131 Log.v(TAG, "BINDING SERVICE: " + KEYGUARD_CLASS);
136 Log.v(TAG, "Service already bound");
151 Log.v(TAG, "Binding service...");
237 Log.e(TAG, "Remote service died");
292 Log.e(TAG, "Remote service died");
304 Log.e(TAG, "Remote service died");
  /packages/apps/Email/emailsync/src/com/android/emailsync/
AbstractSyncService.java 34 * Base class for all protocol services SyncManager (extends Service, implements
63 // Whether or not the sync service is valid (usable)
73 * Sent by SyncManager to request that the service stop itself cleanly
78 * Sent by SyncManager to indicate that an alarm has fired for this service, and that its
79 * pending (network) operation has timed out. The service is NOT automatically stopped,
80 * although the behavior is service dependent.
88 * Sent by SyncManager to request that the service reset itself cleanly; the meaning of this
89 * operation is service dependent.
106 * Called to clear the syncKey for the calendar associated with this service; this is necessary
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoTestCase.java 49 * Add renderer service
59 * Add IPP service
69 * Add AFP service
ServReqClearRequestTestCase.java 25 * Service discovery requester test case to check clearServiceRequests() works well.
41 * create some service requests.
99 return "Clear service requests test";
  /cts/tests/tests/app/src/android/app/cts/
ActivityManager_RunningServiceInfoTest.java 34 mRunningServiceInfo.service = mService;
61 assertEquals(mService, values.service);
81 assertEquals(mService, values.service);
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 24 import com.example.android.smssample.service.MessagingService;
56 // As an example, we'll start a wakeful service to handle the SMS
64 // As an example, we'll start a wakeful service to handle the MMS
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
SpiEngUtils.java 45 * @param service
48 public static Provider isSupport(String algorithm, String service) {
50 Provider[] provs = Security.getProviders(service.concat(".")
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_main.c 34 /* type for service building action functions */
37 /* service building action function list */
131 APPL_TRACE_ERROR0("service not created");
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h 43 // |service| is the DebuggerRemoteService instance the DevToolsClient
46 DebuggerRemoteService* service);
66 DebuggerRemoteService* service,
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.h 28 // to |service|, that will deal with the installation. The location
35 VisitorInterface* service,
44 VisitorInterface* service,
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 34 ScopedUserPrefUpdateBase(PrefService* service, const char* path);
67 ScopedUserPrefUpdate(PrefService* service, const char* path)
68 : ScopedUserPrefUpdateBase(service, path) {}
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 30 // Returns the root service URL for the cloud print service. The default is to
31 // point at the Google Cloud Print service. This can be overridden by the
  /external/chromium_org/base/prefs/
pref_change_registrar.h 32 // than once as long as the value of |service| doesn't change.
33 void Init(PrefService* service);
67 virtual void OnPreferenceChanged(PrefService* service,
scoped_user_pref_update.h 36 ScopedUserPrefUpdateBase(PrefService* service, const char* path);
69 ScopedUserPrefUpdate(PrefService* service, const char* path)
70 : ScopedUserPrefUpdateBase(service, path) {}
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 72 ExtensionService* service = local
75 if (!service)
81 GURL site = service->GetSiteForExtensionId(extension_id);
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run.cc 26 ExtensionService* service = local
28 if (!service)
32 service->GetExtensionById(extension_misc::kFirstRunDialogId, false);
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.h 24 // service events to dispatch them to registered extensions.
64 // Update the current list of service types and update the registry.
72 // Current set of service types registered with the registry.
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 50 sync_file_system::SyncFileSystemService* service = local
52 DCHECK(service);
56 observer->InitializeForService(service);
57 return service;
356 sync_file_system::SyncFileSystemService* service = local
358 DCHECK(service);
359 SyncStatusCode status = service->SetConflictResolutionPolicy(policy);
368 sync_file_system::SyncFileSystemService* service = local
370 DCHECK(service);
373 service->GetConflictResolutionPolicy())
380 sync_file_system::SyncFileSystemService* service = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_loading_browsertest.cc 85 ExtensionService* service = local
87 EXPECT_EQ(0U, service->terminated_extensions()->size());
88 EXPECT_TRUE(service->extensions()->Contains(new_tab_extension->id()));
options_page_apitest.cc 30 ExtensionService* service = extensions::ExtensionSystem::Get( local
32 size_t installed_extensions = service->extensions()->size();
37 EXPECT_EQ(installed_extensions + 1, service->extensions()->size());
  /external/chromium_org/chrome/browser/media_galleries/win/
portable_device_map_service.h 22 // Adds the portable |device| interface to the map service for the device
32 // remove the IPortableDevice interface from the map service.
37 // Removes the IPortableDevice interface from the map service for the device
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 28 // the Spelling service. This class also verifies the SpellingServiceClient
29 // class does not either send cookies to the Spelling service or accept cookies
53 // Verify the given content type is JSON. (The Spelling service returns an
57 // Parse the JSON to be sent to the service, and verify its parameters.
84 // service or accept cookies from it.
211 // request sent to the Spelling service as we expect. This test also verifies
212 // that it parses a JSON response from the service and calls the callback
213 // function. To avoid sending JSON-RPC requests to the service, this test uses a
217 // misspelled words with ones suggested by the service so this test can compare
332 // When a user disables spellchecking or prevent using the Spelling service,
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.cc 106 AutocompleteSyncableService* service = local
108 if (!service) {
113 service->UpdateCullSetting(cull_expired_entries);

Completed in 637 milliseconds

<<41424344454647484950>>