Searched refs:mInstrContext (Results 1 – 2 of 2) sorted by relevance
123 private Context mInstrContext; field in Instrumentation152 if (mInstrContext == null) { in checkInstrumenting()167 if (mInstrContext == null) { in isInstrumenting()329 return mInstrContext; in getContext()1224 UserManager userManager = mInstrContext.getSystemService(UserManager.class); in setDisplayIfNeeded()1228 + ", user=" + mInstrContext.getUser() + ", userDisplayId=" + userDisplayId); in setDisplayIfNeeded()1232 + "display assigned to user " + mInstrContext.getUser()); in setDisplayIfNeeded()2388 mInstrContext = instrContext; in init()2410 mInstrContext = context; in basicInit()
6740 Landroid/app/Instrumentation;->mInstrContext:Landroid/content/Context;