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

1 2 3 45 6 7 8 91011>>

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxClassifier.java 17 package android.bordeaux.services;
19 import android.bordeaux.services.ILearning_MulticlassPA;
20 import android.bordeaux.services.IntFloat;
MotionStatsAggregator.java 17 package android.bordeaux.services;
BordeauxAggregatorManager.java 17 package android.bordeaux.services;
19 import android.bordeaux.services.IAggregatorManager;
20 import android.bordeaux.services.StringString;
BordeauxRanker.java 17 package android.bordeaux.services;
19 import android.bordeaux.services.ILearning_StochasticLinearRanker;
20 import android.bordeaux.services.StringFloat;
  /packages/apps/Settings/src/com/android/settings/datausage/
BillingCyclePreference.java 54 NetworkServices services) {
57 mServices = services;
58 mPolicy = services.mPolicyEditor.getPolicy(mTemplate);
TemplatePreference.java 29 void setTemplate(NetworkTemplate template, int subId, NetworkServices services);
  /cts/tests/tests/print/src/android/print/cts/services/
PrinterDiscoverySessionCallbacks.java 17 package android.print.cts.services;
StubbablePrintService.java 17 package android.print.cts.services;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue171/
CustomRepresenter.java 31 return representMapping(Tag.MAP, classX.services, false);
GenericExtendsObjectTest.java 32 map.services.put("wow", list);
  /frameworks/av/services/audioflinger/tests/
Android.mk 18 frameworks/av/services/audioflinger
43 frameworks/av/services/audioflinger \
  /packages/apps/Bluetooth/
Android.mk 25 LOCAL_JAVA_LIBRARIES := javax.obex telephony-common libprotobuf-java-micro services.net
26 LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard bluetooth.mapsapi sap-api-java-static android-support-v4 services.net
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingTask.java 63 * @param services the available {@code CameraServices}
67 public ProcessingResult process(Context context, CameraServices services,
  /packages/services/Telephony/tests/src/com/android/phone/
MockitoHelper.java 19 import com.android.services.telephony.Log;
  /external/freetype/include/internal/
ftserv.h 5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftserv.h 5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
    [all...]
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceRecommendationPlugin.java 37 protected ServiceRecommendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) {
41 mListener = new ServiceListener(context, this, services);
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
ServiceRecommendationPlugin.java 37 protected ServiceRecommendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) {
41 mListener = new ServiceListener(context, this, services);
  /packages/services/Telephony/src/com/android/services/telephony/activation/
SimActivationActivity.java 17 package com.android.services.telephony.activation;
27 import com.android.services.telephony.Log;
  /packages/services/Telephony/tests/src/com/android/services/telephony/activation/
SimActivationTest.java 17 package com.android.services.telephony.activation;
25 import com.android.services.telephony.Log;
  /system/connectivity/apmanager/init/
apmanager.conf 21 stop on stopping system-services
  /system/connectivity/shill/test-scripts/
test-manager 10 elif key == "Services":
24 if key in ["Networks", "Services"]:
40 if "Services" in properties.keys():
42 services = [" ".join(
43 map(remove_prefix, map(str, properties["Services"])))]
44 print " Services = [ %s]" % (services)
48 if key in ["Profiles", "Devices", "Services"]:
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderList.java 340 * Return a List containing all the Services describing implementations
371 * Inner class for a List of Services. Custom List implementation in
388 // allocating the services list if we do not need the second service.
392 // list of the services we have found so far
393 private List<Service> services;
414 if (services == null) {
415 services = new ArrayList<Service>(4);
416 services.add(firstService);
418 services.add(s);
426 } else if ((services != null) && (services.size() > index))
    [all...]
  /system/bt/bta/ag/
bta_ag_sdp.c 208 ** Description Create SDP records for registered services.
217 tBTA_SERVICE_MASK services; local
219 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID;
220 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
223 if (services & 1)
246 ** Description Delete SDP records for any registered services.
255 tBTA_SERVICE_MASK services; local
260 /* get services of all other registered servers */
275 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID
    [all...]
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletDispatchIntegrationTest.java 52 private static int inits, services, destroys, doFilters; field in class:ServletDispatchIntegrationTest
57 services = 0;
104 + services + "; destroys: " + destroys,
105 inits == 2 && services == 1 && destroys == 2);
151 + services + "; destroys: " + destroys + "; doFilters: " + doFilters,
152 inits == 3 && services == 1 && destroys == 3 && doFilters == 1);
163 services++;
304 assertEquals(1, services);
342 assertEquals(1, services);

Completed in 879 milliseconds

1 2 3 45 6 7 8 91011>>