Home
last modified time | relevance | path

Searched refs:mCachedInstance (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java783 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher
788 if (mCachedInstance == null) { in getService()
789 mCachedInstance = createService(); in getService()
791 return mCachedInstance; in getService()
808 private T mCachedInstance; field in SystemServiceRegistry.StaticOuterContextServiceFetcher
813 if (mCachedInstance == null) { in getService()
814 mCachedInstance = createService(ctx.getOuterContext()); in getService()
816 return mCachedInstance; in getService()