Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/context/
DContext.java34 private static final android.content.Context sInstrumentationContext = field in Context
60 return sInstrumentationContext; in instrumentationContext()
67 return sInstrumentationContext.createContextAsUser(user.userHandle(), /* flags= */ 0); in instrumentationContextAsUser()