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

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/vcard/
ExportProcessor.java 59 public ExportProcessor(VCardService service, ExportRequest exportRequest, int jobId) {
60 mService = service;
61 mResolver = service.getContentResolver();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 196 IBinder service = ServiceManager.getService("mount"); local
197 if (service != null) {
198 mMountService = IMountService.Stub.asInterface(service);
200 Log.e(TAG, "Can't get mount service");
332 Log.e(TAG, "Mount service is null, can't mount");
StorageMeasurement.java 228 public void onServiceConnected(ComponentName name, IBinder service) {
230 .asInterface(service);
266 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); local
267 context.bindService(service, mDefContainerConn,
377 Log.w(TAG, "Problem in container service", e);
488 Log.w(TAG, "Could not read memory from default container service for " + dir, e);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 38 import com.android.videoeditor.service.ApiService;
39 import com.android.videoeditor.service.ApiServiceListener;
40 import com.android.videoeditor.service.VideoEditorProject;
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 20 import android.service.textservice.SpellCheckerService;
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 409 NotificationService* service = NotificationService::current(); local
410 service->Notify(NotificationType::NO_THEME_DETECTED,
476 NotificationService* service = NotificationService::current(); local
477 service->Notify(NotificationType::EXTENSION_INSTALL_ERROR,
extensions_ui.h 76 // Note: service can be NULL in unit tests.
78 ExtensionService* service,
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 82 scoped_ptr<ClientSideDetectionService> service(
84 if (!service->InitializePrivateNetworks()) {
92 service.get()->callback_factory_.NewCallback(
110 return service.release();
safe_browsing_blocking_page_unittest.cc 26 TestSafeBrowsingBlockingPage(SafeBrowsingService* service,
29 : SafeBrowsingBlockingPage(service, tab_contents, unsafe_resources) {
60 SafeBrowsingService* service,
63 return new TestSafeBrowsingBlockingPage(service, tab_contents,
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 68 BackgroundContentsService* service =
70 if (!service || service->GetAppBackgroundContents(
82 return service->CreateBackgroundContents(site, route_id, profile, frame_name,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /external/freetype/src/cff/
cffdrivr.c 220 * GLYPH DICT SERVICE
308 * POSTSCRIPT INFO SERVICE
373 * POSTSCRIPT NAME SERVICE
397 * service defined in SFNT module.
399 * Otherwise call the service function in the sfnt module.
419 FT_Service_TTCMaps service = local
424 if ( service && service->get_cmap_info )
425 error = service->get_cmap_info( charmap, cmap_info );
438 * CID INFO SERVICE
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 344 Log.e(TAG, "could not retrieve NFC service");
350 Log.e(TAG, "could not retrieve NFC Tag service");
370 /** get handle to NFC service interface */
372 /* get a handle to NFC service */
444 * Returns the binder interface to the service.
453 * Returns the binder interface to the tag service.
462 * NFC service dead - attempt best effort recovery
466 Log.e(TAG, "NFC service dead - attempting to recover", e);
467 INfcAdapter service = getServiceInterface(); local
468 if (service == null)
    [all...]
  /frameworks/base/services/sensorservice/
SensorService.h 86 SensorEventConnection(const sp<SensorService>& service);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 86 @Override public void onServiceConnected(ComponentName name, IBinder service) {
88 if (!(service instanceof Binder)) {
90 service.linkToDeath(this, 0);
93 mService = new Messenger(service);
96 // Whoops, service has disappeared... try starting again.
97 Log.w(TAG, "Test service died, starting again");
285 Log.w(TAG, "Failure communicating with service", e);
342 Log.w(TAG, "Test service aleady died when terminating");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 17 package com.android.emailcommon.service;
ServiceProxy.java 18 package com.android.emailcommon.service;
31 * EmailService classes (e.g. ExchangeService for EAS). It wraps the service connect/disconnect
38 * return value wait for a result from the Service (i.e. they should not be called from the UI
54 // Service call timeout (in seconds)
121 // This can happen if the user ended the activity that was using the service
186 * Connection test; return indicates whether the remote service can be connected to
187 * @return the result of trying to connect to the remote service
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 17 package com.android.email.service;
24 import android.app.Service;
33 * Anauthenticator service for reconciliation tests; it simply adds the account to AccountManager
36 public class EasTestAuthenticatorService extends Service {
PopImapSyncAdapterService.java 17 package com.android.email.service;
21 import android.app.Service;
38 public class PopImapSyncAdapterService extends Service {
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 58 EasSyncService service = getTestService(); local
59 EmailSyncAdapter adapter = new EmailSyncAdapter(service);
169 EasSyncService service = getTestService(account, mailbox); local
170 mSyncAdapter = new EmailSyncAdapter(service);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 58 EasSyncService service = getTestService(); local
59 EmailSyncAdapter adapter = new EmailSyncAdapter(service);
169 EasSyncService service = getTestService(account, mailbox); local
170 mSyncAdapter = new EmailSyncAdapter(service);
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 19 import android.service.wallpaper.WallpaperService;
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 26 import android.service.wallpaper.WallpaperService;
30 import android.app.Service;
52 ((WindowManager) getApplication().getSystemService(Service.WINDOW_SERVICE))
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralWallpaper.java 25 import android.service.wallpaper.WallpaperService;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 20 import android.service.wallpaper.WallpaperService;

Completed in 350 milliseconds

<<11121314151617181920>>