Searched refs:mRemoteInlineSuggestionRenderService (Results 1 – 1 of 1) sorted by relevance
133 private RemoteInlineSuggestionRenderService mRemoteInlineSuggestionRenderService; field in AutofillManagerServiceImpl762 if (mRemoteInlineSuggestionRenderService != null) { in resetExtServiceLocked()763 mRemoteInlineSuggestionRenderService.destroy(); in resetExtServiceLocked()764 mRemoteInlineSuggestionRenderService = null; in resetExtServiceLocked()1729 if (mRemoteInlineSuggestionRenderService == null) { in getRemoteInlineSuggestionRenderServiceLocked()1737 mRemoteInlineSuggestionRenderService = new RemoteInlineSuggestionRenderService( in getRemoteInlineSuggestionRenderServiceLocked()1743 return mRemoteInlineSuggestionRenderService; in getRemoteInlineSuggestionRenderServiceLocked()