Home
last modified time | relevance | path

Searched defs:getServiceInterface (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DRemoteMusicRecognitionService.java66 protected IMusicRecognitionService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteMusicRecognitionService
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DRemoteAppPredictionService.java54 protected IPredictionService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteAppPredictionService
/aosp12/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DRemoteContentSuggestionsService.java56 protected IContentSuggestionsService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteContentSuggestionsService
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DRemoteSearchUiService.java54 protected ISearchUiService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteSearchUiService
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DRemoteSmartspaceService.java54 protected ISmartspaceService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteSmartspaceService
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileConnector.java183 public abstract T getServiceInterface(IBinder service); in getServiceInterface() method in BluetoothProfileConnector
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DRemoteContentCaptureService.java70 protected IContentCaptureService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteContentCaptureService
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java64 protected IInlineSuggestionRenderService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteInlineSuggestionRenderService
/aosp12/frameworks/base/core/java/com/android/internal/infra/
H A DAbstractRemoteService.java177 protected abstract I getServiceInterface(@NonNull IBinder service); in getServiceInterface() method in AbstractRemoteService
203 public final I getServiceInterface() { in getServiceInterface() method in AbstractRemoteService
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceControllerCompat.java67 protected final String getServiceInterface() { in getServiceInterface() method in ImsServiceControllerCompat
H A DImsServiceController.java591 protected String getServiceInterface() { in getServiceInterface() method in ImsServiceController
H A DImsResolver.java368 String getServiceInterface(); in getServiceInterface() method
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DRcsFeatureConnection.java275 public IImsRcsFeature getServiceInterface(IBinder b) { in getServiceInterface() method in RcsFeatureConnection
H A DMmTelFeatureConnection.java580 private IImsMmTelFeature getServiceInterface(IBinder b) { in getServiceInterface() method in MmTelFeatureConnection
/aosp12/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java678 private static INfcAdapter getServiceInterface() { in getServiceInterface() method in NfcAdapter