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

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/telephony/tests/telephonytests/
Android.mk 10 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common ims-common services.core
  /packages/services/Telephony/tests/src/com/android/services/telephony/activation/
ResponseReceiver.java 17 package com.android.services.telephony.activation;
24 import com.android.services.telephony.Log;
29 "com.android.services.telephony.ACTIVATION_RESPONSE";
  /frameworks/av/media/mediaserver/
Android.mk 35 frameworks/av/services/camera/libcameraservice \
36 frameworks/av/services/mediaresourcemanager \
  /frameworks/av/services/audiopolicy/enginedefault/
Android.mk 14 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface
30 $(TOPDIR)frameworks/av/services/audiopolicy/common/include
  /frameworks/av/services/mediaresourcemanager/test/
Android.mk 21 frameworks/av/services/mediaresourcemanager \
47 frameworks/av/services/mediaresourcemanager \
  /packages/apps/Settings/src/com/android/settings/datausage/
NetworkRestrictionsPreference.java 30 NetworkServices services) {
  /packages/services/Telephony/src/com/android/phone/
PhoneApp.java 23 import com.android.services.telephony.TelephonyGlobals;
  /packages/services/Telephony/src/com/android/services/telephony/activation/
SimActivationManager.java 17 package com.android.services.telephony.activation;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
main.py 38 from quotas import services namespace
50 quota.services.QuotaConfig.
53 quota.services.QuotaConfig instance with contents parsed from quota file.
57 return protojson.decode_message(services.QuotaConfig, encoded_config)
62 services.QuotaService.new_factory(load_quota_config(), {})),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUISecondaryUserService.java 41 SystemUI[] services = ((SystemUIApplication) getApplication()).getServices(); local
43 for (SystemUI ui: services) {
51 for (SystemUI ui: services) {
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 64 * @param services a string representation of this service in the following format,
72 String device, List<String> services) {
83 if (services != null) {
84 for (String service:services) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 45 // mAidServices maps AIDs to services that have registered them.
52 // more handling services. It differs from mAidServices in the sense that it
54 // is authoritative for the current set of services and defaults.
96 // Represents a list of services, an optional default and a category that
99 List<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); field in class:RegisteredAidCache.AidResolveInfo
107 "services=" + services +
176 for (ApduServiceInfo serviceInfo : entryResolveInfo.services) {
177 if (!resolveInfo.services.contains(serviceInfo)) {
178 resolveInfo.services.add(serviceInfo)
412 final ArrayList<ServiceAidInfo> services = new ArrayList<ServiceAidInfo>(); field in class:RegisteredAidCache.PrefixConflicts
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 34 * Verifies that permissions are enforced on various system services.
59 * registered system services checks if caller holds
64 String[] services = null; local
66 services = (String[]) Class.forName("android.os.ServiceManager")
75 if ((services == null) || (services.length == 0)) {
76 Log.w(TAG, "No registered services, that's odd");
80 for (String service : services) {
135 + "may be leaking sensitive data. At most, services should emit a "
  /external/autotest/client/cros/tendo/n_faced_peerd/
peer.py 48 self.services = dict()
87 # TODO(wiley) call close on child services.
100 if service_id in self.services:
101 self.services[service_id].update(service_info, ip_info)
104 service_path = '%s/services/%d' % (self._path,
106 self.services[service_id] = service.Service(
120 removed_service = self.services.pop(service_id, None)
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 44 " To dump all services.\n"
46 " dumpsys [-t TIMEOUT] [--help | -l | --skip SERVICES | SERVICE [ARGS]]\n"
48 " -l: only list services, do not dump them\n"
50 " --skip SERVICES: dumps all services but SERVICES (comma-separated list)\n"
74 Vector<String16> services; local
133 services.add(String16(argv[i]));
141 (showListOnly && (!services.empty() || !skippedServices.empty()))) {
146 if (services.empty() || showListOnly)
    [all...]
  /packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java 77 List<ServiceInfo> services = new ArrayList<>(); local
78 getServices(mConfig, services, mContext.getPackageManager());
79 for (ServiceInfo service : services) {
115 int services = 0; local
140 services++;
142 return services;
146 void onServicesReloaded(Set<ServiceInfo> services);
  /system/connectivity/shill/wimax/
wimax_provider_unittest.cc 258 vector<scoped_refptr<MockWiMaxService>> services(4);
259 for (size_t i = 0; i < services.size(); i++) {
260 services[i] =
263 services[0]->set_network_id("deadbeef");
265 services[i]->set_network_id(kNetworkId);
267 // Make services[3] the default service.
269 services[i]->set_friendly_name(kName);
271 services[i]->set_friendly_name(
274 services[i]->InitStorageIdentifier();
275 provider_.services_[services[i]->GetStorageIdentifier()] = services[i]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service_test.py 109 response = registry_client.services()
117 ], response.services)
126 response = registry_client.services()
134 ], response.services)
147 registry_client.services)
157 services = registry_client.services()
158 self.assertTrue(isinstance(services, registry.ServicesResponse))
167 services.services)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperations.java 17 package com.android.documentsui.services;
24 import static com.android.documentsui.services.FileOperationService.EXTRA_CANCEL;
25 import static com.android.documentsui.services.FileOperationService.EXTRA_JOB_ID;
26 import static com.android.documentsui.services.FileOperationService.EXTRA_OPERATION;
27 import static com.android.documentsui.services.FileOperationService.EXTRA_SRC_LIST;
28 import static com.android.documentsui.services.FileOperationService.EXTRA_SRC_PARENT;
29 import static com.android.documentsui.services.FileOperationService.OPERATION_COPY;
30 import static com.android.documentsui.services.FileOperationService.OPERATION_DELETE;
31 import static com.android.documentsui.services.FileOperationService.OPERATION_MOVE;
46 import com.android.documentsui.services.FileOperationService.OpType
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.c 277 void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services)
282 services >>= BTA_HSP_SERVICE_ID;
283 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
286 if (services & 1)
318 void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services)
322 services >>= BTA_HSP_SERVICE_ID;
323 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
326 if (services & 1
    [all...]
bta_ag_api.c 110 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features,
119 p_buf->services = services;
164 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services)
172 p_buf->services = services;
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 334 * Requests feedback interruption from all accessibility services.
352 Log.i(LOG_TAG, "Requested interrupt from all services");
355 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
360 * Returns the {@link ServiceInfo}s of the installed accessibility services.
369 List<ServiceInfo> services = new ArrayList<>(); local
373 services.add(info.getResolveInfo().serviceInfo);
375 return Collections.unmodifiableList(services);
379 * Returns the {@link AccessibilityServiceInfo}s of the installed accessibility services.
394 List<AccessibilityServiceInfo> services = null; local
396 services = service.getInstalledAccessibilityServiceList(userId)
436 List<AccessibilityServiceInfo> services = null; local
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk 33 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
34 $(TOPDIR)frameworks/av/services/audiopolicy \
35 $(TOPDIR)frameworks/av/services/audiopolicy/utilities \
  /device/asus/fugu/libaudio/
Android.mk 51 vendor/google_athome/services/RemoteControlService/include
112 $(TOPDIR)frameworks/av/services/audiopolicy \
113 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
114 $(TOPDIR)frameworks/av/services/audiopolicy/common/managerdefinitions/include \
115 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface
119 vendor/google_athome/services/RemoteControlService/include
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/support/
test_layer1.py 40 services = self.api.describe_services()
41 self.assertTrue('services' in services)
42 service_codes = [serv['code'] for serv in services['services']]

Completed in 734 milliseconds

1 2 34 5 6 7 8 91011>>