Searched refs:service (Results 1 - 25 of 428) 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/Car/libs/car-radio-service/src/com/android/car/radio/service/
H A DRadioRds.aidl16 package com.android.car.radio.service;
H A DRadioStation.aidl16 package com.android.car.radio.service;
H A DIRadioCallback.aidl16 package com.android.car.radio.service;
18 import com.android.car.radio.service.RadioStation;
19 import com.android.car.radio.service.RadioRds;
/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;
/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/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.java37 * Provides Bluetooth Headset and Handsfree profile, as a service in
115 * Handlers for incoming service calls
142 HeadsetService service = getService();
143 if (service == null) return false;
144 return service.connect(device);
148 HeadsetService service = getService();
149 if (service == null) return false;
151 return service.disconnect(device);
155 HeadsetService service = getService();
156 if (service
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java41 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application.
149 Log.d(TAG, "getA2dpService(): service is NULL");
151 Log.d(TAG,"getA2dpService(): service is not available");
164 Log.d(TAG, "setA2dpService(): service not available");
166 Log.d(TAG,"setA2dpService(): service is cleaning up");
365 A2dpService service = getService();
366 if (service == null) return false;
367 return service.connect(device);
371 A2dpService service = getService();
372 if (service
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java18 * Defines the native inteface that is used by state machine/service to either or receive messages
73 HeadsetClientService service = HeadsetClientService.getHeadsetClientService();
74 if (service != null) {
75 service.messageFromNative(event);
77 Log.w(TAG, "Ignoring message because service not available: " + event);
88 HeadsetClientService service = HeadsetClientService.getHeadsetClientService();
89 if (service != null) {
90 service.messageFromNative(event);
92 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " + event);
108 HeadsetClientService service
[all...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DCardEmulationManager.java212 // A payment service may have been removed, leaving only one;
216 for (ApduServiceInfo service : services) {
217 if (service.hasCategory(CardEmulation.CATEGORY_PAYMENT)) {
219 lastFoundPaymentService = service.getComponent();
223 // More than one service left, leave default unset
224 if (DBG) Log.d(TAG, "No default set, more than one service left.");
226 // Make single found payment service the default
227 if (DBG) Log.d(TAG, "No default set, making single service default.");
232 if (DBG) Log.d(TAG, "No default set, last payment service removed.");
248 ComponentName service
259 setDefaultServiceForCategoryChecked(int userId, ComponentName service, String category) argument
278 isServiceRegistered(int userId, ComponentName service) argument
292 isNfcFServiceInstalled(int userId, ComponentName service) argument
321 isDefaultServiceForCategory(int userId, ComponentName service, String category) argument
334 isDefaultServiceForAid(int userId, ComponentName service, String aid) argument
345 setDefaultServiceForCategory(int userId, ComponentName service, String category) argument
356 setDefaultForNextTap(int userId, ComponentName service) argument
367 registerAidGroupForService(int userId, ComponentName service, AidGroup aidGroup) argument
379 getAidGroupForService(int userId, ComponentName service, String category) argument
391 removeAidGroupForService(int userId, ComponentName service, String category) argument
411 setPreferredService(ComponentName service) argument
441 getSystemCodeForService(int userId, ComponentName service) argument
453 registerSystemCodeForService(int userId, ComponentName service, String systemCode) argument
466 removeSystemCodeForService(int userId, ComponentName service) argument
478 getNfcid2ForService(int userId, ComponentName service) argument
490 setNfcid2ForService(int userId, ComponentName service, String nfcid2) argument
502 enableNfcFForegroundService(ComponentName service) argument
536 onPreferredPaymentServiceChanged(ComponentName service) argument
542 onPreferredForegroundServiceChanged(ComponentName service) argument
548 onEnabledForegroundNfcFServiceChanged(ComponentName service) argument
[all...]

Completed in 1287 milliseconds

1234567891011>>