Home
last modified time | relevance | path

Searched refs:mInstrContext (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java113 private Context mInstrContext; field in Instrumentation
140 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6740 Landroid/app/Instrumentation;->mInstrContext:Landroid/content/Context;