Searched refs:sContentService (Results 1 – 1 of 1) sorted by relevance
1899 if (sContentService != null) { in getContentService()1900 return sContentService; in getContentService()1904 sContentService = IContentService.Stub.asInterface(b); in getContentService()1905 if (false) Log.v("ContentService", "default service = " + sContentService); in getContentService()1906 return sContentService; in getContentService()1909 private static IContentService sContentService; field in ContentResolver