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

1 2 3 45 6 7 8 91011

  /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/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 8 import com.android.services.telephony.common.Call;
9 import com.android.services.telephony.common.CallIdentification;
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;
CallCardPresenter.java 34 import com.android.services.telephony.common.AudioMode;
35 import com.android.services.telephony.common.Call;
36 import com.android.services.telephony.common.Call.Capabilities;
37 import com.android.services.telephony.common.CallIdentification;
  /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
  /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/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
2556 ArrayList<ServiceRecord> services = new ArrayList<ServiceRecord>(); local
    [all...]
  /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/signin/
token_service_unittest.cc 291 std::vector<std::string> services; local
292 TokenService::GetServiceNames(&services);
293 for (std::vector<std::string>::const_iterator i = services.begin();
294 i != services.end(); ++i) {
  /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 2422 milliseconds

1 2 3 45 6 7 8 91011