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

<<101102103104105106107108109110>>

  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 72 Intent service = new Intent(context, CalendarAppWidgetService.class); local
73 context.startService(service);
110 * background service which handles the actual update, to prevent ANR'ing
122 // Launch over to service so it can perform update
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java 41 Log.w(TAG, "Telephony service is null, can't call " +
  /packages/apps/Dialer/src/com/android/dialerbind/
ObjectFactory.java 25 import com.android.dialer.service.CachedNumberLookupService;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailServiceCallback.aidl 18 package com.android.emailcommon.service;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
CertificateRequestor.java 27 * A headless Activity which simply calls into the framework {@link KeyChain} service to select
  /packages/apps/Email/src/com/android/email/mail/transport/
ExchangeSender.java 26 * Our Exchange service does not use the sender/store model. This class exists for exactly one
  /packages/apps/InCallUI/src/com/android/incallui/service/
PhoneNumberService.java 17 package com.android.incallui.service;
  /packages/apps/Mms/apptests/
AndroidManifest.xml 22 that the new SendIntent works because the app will crash because no service
  /packages/apps/Mms/tests/src/com/android/mms/util/
SendIntentTests.java 44 Log.d("SendIntentTests", "Started service for intent: " + intent);
  /packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java 75 Intent updateIntent = new Intent(this, Service.class);
102 Intent updateIntent = new Intent(context, Service.class);
108 public static class Service extends IntentService {
112 public Service() {
  /packages/apps/UnifiedEmail/
AndroidManifest.xml 164 <service android:name=".compose.EmptyService"/>
177 <service android:name=".widget.WidgetService"
180 <service android:name=".MailLogService"/>
181 <service android:name=".browse.EmlTempFileDeletionService" />
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleTemplatePicker.java 25 import com.android.videoeditor.service.MovieOverlay;
OverlayType.java 21 import com.android.videoeditor.service.MovieOverlay;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayoutListener.java 19 import com.android.videoeditor.service.MovieMediaItem;
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 20 import android.service.dreams.Dream;
  /packages/experimental/ExampleImsFramework/
AndroidManifest.xml 40 <service android:name="ImsFrameworkService" android:exported="false" />
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PackageIntentReceiver.java 49 // Forward the intent to the cleanup service for handling the event.
VoicemailCleanupService.java 29 * A service that cleans up voicemail related data for packages that are uninstalled.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_rmt.h 33 * the portmapper remote-call-service.
svc_auth.h 33 * svc_auth.h, Service side of rpc authentication.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
pmap_rmt.h 33 * the portmapper remote-call-service.
svc_auth.h 33 * svc_auth.h, Service side of rpc authentication.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification

Completed in 3072 milliseconds

<<101102103104105106107108109110>>