Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1137 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher
1142 if (mCachedInstance == null) { in getService()
1144 mCachedInstance = createService(); in getService()
1149 return mCachedInstance; in getService()
1165 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher
1170 if (mCachedInstance == null) { in getService()
1177 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()
1182 return mCachedInstance; in getService()