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

<<111112113114115116117118119120>>

  /frameworks/base/location/java/android/location/
Geocoder.java 41 * The Geocoder class requires a backend service that is not included in
43 * empty list if there no backend service in the platform. Use the
114 * found or there is no backend service available.
163 * found or there is no backend service available.
213 * found or there is no backend service available.
SettingInjectorService.java 19 import android.app.Service;
40 * &lt;service android:name="com.example.android.injector.MyInjectorService" &gt;
48 * &lt;/service&gt;
83 public abstract class SettingInjectorService extends Service {
89 * service to read the dynamic status for the setting.
  /frameworks/base/services/common_time/
common_time_server_api.cpp 18 * A service that exchanges time synchronization information between
273 ALOGI("Waking up service, auto-disable is engaged and service now has%s"
311 dump_printf("Common Clock Service Status\nLocal time : %lld\n",
382 dump_printf("Common Time Config Service Status\n"
  /frameworks/base/services/java/com/android/server/wm/
TaskStack.java 42 /** The service */
71 TaskStack(WindowManagerService service, int stackId, DisplayContent displayContent) {
72 mService = service;
75 mDimLayer = new DimLayer(service, this);
76 mAnimationBackgroundSurface = new DimLayer(service, this);
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 47 Set<Provider.Service> services = provider.getServices();
48 for (Provider.Service service : services) {
49 String type = service.getType();
53 String algorithm = service.getAlgorithm();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 86 private AdapterState(AdapterService service, AdapterProperties adapterProperties) {
91 mAdapterService = service;
96 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) {
98 AdapterState as = new AdapterState(service, adapterProperties);
139 //TODO: Handle case of service started and stopped without enable
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java 78 Log.w(LOG_TAG, "Destination file name coming from vCard service is empty.");
174 Log.e(LOG_TAG, "Failed to start vCard service");
181 Log.e(LOG_TAG, "Failed to connect to vCard service.");
190 if (DEBUG) Log.d(LOG_TAG, "connected to service, requesting a destination file name");
205 Log.w(LOG_TAG, "Disconnected from service during the process ongoing.");
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 205 IBinder service = ServiceManager.getService("mount"); local
206 if (service != null) {
207 mMountService = IMountService.Stub.asInterface(service);
209 Log.e(TAG, "Can't get mount service");
357 Log.e(TAG, "Mount service is null, can't mount");
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 405 ** Description Register UCD service security level with Security Manager
408 ** p_name - Name of the service relevant only if
411 ** service_id - service ID for the service passed to authorization callback
443 ** Description Register service security level with Security Manager
446 ** p_name - Name of the service relevant only if
449 ** service_id - service ID for the service passed to authorization callback
482 ** Description Register service security level with Security Manager
485 ** p_name - Name of the service relevant only i
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 713 // Test invalid service name
716 // Test valid service name
738 private void bindExpectResult(Context contextWrapper, Intent service)
740 if (service == null) {
741 fail("No service created!");
745 contextWrapper.bindService(service, conn, Context.BIND_AUTO_CREATE);
746 contextWrapper.startService(service);
748 // Wait for a short time, so the service related operations could be
753 // Test stop Service
754 assertTrue(contextWrapper.stopService(service));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store_unittest.cc 109 // Tell the GData service to report failure, initialize the store, and check
130 // Store two contacts in the GData service.
169 // Store all three in the GData service. We expect the update request to ask
211 // Tell the GData service to return all three contacts in response to a full
242 // correct minimum update time to the service) and saved back to the database.
316 // Tell the GData service to return only the first contact and to expect a
372 // Create a second contact and tell the GData service to return it.
421 // Tell the GData service to return a single contact.
442 // Now tell the GData service to return a more-newly-updated, already deleted
470 // Tell the GData service to report the first contact as having been deleted
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 104 // Disables the invalidation service. It is enabled by default.
107 // Enables the invalidation service. It is enabled by default.
110 // Causes the invalidation service to fire an invalidation.
116 // Causes the invalidation service to fire an invalidation with unknown
143 // invalidation service.
687 // Test invalidation service state changes while not registered.
693 // Test invalidation service state changes while registered.
705 // Test registration changes with invalidation service enabled.
715 // Test registration changes with invalidation service disabled.
735 // Ensure that invalidation service events do not cause refreshes while th
    [all...]
  /external/qemu/hw/
bt-sdp.c 2 * Service Discover Protocol server for QEMU L2CAP devices
435 * for matching Service Records. In practice this shouldn't happen
750 struct sdp_def_service_s **service)
753 while (service[sdp->services])
759 while (*service) {
761 *service, sdp->services);
762 service ++;
768 #define SERVICE(name, attrs) \
819 SERVICE(hid,
895 SERVICE(sdp
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 162 BackgroundContentsService* service = local
165 service->LoadBackgroundContents(browser()->profile(),
172 service->ShutdownAssociatedBackgroundContents(application_id);
190 BackgroundContentsService* service = local
193 service->LoadBackgroundContents(browser()->profile(),
282 ExtensionService* service = browser()->profile()->GetExtensionService(); local
284 service->GetExtensionById(last_loaded_extension_id_, false);
  /external/chromium_org/chrome/browser/extensions/
extension_function_dispatcher.cc 332 ExtensionService* service = extension_system->extension_service(); local
333 extensions::ProcessMap* process_map = service->process_map();
337 const Extension* extension = service->extensions()->GetByID(
340 extension = service->extensions()->GetHostedAppByURL(params.source_url);
365 service));
370 extensions::QuotaService* quota = service->quota_service();
388 if (!service->extensions()->GetByID(params.extension_id))
extension_toolbar_model.cc 311 // pref service. For robustness we use a somewhat inefficient process:
316 void ExtensionToolbarModel::InitializeExtensionList(ExtensionService* service) {
317 DCHECK(service->is_ready());
320 Populate(last_known_positions_, service);
328 ExtensionService* service) {
339 for (ExtensionSet::const_iterator it = service->extensions()->begin();
340 it != service->extensions()->end(); ++it) {
tab_helper.cc 239 ExtensionService* service = profile->GetExtensionService(); local
240 if (!service)
243 UpdateExtensionAppIcon(service->GetInstalledExtensionByUrl(params.url));
250 for (ExtensionSet::const_iterator it = service->extensions()->begin();
251 it != service->extensions()->end(); ++it) {
360 ExtensionService* service = profile_->GetExtensionService(); local
362 extensions::CrxInstaller::CreateSilent(service));
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 104 // Let the sync service know that setup is in progress so it doesn't start
476 ProfileSyncService* service = NULL; local
478 service = ProfileSyncServiceFactory::GetForProfile(profile_);
479 return service;
483 ProfileSyncService* service = local
485 if (service)
486 service->SetSetupInProgress(false);
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.cc 184 void ServiceWatcherImpl::AddService(const std::string& service) {
187 make_pair(service, linked_ptr<ServiceListeners>(NULL)));
190 new ServiceListeners(service, this, mdns_client_));
193 DeferUpdate(UPDATE_ADDED, service);
223 void ServiceWatcherImpl::RemoveService(const std::string& service) {
225 ServiceListenersMap::iterator found = services_.find(service);
229 callback_.Run(UPDATE_REMOVED, service);
  /external/chromium_org/chromeos/network/
network_state_handler.h 87 // called any time a new service is configured or a Profile is loaded.
217 // Returns the FavoriteState of the EthernetEAP service, which contains the
219 // doesn't refer to an ethernet service or if the ethernet service is not
250 // Parses the properties for the network service or device. Mostly calls
257 // Called by ShillPropertyHandler when a watched service property changes.
277 // Called by |shill_property_handler_| when the service or device list has
  /external/chromium_org/gpu/command_buffer/service/
query_manager_unittest.cc 5 #include "gpu/command_buffer/service/query_manager.h"
7 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
8 #include "gpu/command_buffer/service/error_state_mock.h"
9 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
10 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
11 #include "gpu/command_buffer/service/feature_info.h"
12 #include "gpu/command_buffer/service/test_helper.h"
test_helper.cc 5 #include "gpu/command_buffer/service/test_helper.h"
13 #include "gpu/command_buffer/service/buffer_manager.h"
14 #include "gpu/command_buffer/service/error_state_mock.h"
15 #include "gpu/command_buffer/service/gl_utils.h"
16 #include "gpu/command_buffer/service/gpu_switches.h"
17 #include "gpu/command_buffer/service/program_manager.h"
18 #include "gpu/command_buffer/service/texture_manager.h"
  /external/grub/netboot/
pci.c 98 static unsigned long bios32_service(unsigned long service)
117 : "0" (service),
126 printf("bios32_service(%d) : not present\n", service);
130 service, return_code);
353 * Follow the standard procedure for locating the BIOS32 Service
376 printf("pcibios_init : BIOS32 Service Directory "
387 printf("pcibios_init : BIOS32 Service Directory"
  /external/protobuf/src/google/protobuf/compiler/
parser.h 207 // if a service method is defined using proper syntax but uses a primitive
212 // Parse a top-level message, enum, service, etc.
218 bool ParseServiceDefinition(ServiceDescriptorProto* service);
223 // These methods parse the contents of a message, enum, or service type and
228 bool ParseServiceBlock(ServiceDescriptorProto* service);
230 // Parse one statement within a message, enum, or service block, inclunding
255 // Parse a single method within a service definition.
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 114 int wsd; /* Wi-Fi Display Service Discovery Request */
185 * P2P_SD_DURING_FIND - Service Discovery during find
243 * for service discovery
262 * sd_peer - Pointer to Service Discovery peer
267 * sd_query - Pointer to Service Discovery query
352 * sd_queries - Pending service discovery queries
357 * srv_update_indic - Service Update Indicator for local services

Completed in 1578 milliseconds

<<111112113114115116117118119120>>