Searched refs:inputMethodService (Results 1 – 2 of 2) sorted by relevance
90 NavigationBarController(@NonNull InputMethodService inputMethodService) { in NavigationBarController() argument92 ? new Impl(inputMethodService) : Callback.NOOP; in NavigationBarController()159 Impl(@NonNull InputMethodService inputMethodService) { in Impl() argument160 mService = inputMethodService; in Impl()
106 @NonNull WeakReference<InputMethodServiceInternal> inputMethodService, in RemoteInputConnection()108 mImsInternal = new InputMethodServiceInternalHolder(inputMethodService); in RemoteInputConnection()