127128129130131132133134135136137
public FunctionDispatcher getDispatcher(Context context) { FunctionDispatcher dispatcher = _dispatcher; if (dispatcher == null) { synchronized(this) { if (_dispatcher != null) { return _dispatcher; }