Searched refs:sContentService (Results 1 – 1 of 1) sorted by relevance
2503 if (sContentService != null) { in getContentService()2504 return sContentService; in getContentService()2508 sContentService = IContentService.Stub.asInterface(b); in getContentService()2509 if (false) Log.v("ContentService", "default service = " + sContentService); in getContentService()2510 return sContentService; in getContentService()2518 private static IContentService sContentService; field in ContentResolver