Searched defs:serviceId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java38 public Service(Context context, Transport transport, int serviceId) { argument
41 mServiceId = serviceId;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java511 * @param serviceId a service id to be closed which is obtained from {@link ImsManager#open}
514 public void close(int serviceId) throws ImsException { argument
518 mImsService.close(serviceId);
532 * @param serviceId a service id which is obtained from {@link ImsManager#open}
536 public ImsUtInterface getSupplementaryServiceConfiguration(int serviceId) argument
543 IImsUt iUt = mImsService.getUtInterface(serviceId);
564 * @param serviceId a service id which is obtained from {@link ImsManager#open}
577 public boolean isConnected(int serviceId, int serviceType, int callType) argument
582 return mImsService.isConnected(serviceId, serviceType, callType);
592 * @param serviceId
596 isOpened(int serviceId) argument
627 createCallProfile(int serviceId, int serviceType, int callType) argument
650 makeCall(int serviceId, ImsCallProfile profile, String[] callees, ImsCall.Listener listener) argument
682 takeCall(int serviceId, Intent incomingCallIntent, ImsCall.Listener listener) argument
756 setUiTTYMode(Context context, int serviceId, int uiTtyMode, Message onComplete) argument
877 createCallSession(int serviceId, ImsCallProfile profile) argument
1087 getEcbmInterface(int serviceId) argument
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java191 public AribData(int transportStreamId, int serviceId, int originalNetworkId) { argument
193 mServiceId = serviceId;
254 public DvbData(int transportStreamId, int serviceId, int originalNetworkId) { argument
256 mServiceId = serviceId;
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java969 Pair<Integer, FilterComparison> serviceId = Pair.create(widget.provider.id.uid, fc);
970 incrementAppWidgetServiceRefCount(appWidgetId, serviceId);
1509 Pair<Integer, FilterComparison> serviceId) {
1511 if (mRemoteViewsServicesAppWidgets.containsKey(serviceId)) {
1512 appWidgetIds = mRemoteViewsServicesAppWidgets.get(serviceId);
1515 mRemoteViewsServicesAppWidgets.put(serviceId, appWidgetIds);
1508 incrementAppWidgetServiceRefCount(int appWidgetId, Pair<Integer, FilterComparison> serviceId) argument

Completed in 217 milliseconds