Searched refs:Service (Results 1 - 25 of 75) sorted by relevance

123

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DEmptyService.java19 import android.app.Service;
24 * Background {@link Service} that is used to keep our process alive long enough
28 public class EmptyService extends Service {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DEmptyService.java18 import android.app.Service;
23 * Background {@link Service} that is used to keep our process alive long enough
27 public class EmptyService extends Service {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DMockSyncAdapter.java19 import android.app.Service;
26 public class MockSyncAdapter extends Service {
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
H A DTestSyncService.java18 import android.app.Service;
22 public abstract class TestSyncService extends Service {
H A DTestAuthenticationService.java19 import android.app.Service;
24 public abstract class TestAuthenticationService extends Service {
30 Log.v(TestauthConstants.LOG_TAG, this + " Service started.");
36 Log.v(TestauthConstants.LOG_TAG, this + " Service stopped.");
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DBatchService.java19 import android.app.Service;
26 public class BatchService extends Service {
/packages/apps/Phone/src/com/android/phone/
H A DTelephonyDebugService.java20 import android.app.Service;
31 public class TelephonyDebugService extends Service {
H A DNetworkQueryService.java19 import android.app.Service;
36 * Service code used to assist in querying the network for service
39 public class NetworkQueryService extends Service {
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
H A DImsFrameworkService.java19 import android.app.Service;
33 public class ImsFrameworkService extends Service {
39 Log.d(TAG, "Service starting for intent " + action);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DConstants.java19 import android.app.Service;
23 * Background {@link Service} that is used to keep our process alive long enough
/packages/apps/Contacts/src/com/android/contacts/
H A DViewNotificationService.java19 import android.app.Service;
31 * Service that sends out a view notification for a contact. At the moment, this is only
34 public class ViewNotificationService extends Service {
/packages/apps/Email/src/com/android/email/service/
H A DPolicyService.java23 import android.app.Service;
28 public class PolicyService extends Service {
H A DEasTestAuthenticatorService.java24 import android.app.Service;
36 public class EasTestAuthenticatorService extends Service {
H A DEmailServiceUtils.java19 import android.app.Service;
85 public static class NullEmailService extends Service implements IEmailService {
H A DPopImapSyncAdapterService.java21 import android.app.Service;
38 public class PopImapSyncAdapterService extends Service {
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsReceiver.java20 import android.app.Service;
28 * Handle incoming SMSes. Just dispatches the work off to a Service.
89 public static void finishStartingService(Service service, int startId) {
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
H A DServiceBase.java19 import android.app.Service;
34 public class ServiceBase extends Service {
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxyView.java10 import android.app.Service;
34 .getSystemService(Service.WINDOW_SERVICE))
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
H A DKeyChainServiceTestSupport.java19 import android.app.Service;
27 public class KeyChainServiceTestSupport extends Service {
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DMiscService.java19 import android.app.Service;
32 public class MiscService extends Service {
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java23 import android.app.Service;
33 public abstract class ProfileService extends Service {
47 private static final int PROFILE_SERVICE_MODE=Service.START_NOT_STICKY;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryService.java21 import android.app.Service;
35 * Service that handles background tasks for the dictionary provider.
51 public final class DictionaryService extends Service {
167 return Service.START_REDELIVER_INTENT;
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertReminder.java21 import android.app.Service;
38 public class CellBroadcastAlertReminder extends Service {
139 loge("can't get Alarm Service");
/packages/apps/Email/src/com/android/email/provider/
H A DWidgetProvider.java19 import android.app.Service;
113 return Service.START_NOT_STICKY;
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEmailSyncAdapterService.java26 import android.app.Service;
38 public class EmailSyncAdapterService extends Service {

Completed in 3552 milliseconds

123