Searched refs:mInstrContext (Results 1 – 2 of 2) sorted by relevance
113 private Context mInstrContext; field in Instrumentation140 if (mInstrContext == null) { in checkInstrumenting()154 if (mInstrContext == null) { in isInstrumenting()315 return mInstrContext; in getContext()1154 UserManager userManager = mInstrContext.getSystemService(UserManager.class); in setDisplayIfNeeded()1158 + ", user=" + mInstrContext.getUser() + ", userDisplayId=" + userDisplayId); in setDisplayIfNeeded()1162 + "display assigned to user " + mInstrContext.getUser()); in setDisplayIfNeeded()2208 mInstrContext = instrContext; in init()
6740 Landroid/app/Instrumentation;->mInstrContext:Landroid/content/Context;