Searched defs:baseContext (Results 1 – 10 of 10) sorted by relevance
40 Context baseContext = in setUp() local
46 Context baseContext = BridgeContext.getBaseContext(context); in getInstance() local
150 final Context baseContext = getBaseContext(); in getApplicationContext() local
44 Context baseContext = BridgeContext.getBaseContext(thisView.getContext()); in getWindowToken() local
49 public DecorContext(Context baseContext, PhoneWindow phoneWindow) { in DecorContext()
70 final Context baseContext = Mockito.spy(mContext.getApplicationContext()); in testDecorContextWithDefaultDisplay() local
56 private val baseContext = mock<Context>() in <lambda>() constant
32 private val baseContext: Context, constant in com.android.wm.shell.common.UserProfileContexts
523 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump()
3052 ContextImpl baseContext = new ContextImpl(this, mMainThread, mPackageInfo, mParams, in createWindowContextBase() local