Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java980 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher
985 if (mCachedInstance == null) { in getService()
987 mCachedInstance = createService(); in getService()
992 return mCachedInstance; in getService()
1008 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher
1013 if (mCachedInstance == null) { in getService()
1020 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()
1025 return mCachedInstance; in getService()