Searched defs:mCachedInstance (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java854 private T mCachedInstance; field in class:SystemServiceRegistry.StaticServiceFetcher
859 if (mCachedInstance == null) {
860 mCachedInstance = createService();
862 return mCachedInstance;
878 private T mCachedInstance; field in class:SystemServiceRegistry.StaticApplicationContextServiceFetcher
883 if (mCachedInstance == null) {
889 mCachedInstance = createService(appContext != null ? appContext : ctx);
891 return mCachedInstance;

Completed in 113 milliseconds