Home
last modified time | relevance | path

Searched defs:getSystemService (Results 1 – 6 of 6) sorted by relevance

/external/dagger2/java/dagger/hilt/android/internal/managers/
DViewComponentManager.java210 public Object getSystemService(String name) { in getSystemService() method in ViewComponentManager.FragmentContextWrapper
/external/cronet/base/android/java/src/org/chromium/base/compat/
DApiHelperForM.java162 public static <T> T getSystemService(Context context, Class<T> serviceClass) { in getSystemService() method in ApiHelperForM
/external/cronet/base/android/java/src/org/chromium/base/
DBundleUtils.java298 public Object getSystemService(String name) { in createContextForInflation() method in BundleUtils
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java83 protected Object getSystemService(String name) { in getSystemService() method in ShadowContextImpl
504 Object getSystemService(String name); in getSystemService() method
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java60 protected Object getSystemService(String name) { in getSystemService() method in ShadowContextImpl
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java339 public Object getSystemService(String s) { in getSystemService() method in MockContext.MockContext2