Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1898 private T mCachedInstance; field in SystemServiceRegistry.StaticServiceFetcher
1903 if (mCachedInstance == null) { in getService()
1905 mCachedInstance = createService(); in getService()
1910 return mCachedInstance; in getService()
1926 private T mCachedInstance; field in SystemServiceRegistry.StaticApplicationContextServiceFetcher
1931 if (mCachedInstance == null) { in getService()
1938 mCachedInstance = createService(appContext != null ? appContext : ctx); in getService()
1943 return mCachedInstance; in getService()