Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1752 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher
1757 if (mCachedInstance == null) { in getService()
1759 mCachedInstance = createService(); in getService()
1764 return mCachedInstance; in getService()
1780 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher
1785 if (mCachedInstance == null) { in getService()
1792 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()
1797 return mCachedInstance; in getService()