HomeSort by relevance Sort by last modified time
    Searched full:serviceid (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsServiceBase.java 50 public void close(int serviceId) {
51 onClose(serviceId);
55 public boolean isConnected(int serviceId, int serviceType, int callType) {
56 return onIsConnected(serviceId, serviceType, callType);
60 public boolean isOpened(int serviceId) {
61 return onIsOpened(serviceId);
65 public void setRegistrationListener(int serviceId, IImsRegistrationListener listener) {
66 onSetRegistrationListener(serviceId, listener);
70 public void addRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener listener) {
71 onAddRegistrationListener(serviceId, serviceType, listener)
    [all...]
ImsManager.java     [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 38 void close(int serviceId);
39 boolean isConnected(int serviceId, int serviceType, int callType);
40 boolean isOpened(int serviceId);
46 void setRegistrationListener(int serviceId, in IImsRegistrationListener listener);
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
56 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile,
58 IImsCallSession getPendingCallSession(int serviceId, String callId);
63 IImsUt getUtInterface(int serviceId);
84 IImsEcbm getEcbmInterface(int serviceId);
89 void setUiTTYMode(int serviceId, int uiTtyMode, in Message onComplete)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 48 typedef WINBOOL (WINAPI *PGET_SERVICE_ID)(USHORT Type,PUCHAR Name,PULONG ServiceID);
49 typedef WINBOOL (WINAPI *PGET_SERVICE_FROM_ID)(ULONG ServiceID,PIPX_SERVICE Service);
50 typedef DWORD (WINAPI *PGET_NEXT_SERVICE_FROM_ID)(ULONG ServiceID,PIPX_SERVICE NextService,PULONG NextServiceID);
  /cts/tests/tests/externalservice/src/android/externalservice/cts/
ExternalServiceTest.java 211 ServiceIdentity serviceId = identifyService(new Messenger(mConnection.service));
212 assertNotNull(serviceId);
213 assertFalse(serviceId.uid == 0 || serviceId.pid == 0);
222 assertNotEquals(myUid, serviceId.uid);
225 assertNotEquals(myPid, serviceId.pid);
228 assertNotEquals(creatorId.uid, serviceId.uid);
230 assertNotEquals(creatorId.pid, serviceId.pid);
232 assertNotEquals(creatorServiceId.uid, serviceId.uid);
233 assertNotEquals(creatorServiceId.pid, serviceId.pid)
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Service.java 38 public Service(Context context, Transport transport, int serviceId) {
41 mServiceId = serviceId;
  /libcore/ojluni/src/main/java/sun/security/jca/
ServiceId.java 35 public final class ServiceId {
40 public ServiceId(String type, String algorithm) {
ProviderList.java 355 * @deprecated use getServices(List<ServiceId>) instead
359 List<ServiceId> ids = new ArrayList<>();
361 ids.add(new ServiceId(type, alg));
366 public List<Service> getServices(List<ServiceId> ids) {
378 // avoid allocating/traversing the ServiceId list for these lookups
384 private final List<ServiceId> ids;
404 ServiceList(List<ServiceId> ids) {
442 for (ServiceId id : ids) {
GetInstance.java 120 * @deprecated use getServices(List<ServiceId>) instead
133 public static List<Service> getServices(List<ServiceId> ids) {
  /packages/apps/Camera2/src/com/android/camera/
AccessibilityUtil.java 117 String serviceId = enabledService.getId();
118 if (serviceId != null && serviceId.startsWith(ACCESSIBILITY_PACKAGE_NAME_PREFIX)) {
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresServiceInfo.java 72 public void setServiceId(String serviceID) {
73 this.mServiceID = serviceID;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 130 public int onStartCommand(Intent intent, int flags, int serviceId) {
142 handleOperation(intent, serviceId, jobId, operationType);
148 private void handleOperation(Intent intent, int serviceId, String jobId, int operationType) {
149 if (DEBUG) Log.d(TAG, "onStartCommand: " + jobId + " with serviceId " + serviceId);
152 mLastServiceId = serviceId;
278 if (DEBUG) Log.d(TAG, "Shutting down. Last serviceId was " + mLastServiceId);
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 72 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
74 if(serviceID.trim().equals(""))
PPreferredServiceParser.java 110 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
112 if(serviceID.trim().equals(""))
120 pps.setSubserviceIdentifiers(serviceID);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
InstrumentedAccessibilityService.java 113 final String serviceId = serviceInfo.getId();
114 if (serviceId.endsWith(serviceName)) {
117 enabledServices + COMPONENT_NAME_SEPARATOR + serviceId)
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PersistService.java 132 int serviceId = msg.arg1;
134 logger.print("handleMessage serviceId: " + serviceId + " intent: " + intent);
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
control 22 BluetoothProfileDescriptorList, AdditionalProtocolDescriptorLists, ServiceID,
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 232 String serviceId = "META-INF/services/" + factoryId;
238 is = cl.getResourceAsStream(serviceId);
243 is = cl.getResourceAsStream(serviceId);
251 if (debug) debugPrintln("found jar resource=" + serviceId + " using ClassLoader: " + cl);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 431 public final int serviceId;
437 int transportStreamId, int serviceId, int videoWidth, int videoHeight,
444 this.serviceId = serviceId;
  /external/autotest/client/common_lib/cros/tendo/
peerd_config.py 23 SERVICE_PROPERTY_SERVICE_ID = 'ServiceId'
  /system/bt/service/test/
gatt_identifier_unittest.cpp 34 TEST(GattIdentifierTest, ServiceId) {
  /external/mdnsresponder/mDNSPosix/
Responder.c 353 int serviceID;
448 thisServ->serviceID = gServiceID;
458 thisServ->serviceID,
642 thisServID = thisServ->serviceID;
650 thisServ->serviceID);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 538 String serviceId = SERVICES_PATH + factoryId;
544 is = ss.getResourceAsStream(cl, serviceId);
551 is = ss.getResourceAsStream(cl, serviceId);
560 debugPrintln("found jar resource=" + serviceId +
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 538 String serviceId = SERVICES_PATH + factoryId;
544 is = ss.getResourceAsStream(cl, serviceId);
551 is = ss.getResourceAsStream(cl, serviceId);
560 debugPrintln("found jar resource=" + serviceId +
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 537 String serviceId = SERVICES_PATH + factoryId;
543 is = ss.getResourceAsStream(cl, serviceId);
550 is = ss.getResourceAsStream(cl, serviceId);
559 debugPrintln("found jar resource=" + serviceId +

Completed in 902 milliseconds

1 2 3