Home
last modified time | relevance | path

Searched refs:realApplication (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java35 @RealObject private Application realApplication; field in ShadowApplication
77 ReflectionHelpers.callInstanceMethod(Application.class, realApplication, "attach", in callAttach()
153 return (AppWidgetManager) realApplication.getSystemService(Context.APPWIDGET_SERVICE); in getAppWidgetManager()
299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService()