HomeSort by relevance Sort by last modified time
    Searched refs:services (Results 176 - 200 of 358) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 42 import android.print.cts.services.FirstPrintService;
43 import android.print.cts.services.PrintServiceCallbacks;
44 import android.print.cts.services.PrinterDiscoverySessionCallbacks;
45 import android.print.cts.services.SecondPrintService;
46 import android.print.cts.services.StubbablePrinterDiscoverySession;
PageRangeAdjustmentTest.java 37 import android.print.cts.services.FirstPrintService;
38 import android.print.cts.services.PrintServiceCallbacks;
39 import android.print.cts.services.PrinterDiscoverySessionCallbacks;
40 import android.print.cts.services.SecondPrintService;
41 import android.print.cts.services.StubbablePrinterDiscoverySession;
87 // Configure the print services.
188 // Configure the print services.
299 // Configure the print services.
408 // Configure the print services.
511 // Configure the print services
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 267 ArrayList<Service> services = mServices.get(svc.mPackage); local
268 if (services == null) {
269 services = new ArrayList<Service>();
270 mServices.put(svc.mPackage, services);
272 services.add(new Service(svc));
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 117 ** the SDP record for the services.
128 p_scb->reg_services = p_data->api_register.services;
209 p_scb->open_services = p_data->api_open.services;
410 tBTA_SERVICE_MASK services; local
462 services = p_scb->reg_services;
463 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++)
466 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i));
468 bta_ag_start_servers(p_scb, services);
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 94 // The minimum amount of time between restarting services that we allow.
95 // That is, when multiple services are restarting, we won't allow each
110 // Maximum number of services that we allow to start in the background
124 * List of services that we have been asked to start,
133 * List of services that are scheduled to restart following a crash.
139 * List of services that are in the process of being destroyed.
149 * Information about services for a single user.
160 /* XXX eventually I'd like to have this based on processes instead of services.
161 * That is, if we try to start two services in a row both running in the same
163 * that remains until all services in it are done
2008 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
2034 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
2660 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 259 std::vector<ProfileSyncService*> services; local
266 services.push_back((*it)->service());
268 QuiesceStatusChangeChecker checker(services);
  /libcore/luni/src/main/java/java/security/
Signature.java 198 ArrayList<Provider.Service> services = ENGINE.getServices(algorithm); local
199 if (services == null) {
202 for (Provider.Service service : services) {
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.cc 5 #include "mojo/services/native_viewport/native_viewport_android.h"
17 namespace services { namespace in namespace:mojo
160 } // namespace services
  /external/proguard/build/
build.sh 34 $GRADLE_HOME/lib/gradle-base-services-1.3.jar:\
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorRecordStorage.java 17 package android.bordeaux.services;
BordeauxManagerService.java 17 package android.bordeaux.services;
FeatureAssembly.java 17 package android.bordeaux.services;
  /frameworks/opt/net/wifi/service/
Android.mk 134 LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt services
136 LOCAL_REQUIRED_MODULES := services
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 17 package com.android.services.telephony;
CdmaConferenceController.java 17 package com.android.services.telephony;
GsmConference.java 17 package com.android.services.telephony;
TtyManager.java 17 package com.android.services.telephony;
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 79 checkInfoArray(expected.services, actual.services);
  /device/lge/mako/camera/QCamera/HAL/core/
Android.mk 73 frameworks/base/services/camera/libcameraservice
  /device/moto/shamu/camera/QCamera/HAL2/core/
Android.mk 63 frameworks/base/services/camera/libcameraservice
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 169 #define BTA_AG_ERR_GPRS_NOT_ALLOWED 107 /* GPRS services not allowed (#7) */
170 #define BTA_AG_ERR_PLMN_NOT_ALLOWED 111 /* PLMN services not allowed (#11) */
347 #define BTA_AG_SERVICE_CS_VOIP 3 /* Both CS and VoIP services available */
424 BTA_API void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
452 BTA_API void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services);
  /frameworks/av/services/audioflinger/
Android.mk 37 $(TOPDIR)frameworks/av/services/audiopolicy \
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 52 Set<Provider.Service> services = provider.getServices(); local
53 for (Provider.Service service : services) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NfcImportVCardActivity.java 63 public ImportRequest doInBackground(VCardService... services) {
71 services[0].handleImportRequest(requests, NfcImportVCardActivity.this);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 265 Set services = p.getServices(); local
266 assertEquals(3, services.size());
268 for (Iterator it = services.iterator(); it.hasNext();) {
385 Set<Provider.Service> services = myProvider.getServices(); local
386 assertEquals(0, services.size());

Completed in 978 milliseconds

1 2 3 4 5 6 78 91011>>