Searched defs:service (Results 76 - 100 of 144) sorted by relevance

123456

/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMSession.java17 package com.android.omadm.service;
H A DDMAlertActivity.java17 package com.android.omadm.service;
H A DDMConfigureDB.java17 package com.android.omadm.service;
64 IBinder service) {
67 // this gets an instance of the IRemoteInterface, which we can use to call on the service
68 mPluginConnection = IDmtPlugin.Stub.asInterface(service);
H A DDMHttpConnector.java17 package com.android.omadm.service;
H A DDMIntent.java17 package com.android.omadm.service;
21 String LAUNCH_INTENT = "com.android.omadm.service.Launch";
23 String DM_SERVICE_RESULT_INTENT = "com.android.omadm.service.Result";
25 String SHOW_PKG0_ALERT_DLG = "com.android.omadm.service.pkg0_alert_dlg";
27 String SHOW_PKG0_INFO_DLG = "com.android.omadm.service.pkg0_info_dlg";
29 String SHOW_UPDATE_CANCEL_DLG = "com.android.omadm.service.update_cancel_dlg";
31 String SHOW_PKG0_ALERT_DLG_CLOSE = "com.android.omadm.service.pkg0_alert_dlg_close";
33 String SHOW_DISPLAY_ALERT_DLG = "com.android.omadm.service.display_alert_dlg";
35 String SHOW_CONFIRM_ALERT_DLG = "com.android.omadm.service.confirm_alert_dlg";
37 String SHOW_TEXTINPUT_ALERT_DLG = "com.android.omadm.service
[all...]
H A DDMIntentReceiver.java17 package com.android.omadm.service;
64 = "com.android.omadm.service.notify_result_to_server";
67 = "com.android.omadm.service.start_up";
158 // create intent and start DM service
197 logd("handleClientInitiatedFotaIntent, start apn monitoring service"
256 Intent intentConnmoInit = new Intent("com.android.omadm.service.wait_timer_alert");
274 // Check if DM tree already has been generated. Start service to generate tree
277 logd("Boot completed: there is no DM Tree. Start service to generate tree.");
356 // approved by user: try to start session or data/call monitoring service
360 // approved by user: try to start session or data/call monitoring service pendin
[all...]
H A DNativeDM.java17 package com.android.omadm.service;
/packages/apps/Settings/src/com/android/settings/voice/
H A DVoiceInputHelper.java29 import android.service.voice.VoiceInteractionService;
30 import android.service.voice.VoiceInteractionServiceInfo;
52 public final ServiceInfo service; field in class:VoiceInputHelper.BaseInfo
61 service = _service;
187 if (!"recognition-service".equals(nodeName)) {
189 "Meta-data does not start with recognition-service tag");
198 Log.e(TAG, "error parsing recognition service meta-data", e);
200 Log.e(TAG, "error parsing recognition service meta-data", e);
202 Log.e(TAG, "error parsing recognition service meta-data", e);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/service/
H A DSearchParams.java17 package com.android.emailcommon.service;
/packages/services/Mms/src/com/android/mms/service/
H A DApnSettings.java17 package com.android.mms.service;
20 import com.android.mms.service.exception.ApnException;
H A DDownloadRequest.java17 package com.android.mms.service;
27 import com.android.mms.service.exception.MmsHttpException;
H A DHttpUtils.java17 package com.android.mms.service;
19 import com.android.mms.service.exception.MmsHttpException;
20 import com.android.mms.service.http.NameResolver;
21 import com.android.mms.service.http.NetworkAwareHttpClient;
85 * @throws com.android.mms.service.exception.MmsHttpException if HTTP request gets error response (>=400)
H A DSendRequest.java17 package com.android.mms.service;
27 import com.android.mms.service.exception.MmsHttpException;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java26 // TODO: Needed for move to system service: import com.android.internal.R;
36 * - a connection service returns a newly created connection in which case the call is displayed
38 * - a connection service cancels the process, in which case the call is aborted
44 // The PhoneAccount describing the target connection service which we will
47 // The PhoneAccount which we will tell the target connection service to use
124 ConnectionServiceWrapper service = mCall.getConnectionService();
125 if (service != null) {
126 service.abort(mCall);
163 ConnectionServiceWrapper service =
166 if (service
290 Response(ConnectionServiceWrapper service) argument
[all...]
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java23 import android.service.wallpaper.IWallpaperConnection;
24 import android.service.wallpaper.IWallpaperService;
25 import android.service.wallpaper.IWallpaperEngine;
26 import android.service.wallpaper.WallpaperSettingsActivity;
180 public void onServiceConnected(ComponentName name, IBinder service) { argument
182 mService = IWallpaperService.Stub.asInterface(service);
199 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java86 private AdapterState(AdapterService service, AdapterProperties adapterProperties) { argument
91 mAdapterService = service;
96 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) { argument
98 AdapterState as = new AdapterState(service, adapterProperties);
139 //TODO: Handle case of service started and stopped without enable
H A DBondStateMachine.java69 private BondStateMachine(AdapterService service, argument
75 mAdapterService = service;
81 public static BondStateMachine make(AdapterService service, argument
84 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java17 package com.android.emailcommon.service;
36 * EmailService classes (e.g. EasService for EAS). It wraps the service connect/disconnect
105 * Request an attachment to be loaded; the service MUST give higher priority to
106 * non-background loading. The service MUST use the loadAttachmentStatus callback when
173 * success) include a HostAuth record sufficient to enable the service to validate the user's
202 * Request that the service reload the folder list for the specified account. The service
218 * Specify the debug flags selected by the user. The service SHOULD log debug information as
251 * Request the service to delete the account's PIM (personal information management) data. This
253 * service o
[all...]
H A DEmailServiceStatus.java18 package com.android.emailcommon.service;
25 * Definitions of service status codes returned to IEmailServiceCallback's status method.
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceStub.java16 package com.android.email.service;
31 import com.android.email.service.EmailServiceUtils.EmailServiceInfo;
54 import com.android.emailcommon.service.EmailServiceStatus;
55 import com.android.emailcommon.service.EmailServiceVersion;
56 import com.android.emailcommon.service.HostAuthCompat;
57 import com.android.emailcommon.service.IEmailService;
58 import com.android.emailcommon.service.IEmailServiceCallback;
59 import com.android.emailcommon.service.SearchParams;
H A DPop3Service.java17 package com.android.email.service;
51 import com.android.emailcommon.service.EmailServiceStatus;
52 import com.android.emailcommon.service.IEmailServiceCallback;
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java132 Log.e(TAG, "Default payment service unexpectedly removed.");
134 if (DBG) Log.d(TAG, "Default payment service had payment category removed");
138 for (ApduServiceInfo service : services) {
139 if (service.hasCategory(CardEmulation.CATEGORY_PAYMENT)) {
141 lastFoundPaymentService = service.getComponent();
152 if (DBG) Log.d(TAG, "Default removed, making remaining service default.");
167 if (DBG) Log.d(TAG, "Default payment service still ok.");
170 // A payment service may have been removed, leaving only one;
174 for (ApduServiceInfo service : services) {
175 if (service
217 setDefaultServiceForCategoryChecked(int userId, ComponentName service, String category) argument
236 isServiceRegistered(int userId, ComponentName service) argument
258 isDefaultServiceForCategory(int userId, ComponentName service, String category) argument
271 isDefaultServiceForAid(int userId, ComponentName service, String aid) argument
282 setDefaultServiceForCategory(int userId, ComponentName service, String category) argument
293 setDefaultForNextTap(int userId, ComponentName service) argument
304 registerAidGroupForService(int userId, ComponentName service, AidGroup aidGroup) argument
316 getAidGroupForService(int userId, ComponentName service, String category) argument
328 removeAidGroupForService(int userId, ComponentName service, String category) argument
348 setPreferredService(ComponentName service) argument
374 onPreferredPaymentServiceChanged(ComponentName service) argument
380 onPreferredForegroundServiceChanged(ComponentName service) argument
[all...]
H A DPreferredServices.java43 * service for a specific category
45 * preferred service was there), we need to temporarily
49 * preferred services as needed. It then passes this service
88 void onPreferredPaymentServiceChanged(ComponentName service); argument
89 void onPreferredForegroundServiceChanged(ComponentName service); argument
189 public boolean setDefaultForNextTap(ComponentName service) { argument
192 mNextTapDefault = service;
199 // If this service is the current foreground service, verify
203 // Check if the current foreground service i
223 isForegroundAllowedLocked(ComponentName service) argument
270 registerPreferredForegroundService(ComponentName service, int callingUid) argument
[all...]
H A DRegisteredAidCache.java58 // Represents a single AID registration of a service
60 ApduServiceInfo service; field in class:RegisteredAidCache.ServiceAidInfo
67 "service=" + service.getComponent() +
82 if (!service.equals(that.service)) return false;
89 int result = service.hashCode();
170 // default service.
195 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { argument
203 return service
558 onPreferredPaymentServiceChanged(ComponentName service) argument
566 onPreferredForegroundServiceChanged(ComponentName service) argument
[all...]
H A DRegisteredServicesCache.java173 for (ApduServiceInfo service : services) {
174 if (DEBUG) Log.d(TAG, service.toString());
179 for (ApduServiceInfo service : services) {
180 if (service.getComponent().equals(serviceName)) return true;
185 public boolean hasService(int userId, ComponentName service) { argument
186 return getService(userId, service) != null;
189 public ApduServiceInfo getService(int userId, ComponentName service) { argument
192 return userServices.services.get(service);
209 for (ApduServiceInfo service : userServices.services.values()) {
210 if (service
[all...]

Completed in 5162 milliseconds

123456