Searched defs:getSystemService (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DWeakContext.java13 // Also provides utility functions to getSystemService from the UI or any
30 public static Object getSystemService(final String name) { method in class:WeakContext
36 return context.getSystemService(name);
41 return context.getSystemService(name);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContextWrapper.java67 public Object getSystemService(String name) { method in class:ShadowContextWrapper
68 return getApplicationContext().getSystemService(name);
H A DShadowApplication.java150 public Object getSystemService(String name) { method in class:ShadowApplication

Completed in 2247 milliseconds