Searched defs:service (Results 1 - 25 of 86) sorted by relevance

1234

/packages/apps/Email/src/com/android/email/service/
H A DEasAuthenticatorServiceAlternate.java17 package com.android.email.service;
23 * independently disable/enable each service we need to give it a different class name.
H A DAccountService.java17 package com.android.email.service;
35 import com.android.emailcommon.service.IAccountService;
106 // Make sure the service is properly running (re: lifecycle)
H A DEmailBroadcastReceiver.java17 package com.android.email.service;
H A DPolicyService.java17 package com.android.email.service;
21 import com.android.emailcommon.service.IPolicyService;
69 // When we bind this service, save the context and SecurityPolicy singleton
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceUnavailableException.java17 package com.android.emailcommon.service;
20 * An Exception thrown when a service proxy requires a result and there's a remote exception; this
H A DEmailServiceConstants.java17 package com.android.emailcommon.service;
H A DSyncWindow.java17 package com.android.emailcommon.service;
H A DEmailServiceStatus.java18 package com.android.emailcommon.service;
21 * Definitions of service status codes returned to IEmailServiceCallback's status method
/packages/apps/Email/tests/src/com/android/emailcommon/service/
H A DSearchParamsTests.java17 package com.android.emailcommon.service;
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DMeetingResponseParser.java29 public MeetingResponseParser(InputStream in, EasSyncService service) throws IOException { argument
31 mService = service;
H A DAccountSyncAdapter.java10 public AccountSyncAdapter(EasSyncService service) { argument
11 super(service);
H A DGalParser.java32 public GalParser(InputStream in, EasSyncService service) throws IOException { argument
34 mService = service;
H A DPingParser.java47 public PingParser(InputStream in, EasSyncService service) throws IOException { argument
49 mService = service;
H A DSettingsParser.java33 public SettingsParser(InputStream in, EasSyncService service) throws IOException { argument
35 mService = service;
/packages/apps/Exchange/src/com/android/exchange/service/
H A DExchangeBroadcastReceiver.java17 package com.android.exchange.service;
H A DExchangeBroadcastProcessorService.java17 package com.android.exchange.service;
30 * The service that really handles broadcast intents on a worker thread.
32 * We make it a service, because:
/packages/apps/Email/tests/src/com/android/email/service/
H A DEmailBroadcastProcessorServiceTests.java17 package com.android.email.service;
36 * runtest -c com.android.email.service.EmailBroadcastProcessorServiceTests email
H A DMailServiceTests.java17 package com.android.email.service;
32 import com.android.email.service.MailService.AccountSyncReport;
45 * runtest -c com.android.email.service.MailServiceTests email
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DIntentPool.java17 package com.android.videoeditor.service;
/packages/experimental/RpcPerformance/
H A Drpcperftest.cpp42 fprintf(stderr, "usage: rpcperftest service-to-test | :service-to-serve\n");
48 fprintf(stderr, "error: can't get default service manager\n");
56 fprintf(stderr, "error: can't register service: %s\n", argv[1] + 1);
62 fprintf(stderr, "error: can't run service\n");
66 sp<IBinder> service = sm->checkService(String16(argv[1])); local
67 if (service == NULL) {
68 fprintf(stderr, "error: can't find service: %s\n", argv[1]);
73 status_t status = service->pingBinder();
83 status_t status = service
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryPackInstallBroadcastReceiver.java39 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) { argument
40 mService = service;
/packages/apps/Contacts/src/com/android/contacts/test/
H A DInjectedServices.java30 * with this class to see if a particular service has been overridden.
57 public void setSystemService(String name, Object service) { argument
62 mSystemServices.put(name, service);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsReceiver.java69 * Start the service to process the current event notifications, acquiring
70 * the wake lock before returning to ensure that the service will run.
87 * Called back by the service when it has finished processing notifications,
88 * releasing the wake lock if the service is now stopping.
90 public static void finishStartingService(Service service, int startId) { argument
93 if (service.stopSelfResult(startId)) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDockEventReceiver.java118 * Start the service to process the current event notifications, acquiring
119 * the wake lock before returning to ensure that the service will run.
138 * Called back by the service when it has finished processing notifications,
139 * releasing the wake lock if the service is now stopping.
141 public static void finishStartingService(Service service, int startId) { argument
145 if (service.stopSelfResult(startId)) {
146 Log.d(TAG, "finishStartingService: stopping service");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DDictionaryPool.java33 public DictionaryPool(final int maxSize, final AndroidSpellCheckerService service, argument
37 mService = service;

Completed in 379 milliseconds

1234