Searched refs:service (Results 1 - 25 of 184) sorted by relevance

12345678

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DSearchParams.aidl16 package com.android.emailcommon.service;
H A DEmailServiceConstants.java17 package 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 DSyncWindow.java17 package com.android.emailcommon.service;
H A DIAccountService.aidl17 package com.android.emailcommon.service;
H A DIEmailServiceCallback.aidl18 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
H A DIEmailService.aidl18 package com.android.emailcommon.service;
21 import com.android.emailcommon.service.IEmailServiceCallback;
22 import com.android.emailcommon.service.SearchParams;
H A DIPolicyService.aidl16 package com.android.emailcommon.service;
/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 DEmailBroadcastReceiver.java17 package com.android.email.service;
/packages/experimental/UiAutomation/
H A DAndroid.mk19 # Build service apk
23 LOCAL_SRC_FILES := $(call all-java-files-under, service/src)
25 service/src/com/android/testing/uiautomation/Provider.aidl
26 LOCAL_MANIFEST_FILE := service/AndroidManifest.xml
27 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/service/res
38 service/src/com/android/testing/uiautomation/Provider.aidl
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/
H A DIGoogleLoginService.aidl24 * Central application service used by Google apps to acquire login
29 * around the sequence of binding to the service and then
44 * return an authentication token for the desired service.
69 * Retrieves the credentials for a given account and service
71 * account/service.
74 * where we have no auth token for the specified service but we do
86 * The account and service parameters are the same as in
89 * @return An authentication token for the desired username/service,
91 * cached auth token for that username/service.
93 String peekCredentials(String username, String service);
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAccountSyncAdapter.java10 public AccountSyncAdapter(EasSyncService service) { argument
11 super(service);
H A DMeetingResponseParser.java29 public MeetingResponseParser(InputStream in, EasSyncService service) throws IOException { argument
31 mService = service;
H A DSettingsParser.java33 public SettingsParser(InputStream in, EasSyncService service) throws IOException { argument
35 mService = service;
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DSyncAdapterTestCase.java86 EasSyncService service = new EasSyncService();
87 service.mContext = mContext;
88 service.mMailbox = mailbox;
89 service.mAccount = account;
90 service.mContentResolver = mContext.getContentResolver();
91 return service;
95 EasSyncService service = getTestService();
99 return c.newInstance(service);
/packages/apps/Exchange/src/com/android/exchange/service/
H A DExchangeBroadcastReceiver.java17 package com.android.exchange.service;
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DMediaItemUtils.java19 import com.android.videoeditor.service.MovieMediaItem;
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaLinearLayoutListener.java19 import com.android.videoeditor.service.MovieMediaItem;
/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/Email/src/com/android/email/mail/store/
H A DExchangeStore.java22 import com.android.email.service.EmailServiceUtils;
25 import com.android.emailcommon.service.IEmailService;
28 * Our Exchange service does not use the sender/store model.
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
H A DGoogleLoginServiceConstants.java68 * service can not be found.
74 * Google login service fails.
88 return "The Google login service cannot be found.";
91 return "The Google login service cannot be verified.";
107 * in to the 'youtube' service.
112 * The name of the Google login service.
117 * The package name of the Google login service.
122 * The fully qualified name of the Google login service (package + name).
146 * Prefix for service features, combine with the service nam
164 featureForService(String service) argument
[all...]
/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;
/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...]

Completed in 338 milliseconds

12345678