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

/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java106 @Override public Object getSystemService(String name) { method in class:ContextThemeWrapper
113 return getBaseContext().getSystemService(name);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java106 public Object getSystemService(String name) { method in class:ListViewTest.MockContext2
108 return getInstrumentation().getTargetContext().getSystemService(name);
110 return super.getSystemService(name);
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java115 public Object getSystemService(String name) { method in class:IsolatedContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java560 public Object getSystemService(String name) { method in class:ContextWrapper
561 return mBase.getSystemService(name);
H A DContext.java2258 public abstract Object getSystemService(@ServiceName @NonNull String name); method in class:Context
2261 * Use with {@link #getSystemService} to retrieve a
2269 * Use with {@link #getSystemService} to retrieve a
2273 * @see #getSystemService
2279 * Use with {@link #getSystemService} to retrieve a
2283 * @see #getSystemService
2289 * Use with {@link #getSystemService} to retrieve a
2293 * @see #getSystemService
2299 * Use with {@link #getSystemService} to retrieve a
2303 * @see #getSystemService
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java477 public Object getSystemService(String name) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java438 public Object getSystemService(String service) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java635 getSystemService(Context.DISPLAY_SERVICE);
1830 public Object getSystemService(String name) { method in class:ContextImpl
H A DActivity.java4987 public Object getSystemService(@ServiceName @NonNull String name) { method in class:Activity
4999 return super.getSystemService(name);
5254 * inflating with the LayoutInflater returned by {@link #getSystemService}.
5270 * used when inflating with the LayoutInflater returned by {@link #getSystemService}.
5910 (WindowManager)context.getSystemService(Context.WINDOW_SERVICE),

Completed in 2302 milliseconds