Searched refs:mCachedInstance (Results 1 – 1 of 1) sorted by relevance
1137 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher1142 if (mCachedInstance == null) { in getService()1144 mCachedInstance = createService(); in getService()1149 return mCachedInstance; in getService()1165 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher1170 if (mCachedInstance == null) { in getService()1177 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()1182 return mCachedInstance; in getService()