HomeSort by relevance Sort by last modified time
    Searched refs:services (Results 101 - 125 of 280) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/InCallUI/src/com/android/incallui/
CallHandlerService.java 25 import com.android.services.telephony.common.AudioMode;
26 import com.android.services.telephony.common.Call;
27 import com.android.services.telephony.common.ICallCommandService;
28 import com.android.services.telephony.common.ICallHandlerService;
CallerInfoUtils.java 8 import com.android.services.telephony.common.Call;
9 import com.android.services.telephony.common.CallIdentification;
  /development/apps/Development/src/com/android/development/
PackageSummary.java 165 LinearLayout services = (LinearLayout)findViewById(R.id.services); local
202 if (info.services != null) {
203 final int N = info.services.length;
205 ServiceInfo si = info.services[i];
209 services.addView(view, lp);
212 services.setVisibility(View.GONE);
  /frameworks/base/services/java/com/android/server/print/
UserState.java 235 // They are visible only to print services.
249 // They are visible only to print services.
265 // They are visible only to print services.
349 // If services have created session, just add the observer.
370 // No services - nothing to do.
387 // No services - nothing to do.
403 // No services - nothing to do.
419 // No services - nothing to do.
435 // No services - nothing to do.
498 // No services - nothing to do
929 List<RemotePrintService> services = new ArrayList<RemotePrintService>( local
984 List<RemotePrintService> services = new ArrayList<RemotePrintService>( local
1007 List<RemotePrintService> services = new ArrayList<RemotePrintService>( local
1129 List<RemotePrintService> services = new ArrayList<RemotePrintService>( local
1463 List<RemotePrintService> services = (List<RemotePrintService>) message.obj; local
1468 List<RemotePrintService> services = (List<RemotePrintService>) message.obj; local
1474 List<RemotePrintService> services = (List<RemotePrintService>) args.arg1; local
1481 List<RemotePrintService> services = (List<RemotePrintService>) message.obj; local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 172 if (resolveInfo == null || resolveInfo.services.size() == 0) {
199 for (ApduServiceInfo service : resolveInfo.services) {
207 // We have no default, and either one or more services.
213 launchResolver((ArrayList<ApduServiceInfo>)resolveInfo.services, null, category);
413 void launchResolver(ArrayList<ApduServiceInfo> services, ComponentName failedComponent,
417 intent.putParcelableArrayListExtra(AppChooserActivity.EXTRA_APDU_SERVICES, services);
532 if (resolveInfo.services.size() > 0) {
533 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); local
534 for (ApduServiceInfo service : resolveInfo.services) {
536 services.add(service)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 166 tBTA_SERVICE_MASK services; member in struct:__anon2816
177 tBTA_SERVICE_MASK services; member in struct:__anon2817
249 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
250 tBTA_SERVICE_MASK open_services; /* services specified in open API */
345 extern UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
365 extern void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
366 extern void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 50 private static Cache<String, String> services = new Cache<String, String>(100, 24 * 60 * 60 * 1000); field in class:MultipleRecipientManager
285 String serviceAddress = (String) services.get(serviceName);
287 synchronized (services) {
288 serviceAddress = (String) services.get(serviceName);
315 services.put(serviceName, serviceAddress == null ? "" : serviceAddress);
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 92 InjectedServices services = new InjectedServices(); local
93 services.setContentResolver(mContext.getContentResolver());
94 services.setSharedPreferences(new MockSharedPreferences());
95 services.setSystemService(ContactPhotoManager.CONTACT_PHOTO_SERVICE,
106 ContactsApplication.injectServices(services);
  /packages/services/Telephony/src/com/android/phone/
CallHandlerServiceProxy.java 41 import com.android.services.telephony.common.AudioMode;
42 import com.android.services.telephony.common.Call;
43 import com.android.services.telephony.common.ICallHandlerService;
377 final List<ResolveInfo> services = packageManger.queryIntentServices(serviceIntent, local
382 for (int i = 0; i < services.size(); i++) {
383 final ResolveInfo info = services.get(i);
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 104 all_flags="$all_flags $services $the_libs"
  /external/chromium_org/third_party/libxslt/
xslt-config.in 104 all_flags="$all_flags $services $the_libs"
  /external/libsepol/
Android.mk 35 src/services.c \
  /frameworks/base/packages/Keyguard/
Android.mk 21 LOCAL_JAVA_LIBRARIES := services
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorManager.java 17 package android.bordeaux.services;
20 import android.bordeaux.services.StringString;
BordeauxSessionManager.java 17 package android.bordeaux.services;
19 import android.bordeaux.services.IBordeauxLearner.ModelChangeCallback;
Learning_StochasticLinearRanker.java 17 package android.bordeaux.services;
20 import android.bordeaux.services.IBordeauxLearner.ModelChangeCallback;
Predictor.java 17 package android.bordeaux.services;
30 import android.bordeaux.services.FeatureAssembly;
  /libcore/crypto/src/test/java/org/conscrypt/
SignatureTest.java 97 Set<Provider.Service> services = p.getServices(); local
98 for (Provider.Service service : services) {
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 47 Set<Provider.Service> services = provider.getServices(); local
48 for (Provider.Service service : services) {
  /libcore/luni/src/test/java/libcore/javax/crypto/
KeyGeneratorTest.java 41 Set<Provider.Service> services = provider.getServices(); local
42 for (Provider.Service service : services) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java 53 * Overrides the system services with mocks for testing.
56 public static void injectServices(InjectedServices services) {
57 sInjectedServices = services;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 87 if (pi != null && pi.services != null) {
88 for (ServiceInfo si : pi.services) {
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentDefaultDialog.java 94 List<PaymentAppInfo> services = mBackend.getPaymentAppInfos(); local
95 for (PaymentAppInfo service : services) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 113 if (pi != null && pi.services != null) {
114 for (ServiceInfo si : pi.services) {
  /packages/services/Telephony/common/
Android.mk 24 LOCAL_MODULE := com.android.services.telephony.common

Completed in 363 milliseconds

1 2 3 45 6 7 8 91011>>