Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoControllerImpl.java126 Context currentUserContext; in queryForUserInformation() local
130 currentUserContext = mContext.createPackageContextAsUser("android", 0, in queryForUserInformation()
146 final Context context = currentUserContext; in queryForUserInformation()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7609 Context currentUserContext = mContext.createContextAsUser(getCurrentUser().getUserHandle(), in launchBugReportHandlerApp() local
7611 if (!BugReportHandlerUtil.isBugReportHandlerEnabled(currentUserContext)) { in launchBugReportHandlerApp()
7620 return BugReportHandlerUtil.launchBugReportHandlerApp(currentUserContext); in launchBugReportHandlerApp()