HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 476 - 500 of 1798) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc 161 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
166 // UserCloudPolicyManagerChromeOS. This service is automatically created
252 EXPECT_TRUE(manager_->core()->service()->IsInitializationComplete());
314 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
316 EXPECT_TRUE(manager_->core()->service()->IsInitializationComplete());
349 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
351 EXPECT_TRUE(manager_->core()->service()->IsInitializationComplete());
372 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete());
374 EXPECT_TRUE(manager_->core()->service()->IsInitializationComplete());
401 EXPECT_FALSE(manager_->core()->service()->IsInitializationComplete())
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 119 ServiceDescriptor service = TestService.getDescriptor(); local
120 assertEquals(service, file.getServices().get(0));
121 assertEquals(service, file.findServiceByName("TestService"));
317 ServiceDescriptor service = TestService.getDescriptor(); local
319 assertEquals("TestService", service.getName());
320 assertEquals("protobuf_unittest.TestService", service.getFullName());
321 assertEquals(UnittestProto.getDescriptor(), service.getFile());
323 assertEquals(2, service.getMethods().size());
325 MethodDescriptor fooMethod = service.getMethods().get(0);
331 assertEquals(fooMethod, service.findMethodByName("Foo"))
374 ServiceDescriptor service = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 417 DriveIntegrationService* service = GetForProfileRegardlessOfStates(profile); local
418 if (service && !service->IsDriveEnabled())
421 return service;
435 DriveIntegrationService* service = FindForProfileRegardlessOfStates(profile); local
436 if (service && !service->IsDriveEnabled())
439 return service;
478 DriveIntegrationService* service = NULL; local
480 service = new DriveIntegrationService
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 54 * Provides Bluetooth Health Device profile, as a service in
297 public BluetoothHealthDeathRecipient(HealthService service, BluetoothHealthAppConfiguration config) {
298 mService = service;
314 * Handlers for incoming service calls
342 HealthService service = getService(); local
343 if (service == null) return false;
344 return service.registerAppConfiguration(config, callback);
348 HealthService service = getService(); local
349 if (service == null) return false;
350 return service.unregisterAppConfiguration(config)
355 HealthService service = getService(); local
362 HealthService service = getService(); local
369 HealthService service = getService(); local
376 HealthService service = getService(); local
382 HealthService service = getService(); local
388 HealthService service = getService(); local
394 HealthService service = getService(); local
    [all...]
  /device/lge/mako/
init.mako.rc 269 service rmt_storage /system/bin/rmt_storage
273 service hciattach /system/bin/sh /system/etc/init.mako.bt.sh
286 service bridgemgrd /system/bin/bridgemgrd
292 service qmuxd /system/bin/qmuxd
297 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
303 service netmgrd /system/bin/netmgrd
307 service sensors /system/bin/sensors.qcom
312 service wpa_supplicant /system/bin/wpa_supplicant \
326 service p2p_supplicant /system/bin/wpa_supplicant \
342 service dhcpcd_wlan0 /system/bin/dhcpcd -aABDK
    [all...]
  /frameworks/av/media/libmedia/
mediaplayer.cpp 144 const sp<IMediaPlayerService>& service(getMediaPlayerService());
145 if (service != 0) {
146 sp<IMediaPlayer> player(service->create(this, mAudioSessionId));
161 const sp<IMediaPlayerService>& service(getMediaPlayerService());
162 if (service != 0) {
163 sp<IMediaPlayer> player(service->create(this, mAudioSessionId));
177 const sp<IMediaPlayerService>& service(getMediaPlayerService());
178 if (service != 0) {
179 sp<IMediaPlayer> player(service->create(this, mAudioSessionId));
785 const sp<IMediaPlayerService>& service = getMediaPlayerService() local
809 const sp<IMediaPlayerService>& service = getMediaPlayerService(); local
837 const sp<IMediaPlayerService>& service = getMediaPlayerService(); local
    [all...]
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 35 VisitorInterface* service,
41 service_(service),
61 // Check if the service is still alive. It is possible that it had went
223 VisitorInterface* service,
229 service,
240 service,
250 service,
258 service,
extension_web_ui.cc 67 // Even when the extensions service is enabled by default, it's still
69 ExtensionService* service = profile->GetExtensionService(); local
70 if (service)
71 extension_ = service->GetExtensionByURL(page_url);
133 ExtensionService* service = tab_contents->profile()->GetExtensionService(); local
134 const Extension* extension = service->GetExtensionByURL(url);
136 extension = service->GetExtensionByWebExtent(url);
251 ExtensionService* service = profile->GetExtensionService();
274 const Extension* extension = service->GetExtensionByURL(extension_url);
288 service->IsIncognitoEnabled(extension->id())
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 49 service()->SetWindowType(window_id, Browser::TYPE_NORMAL);
50 service()->SetWindowBounds(window_id, window_bounds, false);
79 service()->UpdateTabNavigation(window_id, tab_id, index, entry);
81 service()->SetSelectedNavigationIndex(window_id, tab_id, index);
93 // Configures the session service with one window with one tab and a single
95 // pinned state of the tab is updated. The session service is then recreated
108 helper_.service()->SetPinnedState(window_id, tab_id, pinned_state);
126 SessionService* service() { return helper_.service(); } function in class:SessionServiceTest
208 service()->TabClosed(window_id, tab2_id, false)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 145 * Listener that will be called when the TTS service has
272 * Intent for starting a TTS service. Services that handle this intent must
274 * directly, instead they should talk to the TTS service using the the methods in this
729 public Void run(ITextToSpeechService service) throws RemoteException {
730 service.setCallback(getCallerIdentity(), null);
731 service.stop(getCallerIdentity());
735 // service ends up being destroyed (if there are no other open
737 // ServiceConnection continues to refer to the destroyed service.
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyChain.java 407 private final IKeyChainService service; field in class:KeyChain.KeyChainConnection
410 IKeyChainService service) {
413 this.service = service;
419 return service;
436 @Override public void onServiceConnected(ComponentName name, IBinder service) {
440 q.put(IKeyChainService.Stub.asInterface(service));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 116 IUsbManager service = IUsbManager.Stub.asInterface(b); local
127 service.grantDevicePermission(mDevice, uid);
130 service.setDevicePackage(
133 service.setDevicePackage(mDevice, null, userId);
140 service.grantAccessoryPermission(mAccessory, uid);
143 service.setAccessoryPackage(
146 service.setAccessoryPackage(mAccessory, null, userId);
  /frameworks/base/services/java/com/android/server/content/
SyncOperation.java 61 /** Service to which this operation will bind to perform the sync. */
62 public final ComponentName service; field in class:SyncOperation
88 this.service = null;
143 this.service = other.service;
233 if (service == null) {
238 sb.append("service {package=" )
239 .append(service.getPackageName())
243 .append(service.getClassName())
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 37 * The main activity for the sample. This activity registers a local service and
40 * chat service and also tries to discover services published by other peers. On
41 * selecting a peer published service, the app initiates a Wi-Fi P2P (Direct)
43 * the same service, the app opens up sockets to initiate a chat.
136 * Registers a local service and then initiates a service discovery
142 WifiP2pDnsSdServiceInfo service = WifiP2pDnsSdServiceInfo.newInstance( local
144 manager.addLocalService(channel, service, new ActionListener() {
148 appendStatus("Added Local Service");
153 appendStatus("Failed to add a service");
    [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 206 HistoryService* service = local
210 service, details->row, languages_, scheme_whitelist_);
214 HistoryService* service = local
220 private_data_->UpdateURL(service, *row, languages_, scheme_whitelist_);
271 HistoryService* service = local
273 if (service && service->backend_loaded()) {
285 HistoryService* service = local
288 service->ScheduleDBTask(
  /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);
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 131 ExtensionService* service = local
133 if (!service)
135 return service->GetExtensionById(
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 30 "service=%s";
38 "service=%s&"
45 "service=%s&"
141 const char* service,
161 service);
170 service,
180 const char* const service) {
186 if (!strcmp(service, GaiaConstants::kGaiaService))
192 service,
255 const char* const service,
    [all...]
  /external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.cc 94 AboutSigninInternals* service = new AboutSigninInternals(); local
95 service->Initialize(static_cast<Profile*>(profile));
96 return service;
ubertoken_fetcher_unittest.cc 89 service()->IssueAuthTokenForTest(GaiaConstants::kGaiaOAuth2LoginRefreshToken,
110 service()->IssueAuthTokenForTest(GaiaConstants::kGaiaOAuth2LoginRefreshToken,
123 service()->IssueAuthTokenForTest(GaiaConstants::kGaiaOAuth2LoginRefreshToken,
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.cc 109 AutocompleteSyncableService* service = local
111 if (!service) {
116 service->UpdateCullSetting(cull_expired_entries);
  /external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.cc 124 TabRestoreService* service =
128 if (service && browser_->CanSupportWindowFeature(Browser::FEATURE_TABSTRIP)) {
129 service->CreateHistoricalTab(
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 135 virtual void TabRestoreServiceChanged(TabRestoreService* service) OVERRIDE;
136 virtual void TabRestoreServiceDestroyed(TabRestoreService* service) OVERRIDE;
148 HistoryService* service();
225 // when either waiting for the history service to return query results, or

Completed in 1244 milliseconds

<<11121314151617181920>>