Searched defs:service (Results 101 - 125 of 144) sorted by relevance

123456

/packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/impl/
H A DDmtPluginManager.java64 public synchronized void onServiceConnected(ComponentName className, IBinder service) { argument
66 logd("Class:" + className + " service:" + service);
68 mPluginConnection = IDmtPlugin.Stub.asInterface(service);
79 logd("Plug-in service disconnected. className:" + className);
243 * @param serverID service ID.
642 loge("bindPluginService: Unable to get service " + mUid, e);
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java145 // way: the one that has the longest running service, accounts for at least
179 Service service = subProcServices.get(iss);
180 if (service.mDuration > thisRunTime) {
182 + subProcs.get(i).mPackage + " service " + service.mName
183 + " run time is " + service.mDuration);
184 thisRunTime = service.mDuration;
318 public Service(ProcessStats.ServiceState service) { argument
319 mPackage = service.mPackage;
320 mName = service
[all...]
/packages/apps/Settings/src/com/android/settings/location/
H A DSettingsInjector.java124 Log.w(TAG, "Unable to load service info " + resolveInfo);
129 Log.w(TAG, "Unable to load service info " + resolveInfo, e);
131 Log.w(TAG, "Unable to load service info " + resolveInfo, e);
147 private static InjectedSetting parseServiceInfo(ResolveInfo service, PackageManager pm) argument
150 ServiceInfo si = service.serviceInfo;
156 + service);
166 + " meta-data for " + service + ": " + si);
423 * Starts the service to fetch for the current status for the setting, and updates the
424 * preference when the service replies.
454 // Start the service, makin
[all...]
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java81 public void onServiceConnected(ComponentName name, IBinder service) {
82 mServiceStub = IService.Stub.asInterface(service);
447 Log.v(TAG, "No service stub.");
453 if (mTraceName != null) mServiceStub.startTracing(mTraceName + ".service");
476 private float pingServiceLoop(String service) { argument
477 IBinder binder = ServiceManager.getService(service);
479 Log.e(TAG, "Service missing: " + service);
487 Log.e(TAG, "Error pinging service: " + service);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidWordLevelSpellCheckerSession.java23 import android.service.textservice.SpellCheckerService.Session;
104 AndroidWordLevelSpellCheckerSession(final AndroidSpellCheckerService service) { argument
105 mService = service;
106 final ContentResolver cres = service.getContentResolver();
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadProviderFunctionalTest.java93 * Context passed to the provider and the service. Allows most methods to pass through to the
135 public ComponentName startService(Intent service) { argument
136 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) {
138 return service.getComponent();
140 throw new UnsupportedOperationException("Unexpected service: " + service);
/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java17 package com.android.mms.service;
19 import com.android.mms.service.exception.ApnException;
20 import com.android.mms.service.exception.MmsHttpException;
21 import com.android.mms.service.exception.MmsNetworkException;
220 * @param netMgr The {@link com.android.mms.service.MmsNetworkManager}
H A DMmsService.java17 package com.android.mms.service;
71 * System service to process MMS API requests
84 // Maximum size of MMS service supports - used on occassions when MMS messages are processed
120 throw new SecurityException("Only system can call this service");
/packages/services/Mms/src/com/android/mms/service/http/
H A DNetworkAwareHttpClient.java17 package com.android.mms.service.http;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java41 // TODO: Needed for move to system service: import com.android.internal.R;
52 * Binds to {@link IInCallService} and provides the service to {@link CallsManager} through which it
63 @Override public void onServiceConnected(ComponentName name, IBinder service) { argument
65 onConnected(name, service);
177 // TODO: Wait for all messages to be delivered to the service before unbinding.
317 * @param componentName The service {@link ComponentName}.
318 * @param service The {@link IInCallService} implementation.
320 private void onConnected(ComponentName componentName, IBinder service) { argument
325 IInCallService inCallService = IInCallService.Stub.asInterface(service);
336 // Upon successful connection, send the state of the world to the service
[all...]
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java24 import android.service.wallpaper.IWallpaperConnection;
25 import android.service.wallpaper.IWallpaperService;
26 import android.service.wallpaper.IWallpaperEngine;
27 import android.service.wallpaper.WallpaperSettingsActivity;
265 public void onServiceConnected(ComponentName name, IBinder service) { argument
267 mService = IWallpaperService.Stub.asInterface(service);
285 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentService.java17 package com.android.email.service;
43 import com.android.emailcommon.service.EmailServiceProxy;
44 import com.android.emailcommon.service.EmailServiceStatus;
45 import com.android.emailcommon.service.IEmailServiceCallback;
112 // This callback is invoked by the various service implementations to give us download progress
394 * stalled, as determined by the timing of the most recent service callback
431 // as it makes testing harder if we are trying to mock out the service
434 final AttachmentService service = AttachmentService.sRunningService;
435 if (service != null) {
436 // If our service instanc
462 watchdogAlarm(final AttachmentService service, final int callbackTimeout) argument
486 issueNextWatchdogAlarm(final AttachmentService service) argument
1004 startDownload(final EmailServiceProxy service, final DownloadRequest req) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java60 RemoteDevices(AdapterService service) { argument
62 mAdapterService = service;
H A DAdapterProperties.java74 public AdapterProperties(AdapterService service) { argument
75 mService = service;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java39 // HFP 1.6 CIND service
166 // When out of service, send signal strength as 0. Some devices don't
167 // use the service indicator, but only the signal indicator
290 HeadsetDeviceState(int service, int roam, int signal, int batteryCharge) { argument
291 mService = service;
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java119 // Our alert service does not currently allow us to specify only one
138 // Our alert service does not currently allow us to specify only one
170 * Start the service to process the current event notifications, acquiring
171 * the wake lock before returning to ensure that the service will run.
188 * Called back by the service when it has finished processing notifications,
189 * releasing the wake lock if the service is now stopping.
191 public static void finishStartingService(Service service, int startId) { argument
194 if (service.stopSelfResult(startId)) {
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasServerConnection.java17 package com.android.exchange.service;
35 import com.android.emailcommon.service.AccountServiceProxy;
/packages/apps/Music/src/com/android/music/
H A DQueryBrowserActivity.java85 // defer the real work until we're bound to the service
89 public void onServiceConnected(ComponentName name, IBinder service) { argument
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostEmulationManager.java76 // Variables below are for a non-payment service,
82 // Variables below are for a payment service,
89 // mActiveService denotes the service interface
91 // comes in that may be resolved to a different service.
108 public void onPreferredPaymentServiceChanged(ComponentName service) { argument
110 if (service != null) {
111 bindPaymentServiceLocked(ActivityManager.getCurrentUser(), service);
118 public void onPreferredForegroundServiceChanged(ComponentName service) { argument
120 if (service != null) {
121 bindServiceIfNeededLocked(service);
285 bindServiceIfNeededLocked(ComponentName service) argument
306 sendDataToServiceLocked(Messenger service, byte[] data) argument
348 bindPaymentServiceLocked(int userId, ComponentName service) argument
369 launchTapAgain(ApduServiceInfo service, String category) argument
[all...]
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMAlert.java17 package com.android.omadm.service;
H A DDMClientService.java17 package com.android.omadm.service;
52 * This is the OMA DM client service as an IntentService.
97 // Class for clients to access. Because we know this service always runs
H A DDMHelper.java17 package com.android.omadm.service;
37 = "/data/data/com.android.omadm.service/shared_prefs/dmpostponed.dat";
40 = "/data/data/com.android.omadm.service/shared_prefs/fotaapnprefs.xml";
61 // time to check status after starting DM service; try to restart if service will die (in seconds)
67 // time to check status after starting call and data monitoring service; try to restart if service will die (in seconds)
371 logd("Disabling com.android.omadm.service for secondary user");
372 pm.setApplicationEnabledSetting("com.android.omadm.service",
H A DDMResult.java17 package com.android.omadm.service;
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DWidgetService.java227 public MailFactory(Context context, Intent intent, WidgetService service) { argument
262 mService = service;
349 // This will happen when the service is not running, and
351 // 2) The service is running, with a previously created loader. The loader is watching
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp686 jint service, jint num_active, jint num_held, jint call_state,
700 if ( (status = sBluetoothHfpInterface->cind_response(service, num_active, num_held,
685 cindResponseNative(JNIEnv *env, jobject object, jint service, jint num_active, jint num_held, jint call_state, jint signal, jint roam, jint battery_charge, jbyteArray address) argument

Completed in 1000 milliseconds

123456