Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DRemoteMusicRecognitionService.java66 protected IMusicRecognitionService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteMusicRecognitionService
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
H A DRemoteWallpaperEffectsGenerationService.java61 protected IWallpaperEffectsGenerationService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteWallpaperEffectsGenerationService
/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DRemoteSearchUiService.java54 protected ISearchUiService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteSearchUiService
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DRemoteSmartspaceService.java54 protected ISmartspaceService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteSmartspaceService
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DRemoteContentSuggestionsService.java56 protected IContentSuggestionsService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteContentSuggestionsService
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DRemoteAppPredictionService.java54 protected IPredictionService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteAppPredictionService
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DRemoteContentCaptureService.java72 protected IContentCaptureService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteContentCaptureService
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java64 protected IInlineSuggestionRenderService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteInlineSuggestionRenderService
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DAbstractRemoteService.java189 protected abstract I getServiceInterface(@NonNull IBinder service); in getServiceInterface() method in AbstractRemoteService
215 public final I getServiceInterface() { in getServiceInterface() method in AbstractRemoteService
/aosp14/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java677 private static INfcAdapter getServiceInterface() { in getServiceInterface() method in NfcAdapter