Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java2686 return createApplicationContextAsUser(application, flags, user); in createApplicationContext()
2689 private Context createApplicationContextAsUser(ApplicationInfo application, int flags, in createApplicationContextAsUser() method in ContextImpl
2723 ContextImpl ctx = (ContextImpl) createApplicationContextAsUser(sdkInfo, flags, user); in createContextForSdkInSandbox()