Searched refs:mCachedInstance (Results 1 – 1 of 1) sorted by relevance
1898 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher1903 if (mCachedInstance == null) { in getService()1905 mCachedInstance = createService(); in getService()1910 return mCachedInstance; in getService()1926 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher1931 if (mCachedInstance == null) { in getService()1938 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()1943 return mCachedInstance; in getService()