Searched refs:mCachedInstance (Results 1 – 1 of 1) sorted by relevance
1752 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher1757 if (mCachedInstance == null) { in getService()1759 mCachedInstance = createService(); in getService()1764 return mCachedInstance; in getService()1780 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher1785 if (mCachedInstance == null) { in getService()1792 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()1797 return mCachedInstance; in getService()