/aosp12/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
|
/aosp12/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
|
/aosp12/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
|
/aosp12/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
|
/aosp12/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
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothProfileConnector.java | 183 public abstract T getServiceInterface(IBinder service); in getServiceInterface() method in BluetoothProfileConnector
|
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | RemoteContentCaptureService.java | 70 protected IContentCaptureService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteContentCaptureService
|
/aosp12/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
|
/aosp12/frameworks/base/core/java/com/android/internal/infra/ |
H A D | AbstractRemoteService.java | 177 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 D | ImsServiceControllerCompat.java | 67 protected final String getServiceInterface() { in getServiceInterface() method in ImsServiceControllerCompat
|
H A D | ImsServiceController.java | 591 protected String getServiceInterface() { in getServiceInterface() method in ImsServiceController
|
H A D | ImsResolver.java | 368 String getServiceInterface(); in getServiceInterface() method
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/ |
H A D | RcsFeatureConnection.java | 275 public IImsRcsFeature getServiceInterface(IBinder b) { in getServiceInterface() method in RcsFeatureConnection
|
H A D | MmTelFeatureConnection.java | 580 private IImsMmTelFeature getServiceInterface(IBinder b) { in getServiceInterface() method in MmTelFeatureConnection
|
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | NfcAdapter.java | 678 private static INfcAdapter getServiceInterface() { in getServiceInterface() method in NfcAdapter
|