Searched refs:sContentService (Results 1 – 1 of 1) sorted by relevance
2971 if (sContentService != null) { in getContentService()2972 return sContentService; in getContentService()2976 sContentService = IContentService.Stub.asInterface(b); in getContentService()2977 if (false) Log.v("ContentService", "default service = " + sContentService); in getContentService()2978 return sContentService; in getContentService()2986 private static IContentService sContentService; field in ContentResolver