Searched refs:sContentService (Results 1 – 1 of 1) sorted by relevance
2563 if (sContentService != null) { in getContentService()2564 return sContentService; in getContentService()2568 sContentService = IContentService.Stub.asInterface(b); in getContentService()2569 if (false) Log.v("ContentService", "default service = " + sContentService); in getContentService()2570 return sContentService; in getContentService()2578 private static IContentService sContentService; field in ContentResolver