Searched refs:uiContext (Results 1 – 5 of 5) sorted by relevance
51 Context uiContext = currentActivityThread.getSystemUiContext(); in updateWallpaper() local52 WallpaperManager wallpaperManager = WallpaperManager.getInstance(uiContext); in updateWallpaper()
86 final Context uiContext = ActivityThread.currentActivityThread().getSystemUiContext(); in ImmersiveModeConfirmation() local88 ? uiContext : uiContext.createDisplayContext(display); in ImmersiveModeConfirmation()
89 public AppWarnings(ActivityTaskManagerService atm, Context uiContext, Handler handler, in AppWarnings() argument92 mUiContext = uiContext; in AppWarnings()
2752 final Context uiContext = getSystemUiContext();2757 mCurrentUserResources = uiContext.getResources();2764 uiContext.getPackageName(), null, 0, userId);2772 uiContext.getResources().getCompatibilityInfo(),2790 final Context uiContext = ActivityThread.currentActivityThread().getSystemUiContext();2792 ? uiContext : uiContext.createDisplayContext(mDisplayContent.getDisplay());
259 public void launchSettings(Context uiContext, DreamInfo dreamInfo) { in launchSettings() argument264 uiContext.startActivity(new Intent().setComponent(dreamInfo.settingsComponentName)); in launchSettings()