Searched refs:baseContext (Results 1 – 2 of 2) sorted by relevance
163 public MockContext2(Context baseContext) { in MockContext2() argument164 mBaseContext = baseContext; in MockContext2()
205 final Context baseContext = mInstrumentation.getTargetContext(); in getNavigationModel() local209 final Context ctx = baseContext.createPackageContext("android", 0); in getNavigationModel()