Searched refs:mCachedInstance (Results 1 – 1 of 1) sorted by relevance
783 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher788 if (mCachedInstance == null) { in getService()789 mCachedInstance = createService(); in getService()791 return mCachedInstance; in getService()808 private T mCachedInstance; field in SystemServiceRegistry.StaticOuterContextServiceFetcher813 if (mCachedInstance == null) { in getService()814 mCachedInstance = createService(ctx.getOuterContext()); in getService()816 return mCachedInstance; in getService()