Searched refs:configContext (Results 1 – 2 of 2) sorted by relevance
184 final Context configContext = createConfigurationContext(testConfig); in onHandleCommand()561 configContext.getSystemService(WindowManager.class); in onHandleCommand()569 ViewConfiguration.get(configContext); in onHandleCommand()580 new GestureDetector(configContext, listener); in onHandleCommand()677 final Context configContext = createConfigurationContext(config); in verifyGetDisplay() local679 configContextDisplay = configContext.getDisplay(); in verifyGetDisplay()686 final Context configContext = createConfigurationContext(config); in verifyIsUiContext() local689 final boolean imeDerivedConfigContext = configContext.isUiContext(); in verifyIsUiContext()
1042 final Context configContext = getContext().createConfigurationContext(configuration); in testIncorrectContextUse_ConfigContext() local1045 () -> configContext.getSystemService(WindowManager.class)); in testIncorrectContextUse_ConfigContext()1048 ViewConfiguration.get(configContext); in testIncorrectContextUse_ConfigContext()1053 ViewConfiguration.get(configContext); in testIncorrectContextUse_ConfigContext()1054 new GestureDetector(configContext, mGestureListener); in testIncorrectContextUse_ConfigContext()1063 configContext.getSystemService(WallpaperManager.class) in testIncorrectContextUse_ConfigContext()