323324325326327328329330331
protected synchronized static AsLifecycleDelegate getDelegate() { if (delegate == null) { delegate = new AsLifecycleDelegate(); } return delegate; }