/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
H A D | RemoteMusicRecognitionService.java | 66 protected IMusicRecognitionService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteMusicRecognitionService
|
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
H A D | RemoteWallpaperEffectsGenerationService.java | 61 protected IWallpaperEffectsGenerationService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteWallpaperEffectsGenerationService
|
/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/ |
H A D | RemoteSearchUiService.java | 54 protected ISearchUiService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteSearchUiService
|
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
H A D | RemoteSmartspaceService.java | 54 protected ISmartspaceService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteSmartspaceService
|
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
H A D | RemoteContentSuggestionsService.java | 56 protected IContentSuggestionsService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteContentSuggestionsService
|
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | RemoteAppPredictionService.java | 54 protected IPredictionService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteAppPredictionService
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | RemoteContentCaptureService.java | 72 protected IContentCaptureService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteContentCaptureService
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | RemoteInlineSuggestionRenderService.java | 64 protected IInlineSuggestionRenderService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteInlineSuggestionRenderService
|
/aosp14/frameworks/base/core/java/com/android/internal/infra/ |
H A D | AbstractRemoteService.java | 189 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 D | NfcAdapter.java | 677 private static INfcAdapter getServiceInterface() { in getServiceInterface() method in NfcAdapter
|