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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_registry.h 28 // Registry class for keeping track of discovered network services over DNS-SD.
36 const DnsSdServiceList& services) = 0;
68 // Methods for adding, updating or removing services for this service type.
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 179 Set<Provider.Service> services = provider.getServices(); local
180 for (Provider.Service service : services) {
225 Set<Provider.Service> services = provider.getServices(); local
226 for (Provider.Service service : services) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 57 public static final String EXTRA_APDU_SERVICES = "services";
161 ArrayList<ApduServiceInfo> services = intent.getParcelableArrayListExtra(EXTRA_APDU_SERVICES); local
164 onCreate(savedInstanceState, category, services, failedComponent);
198 public ListAdapter(Context context, ArrayList<ApduServiceInfo> services) {
204 for (ApduServiceInfo service : services) {
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
CallIdentification.java 17 package com.android.services.telephony.common;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 221 Set services = p.getServices(); local
222 assertEquals(3, services.size());
224 for (Iterator it = services.iterator(); it.hasNext();) {
  /external/chromium_org/chrome/installer/util/
wmi.cc 139 base::win::ScopedComPtr<IWbemServices> services; local
140 if (!WMI::CreateLocalConnection(true, services.Receive()))
146 HRESULT hr = services->ExecQuery(
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 23 import com.android.services.telephony.common.AudioMode;
24 import com.android.services.telephony.common.Call;
25 import com.android.services.telephony.common.Call.Capabilities;
AnswerPresenter.java 19 import com.android.services.telephony.common.Call;
  /packages/services/Telephony/src/com/android/phone/
RejectWithTextMessageManager.java 182 com.android.services.telephony.common.Call call, Connection conn) {
190 if (!(call.getState() == com.android.services.telephony.common.Call.State.INCOMING) &&
192 com.android.services.telephony.common.Call.State.CALL_WAITING)) {
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 262 ArrayList<Service> services = mServices.get(svc.mPackage); local
263 if (services == null) {
264 services = new ArrayList<Service>();
265 mServices.put(svc.mPackage, services);
267 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;
406 tBTA_SERVICE_MASK services; local
452 services = p_scb->reg_services;
453 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++)
456 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i));
458 bta_ag_start_servers(p_scb, services);
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 90 // The minimum amount of time between restarting services that we allow.
91 // That is, when multiple services are restarting, we won't allow each
106 // Maximum number of services that we allow to start in the background
120 * List of services that we have been asked to start,
129 * List of services that are scheduled to restart following a crash.
135 * List of services that are in the process of being destroyed.
145 * Information about services for a single user.
156 /* XXX eventually I'd like to have this based on processes instead of services.
157 * That is, if we try to start two services in a row both running in the same
159 * that remains until all services in it are done
1947 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
1973 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
2562 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
    [all...]
  /external/chromium_org/sandbox/
sandbox_services.target.darwin-arm.mk 26 sandbox/linux/services/broker_process.cc \
27 sandbox/linux/services/init_process_reaper.cc \
28 sandbox/linux/services/thread_helpers.cc
sandbox_services.target.darwin-mips.mk 26 sandbox/linux/services/broker_process.cc \
27 sandbox/linux/services/init_process_reaper.cc \
28 sandbox/linux/services/thread_helpers.cc
sandbox_services.target.darwin-x86.mk 26 sandbox/linux/services/broker_process.cc \
27 sandbox/linux/services/init_process_reaper.cc \
28 sandbox/linux/services/thread_helpers.cc
sandbox_services.target.linux-arm.mk 26 sandbox/linux/services/broker_process.cc \
27 sandbox/linux/services/init_process_reaper.cc \
28 sandbox/linux/services/thread_helpers.cc
sandbox_services.target.linux-mips.mk 26 sandbox/linux/services/broker_process.cc \
27 sandbox/linux/services/init_process_reaper.cc \
28 sandbox/linux/services/thread_helpers.cc
sandbox_services.target.linux-x86.mk 26 sandbox/linux/services/broker_process.cc \
27 sandbox/linux/services/init_process_reaper.cc \
28 sandbox/linux/services/thread_helpers.cc
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 379 ** discovery is done if services is non zero
385 void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, tBTA_DM_SEARCH_CBACK *p_cback)
396 p_msg->services = services;
431 ** Description This function does service discovery for services of a
438 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services,
449 p_msg->services = services;
461 ** Description This function does service discovery for services of a
477 p_msg->services = BTA_USER_SERVICE_MASK; //Not exposed at API leve
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 82 // Get the list of synced notification services and fill their meta data to
157 std::set<std::string> services, base::ListValue* list_value);
  /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
142 } // namespace services
native_viewport_win.cc 5 #include "mojo/services/native_viewport/native_viewport.h"
11 namespace services { namespace in namespace:mojo
105 } // namespace services
  /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;

Completed in 453 milliseconds

1 2 3 4 56 7 8 91011>>