Searched refs:compatService (Results 1 – 1 of 1) sorted by relevance
67 return serviceContext.compatService; in getService()93 return currentServiceState.compatService; in waitForConnection()114 return currentServiceState.compatService; in waitForConnection()294 @Nullable final ISetupCompatService compatService; field in SetupCompatServiceProvider.ServiceContext296 private ServiceContext(State state, @Nullable ISetupCompatService compatService) { in ServiceContext() argument298 this.compatService = compatService; in ServiceContext()301 compatService, "CompatService cannot be null when state is connected"); in ServiceContext()