Searched refs:service (Results 51 - 75 of 184) sorted by relevance

12345678

/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java64 import com.android.emailcommon.service.AccountServiceProxy;
65 import com.android.emailcommon.service.EmailServiceProxy;
66 import com.android.emailcommon.service.EmailServiceStatus;
67 import com.android.emailcommon.service.IEmailService;
68 import com.android.emailcommon.service.IEmailServiceCallback;
69 import com.android.emailcommon.service.PolicyServiceProxy;
70 import com.android.emailcommon.service.SearchParams;
181 // We synchronize on this for all actions affecting the service and error maps
583 EasSyncService service = new EasSyncService(exchangeService, mailbox);
584 ContactsSyncAdapter adapter = new ContactsSyncAdapter(service);
1591 startServiceThread(AbstractSyncService service, Mailbox m) argument
[all...]
H A DSecurityPolicyDelegate.java21 import com.android.emailcommon.service.PolicyServiceProxy;
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java23 import android.service.wallpaper.IWallpaperConnection;
24 import android.service.wallpaper.IWallpaperService;
25 import android.service.wallpaper.IWallpaperEngine;
26 import android.service.wallpaper.WallpaperSettingsActivity;
260 public void onServiceConnected(ComponentName name, IBinder service) { argument
262 mService = IWallpaperService.Stub.asInterface(service);
279 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DGalParser.java32 public GalParser(InputStream in, EasSyncService service) throws IOException { argument
34 mService = service;
H A DSearch.java30 import com.android.emailcommon.service.EmailServiceStatus;
31 import com.android.emailcommon.service.SearchParams;
144 private SearchParser(InputStream in, EasSyncService service, String query) argument
147 mService = service;
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
H A DGoogleLoginServiceBlockingHelper.java63 * Whether the Google login service we've bound to is the
64 * Google-provided service. This will be set after we get a callback on the
65 * service connection, so the value is only valid if
75 * @throws GoogleLoginServiceNotFoundException if the Google login service cannot be found.
95 public void onServiceConnected(ComponentName className, IBinder service) {
100 * Verify that the service we just connected to is
107 mGoogleLoginService = IGoogleLoginService.Stub.asInterface(service);
175 * @throws GoogleLoginServiceNotFoundException if the Google login service cannot be found.
209 * Gets the login service via getLoginService, which may block, and then
216 * @throws GoogleLoginServiceNotFoundException if the Google login service canno
[all...]
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldWallpaper.java8 import android.service.wallpaper.WallpaperService;
9 import android.service.wallpaper.WallpaperService.Engine;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DLegacyPolicySet.java16 package com.android.emailcommon.service;
H A DAccountServiceProxy.java17 package com.android.emailcommon.service;
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java17 package com.android.email.service;
44 import com.android.emailcommon.service.EmailServiceProxy;
45 import com.android.emailcommon.service.EmailServiceStatus;
46 import com.android.emailcommon.service.IEmailServiceCallback;
152 * stalled, as determined by the timing of the most recent service callback
413 // If our service instance is gone, just leave...
702 // TODO: We should have some more data-driven way of determining the service intent.
745 * Ask the service for the number of items in the download queue
749 AttachmentDownloadService service = sRunningService;
750 if (service !
[all...]
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)
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMockFolder.java19 import com.android.emailcommon.service.SearchParams;
/packages/apps/Exchange/src/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/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainServiceTest.java49 @Override public void onServiceConnected(ComponentName name, IBinder service) {
51 mSupport = IKeyChainServiceTestSupport.Stub.asInterface(service);
64 @Override public void onServiceConnected(ComponentName name, IBinder service) {
66 mService = IKeyChainService.Stub.asInterface(service);
194 Log.d(TAG, "test_KeyChainService bind service");
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java73 // Processes that are hosting a service we are interested in, organized
75 // service restarts, and during a restart there will still be a process
80 // Processes that are hosting a service we are interested in, organized
90 // there is no service running in them.
333 // service info.
354 ActivityManager.RunningServiceInfo service) {
358 ServiceItem si = mServices.get(service.service);
362 si.mRunningService = service;
364 si.mServiceInfo = pm.getServiceInfo(service
353 updateService(Context context, ActivityManager.RunningServiceInfo service) argument
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DOverlayTitleTemplatePicker.java25 import com.android.videoeditor.service.MovieOverlay;
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DIntentPool.java17 package com.android.videoeditor.service;
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadManagerFunctionalTest.java87 * Context passed to the provider and the service. Allows most methods to pass through to the
137 public ComponentName startService(Intent service) { argument
138 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) {
140 return service.getComponent();
142 throw new UnsupportedOperationException("Unexpected service: " + service);
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java122 IMountService service = getMountService();
124 return service.decryptStorage(params[0]);
161 IMountService service = getMountService();
164 int state = service.getEncryptionState();
493 IBinder service = ServiceManager.getService("mount");
494 if (service != null) {
495 return IMountService.Stub.asInterface(service);
583 Log.e(TAG, "Error calling ITelephony service: " + e);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java89 public static void init(LatinIME service) { argument
90 SubtypeLocale.init(service);
91 sInstance.initialize(service);
99 private void initialize(LatinIME service) { argument
100 mService = service;
101 mResources = service.getResources();
103 mConnectivityManager = (ConnectivityManager) service.getSystemService(
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DFolderSyncParserTests.java24 import com.android.emailcommon.service.SyncWindow;
47 EasSyncService service = getTestService();
48 EmailSyncAdapter adapter = new EmailSyncAdapter(service);
132 EasSyncService service = getTestService();
133 EmailSyncAdapter adapter = new EmailSyncAdapter(service);
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java124 VCardService service = ((VCardService.MyBinder) binder).getService();
128 service.handleCancelRequest(request, null);
/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/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DOverlayView.java19 import com.android.videoeditor.service.MovieMediaItem;
20 import com.android.videoeditor.service.MovieOverlay;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
H A DFolder.java19 import com.android.emailcommon.service.SearchParams;

Completed in 626 milliseconds

12345678