Home | History | Annotate | Download | only in cts

Lines Matching refs:mContext

43     private Context mContext;
60 mContext = InstrumentationRegistry.getTargetContext();
67 new ContextThemeWrapper(mContext, R.style.TextAppearance);
69 new ContextThemeWrapper(mContext, mContext.getTheme());
75 mContext, SYSTEM_DEFAULT_THEME);
90 new MockContextThemeWrapper(mContext, R.style.TextAppearance);
96 assertEquals(mContext.getSystemService(Context.ACTIVITY_SERVICE),
98 assertNotSame(mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE),
111 attachBaseContext(new ContextThemeWrapper(mContext,
130 final int realDensity = mContext.getResources().getConfiguration().densityDpi;
134 mContext, SYSTEM_DEFAULT_THEME);
147 Resources.Theme expected = mContext.getResources().newTheme();
148 expected.setTo(mContext.getTheme());