/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) {
|
/packages/services/Telephony/src/com/android/phone/settings/ |
PhoneAccountSettingsFragment.java | 23 import com.android.services.telephony.sip.SipAccountRegistry; 24 import com.android.services.telephony.sip.SipSharedPreferences; 25 import com.android.services.telephony.sip.SipUtil; 267 // Restart all Sip services to ensure we reflect whether we are receiving calls.
|
/external/proguard/build/ |
build.sh | 34 $GRADLE_HOME/lib/gradle-base-services-1.3.jar:\
|
makefile | 14 $(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;
|
BordeauxService.java | 17 package android.bordeaux.services;
|
/frameworks/opt/net/wifi/service/ |
Android.mk | 137 LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt services 139 LOCAL_REQUIRED_MODULES := services
|
/packages/services/Telephony/src/com/android/services/telephony/ |
CdmaConferenceController.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 | 43 $(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);
|
/cts/tests/tests/print/src/android/print/cts/ |
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; 91 // Configure the print services. 196 // Configure the print services. 311 // Configure the print services. 424 // Configure the print services. 531 // Configure the print services [all...] |
/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());
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | [all...] |
bta_dm_api.c | 371 ** discovery is done if services is non zero 377 void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, tBTA_DM_SEARCH_CBACK *p_cback) 388 p_msg->services = services; 423 ** Description This function does service discovery for services of a 430 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, 441 p_msg->services = services; 453 ** Description This function does service discovery for services of a 469 p_msg->services = BTA_USER_SERVICE_MASK; //Not exposed at API leve [all...] |
/packages/apps/Settings/src/com/android/settings/notification/ |
ManagedServiceSettings.java | 221 int services = 0; 246 services++; 248 return services;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_low_energy_win.cc | 368 ScopedVector<BluetoothLowEnergyServiceInfo>* services, 407 services->push_back(service_info); 656 ScopedVector<BluetoothLowEnergyServiceInfo>* services, 663 return CollectBluetoothLowEnergyDeviceServices(device_path, services, error);
|
bluetooth_task_manager_win.cc | 545 // If the device is "offline", no services are returned when specifying 547 // of previously known services is returned. 581 // of services for devices which have not been discovered before. 588 // If the device is "offline", no services are returned when specifying 637 ScopedVector<win::BluetoothLowEnergyServiceInfo> services; local 639 device_path, &services, &error); 646 services.begin(); 647 iter2 != services.end();
|
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
view_manager_client_impl.h | 12 #include "mojo/services/public/cpp/geometry/geometry_type_converters.h" 13 #include "mojo/services/public/cpp/view_manager/types.h" 14 #include "mojo/services/public/cpp/view_manager/view.h" 15 #include "mojo/services/public/cpp/view_manager/view_manager.h" 16 #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h" 17 #include "mojo/services/public/interfaces/window_manager/window_manager.mojom.h" 98 InterfaceRequest<ServiceProvider> services) OVERRIDE;
|