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()
2762 final Context uiContext = getSystemUiContext();2767 mCurrentUserResources = uiContext.getResources();2774 uiContext.getPackageName(), null, 0, userId);2782 uiContext.getResources().getCompatibilityInfo(),2800 final Context uiContext = ActivityThread.currentActivityThread().getSystemUiContext();2802 ? 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()