Home
last modified time | relevance | path

Searched defs:serviceId (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsService.aidl38 void close(int serviceId); in close()
39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
40 boolean isOpened(int serviceId); in isOpened()
46 void setRegistrationListener(int serviceId, in IImsRegistrationListener listener); in setRegistrationListener()
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
56 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile, in createCallSession()
58 IImsCallSession getPendingCallSession(int serviceId, String callId); in getPendingCallSession()
63 IImsUt getUtInterface(int serviceId); in getUtInterface()
84 IImsEcbm getEcbmInterface(int serviceId); in getEcbmInterface()
89 void setUiTTYMode(int serviceId, int uiTtyMode, in Message onComplete); in setUiTTYMode()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/vendor/
H A DIMbmsStreamingService.aidl36 int startStreaming(int subId, String serviceId, in startStreaming()
40 Uri getPlaybackUri(int subId, String serviceId); in getPlaybackUri()
42 void stopStreaming(int subId, String serviceId); in stopStreaming()
H A DMbmsStreamingServiceBase.java155 public int startStreaming(int subscriptionId, String serviceId, in startStreaming()
166 public int startStreaming(final int subscriptionId, String serviceId, in startStreaming()
249 public @Nullable Uri getPlaybackUri(int subscriptionId, String serviceId) in getPlaybackUri()
269 public void stopStreaming(int subscriptionId, String serviceId) in stopStreaming()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
H A DServicesTests.java111 int serviceId = 1; in testRecoverFromZipCorruption() local
126 int serviceId = 1; in testRecoverFromDexCorruption() local
218 private void startService(int serviceId) { in startService()
254 private void waitServicesCompletion(int serviceId) throws TimeoutException { in waitServicesCompletion()
287 private String getServiceCompletionStatus(int serviceId) { in getServiceCompletionStatus()
369 int serviceId = 1; in checkRecover() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DEventResultPersister.java95 void onResult(int status, int legacyStatus, @Nullable String message, int serviceId); in onResult()
158 int serviceId = readIntAttribute(parser, "serviceId"); in EventResultPersister() local
197 int serviceId = intent.getIntExtra(EXTRA_SERVICE_ID, 0); in onEventReceived() local
352 public final int serviceId; field in EventResultPersister.EventResult
354 private EventResult(int status, int legacyStatus, @Nullable String message, int serviceId) { in EventResult()
H A DUninstallUninstalling.java148 public void onResult(int status, int legacyStatus, @Nullable String message, int serviceId) { in onResult()
H A DInstallInstalling.java249 int serviceId /* ignore */) { in launchFinishBasedOnResult()
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/
H A DMbmsDownloadReceiver.java313 String serviceId = intent.getStringExtra(VendorUtils.EXTRA_SERVICE_ID); in generateTempFiles() local
342 private ArrayList<UriPathPair> generateFreshTempFiles(Context context, String serviceId, in generateFreshTempFiles()
388 String serviceId, List<Uri> pausedFiles) { in generateUrisForPausedFiles()
417 String serviceId = intent.getStringExtra(VendorUtils.EXTRA_SERVICE_ID); in cleanupTempFiles() local
499 private static boolean verifyTempFilePath(Context context, String serviceId, in verifyTempFilePath()
H A DStreamingServiceInfo.java45 List<Locale> locales, String serviceId, Date start, Date end) { in StreamingServiceInfo()
H A DMbmsUtils.java136 public static File getEmbmsTempFileDirForService(Context context, String serviceId) { in getEmbmsTempFileDirForService()
H A DServiceInfo.java47 private final String serviceId; field in ServiceInfo
H A DDownloadRequest.java188 public Builder setServiceId(String serviceId) { in setServiceId()
/aosp14/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java38 public Service(Context context, Transport transport, int serviceId) { in Service()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DNanoAppRpcService.java49 public NanoAppRpcService(long serviceId, int serviceVersion) { in NanoAppRpcService()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactPresenceTuple.java382 public Builder(@NonNull @BasicStatus String status, @NonNull @ServiceId String serviceId, in Builder()
443 private RcsContactPresenceTuple(@NonNull @BasicStatus String status, @NonNull String serviceId, in RcsContactPresenceTuple()
H A DRcsContactUceCapability.java341 public @Nullable RcsContactPresenceTuple getCapabilityTuple(@NonNull String serviceId) { in getCapabilityTuple()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A DUninstallAppProgress.java313 public void onResult(int status, int legacyStatus, @Nullable String message, int serviceId) { in onResult()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java191 public AribData(int transportStreamId, int serviceId, int originalNetworkId) { in AribData()
254 public DvbData(int transportStreamId, int serviceId, int originalNetworkId) { in DvbData()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
H A DWearPackageInstallerService.java427 public void onResult(int status, int legacyStatus, @Nullable String message, int serviceId) { in onResult()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationControllerTest.java1360 public void onRequestMagnificationSpec(int displayId, int serviceId) { in onRequestMagnificationSpec()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationController.java464 public void onRequestMagnificationSpec(int displayId, int serviceId) { in onRequestMagnificationSpec()
H A DFullScreenMagnificationController.java1799 void onRequestMagnificationSpec(int displayId, int serviceId); in onRequestMagnificationSpec()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1919 Pair<Integer, FilterComparison> serviceId) { in incrementAppWidgetServiceRefCount()