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

1234567891011>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerSessionFactory.java19 import android.service.textservice.SpellCheckerService.Session;
22 public static Session newInstance(AndroidSpellCheckerService service) { argument
23 return new AndroidSpellCheckerSession(service);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DHostAuthCompat.aidl16 package com.android.emailcommon.service;
H A DSearchParams.aidl16 package com.android.emailcommon.service;
H A DEmailServiceVersion.java16 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 DIAccountService.aidl17 package com.android.emailcommon.service;
H A DIEmailServiceCallback.aidl18 package com.android.emailcommon.service;
H A DIEmailService.aidl18 package com.android.emailcommon.service;
20 import com.android.emailcommon.service.HostAuthCompat;
21 import com.android.emailcommon.service.IEmailServiceCallback;
22 import com.android.emailcommon.service.SearchParams;
43 // Notify the service that the push configuration has changed for an account.
60 // trigger the service to reload the flags.
/packages/apps/Email/provider_src/com/android/email/service/
H A DEasAuthenticatorService.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DEasAuthenticatorServiceAlternate.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DImapAuthenticatorService.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DLegacyEasAuthenticatorService.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DLegacyEmailAuthenticatorService.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DLegacyImapAuthenticatorService.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DLegacyImapSyncAdapterService.java17 package com.android.email.service;
H A DPop3AuthenticatorService.java17 package com.android.email.service;
20 * This service needs to be declared separately from the base service
H A DPop3SyncAdapterService.java17 package com.android.email.service;
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java37 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application.
101 Log.d(TAG, "getA2dpService(): service is NULL");
103 Log.d(TAG,"getA2dpService(): service is not available");
116 Log.d(TAG, "setA2dpService(): service not available");
118 Log.d(TAG,"setA2dpService(): service is cleaning up");
250 A2dpService service = getService();
251 if (service == null) return false;
252 return service.connect(device);
256 A2dpService service = getService();
257 if (service
[all...]
H A DA2dpSinkService.java31 * Provides Bluetooth A2DP Sink profile, as a service in the Bluetooth application.
77 Log.d(TAG, "getA2dpSinkService(): service is NULL");
79 Log.d(TAG,"getA2dpSinkService(): service is not available");
92 Log.d(TAG, "setA2dpSinkService(): service not available");
94 Log.d(TAG,"setA2dpSinkService(): service is cleaning up");
178 A2dpSinkService service = getService();
179 if (service == null) return false;
180 return service.connect(device);
184 A2dpSinkService service = getService();
185 if (service
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java40 * Provides Bluetooth Headset Client (HF Role) profile, as a service in the
119 * Handlers for incoming service calls
149 HeadsetClientService service = getService();
150 if (service == null) {
153 return service.connect(device);
158 HeadsetClientService service = getService();
159 if (service == null) {
162 return service.disconnect(device);
167 HeadsetClientService service = getService();
168 if (service
[all...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
H A DGattServiceTest.java16 GattService service = new GattService();
17 long timestampNanos = service.parseTimestampNanos(new byte[] {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java41 * Provides Bluetooth Headset and Handsfree profile, as a service in
118 * Handlers for incoming service calls
144 HeadsetService service = getService();
145 if (service == null) return false;
146 return service.connect(device);
150 HeadsetService service = getService();
151 if (service == null) return false;
153 return service.disconnect(device);
157 HeadsetService service = getService();
158 if (service
[all...]
/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
267 isDefaultServiceForCategory(int userId, ComponentName service, String category) argument
280 isDefaultServiceForAid(int userId, ComponentName service, String aid) argument
291 setDefaultServiceForCategory(int userId, ComponentName service, String category) argument
302 setDefaultForNextTap(int userId, ComponentName service) argument
313 registerAidGroupForService(int userId, ComponentName service, AidGroup aidGroup) argument
325 getAidGroupForService(int userId, ComponentName service, String category) argument
337 removeAidGroupForService(int userId, ComponentName service, String category) argument
357 setPreferredService(ComponentName service) argument
383 onPreferredPaymentServiceChanged(ComponentName service) argument
389 onPreferredForegroundServiceChanged(ComponentName service) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java347 debugLog("Skip GATT service - already started before");
371 debugLog("Skip GATT service - already started before");
445 //Start Gatt service
645 + " service " + serviceName
651 + " service " + serviceName);
688 + " service " + serviceName
695 + " service " + serviceName);
710 * Handlers for incoming service calls
721 * service...Please refer to android.os.Binder for further details on
744 AdapterService service
[all...]

Completed in 373 milliseconds

1234567891011>>