Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java24 import static android.server.wm.app.Components.BAD_BLUR_ACTIVITY;
138 startTestActivity(BAD_BLUR_ACTIVITY, in testNoBackgroundBlurForNonTranslucentWindow()
155 startTestActivity(BAD_BLUR_ACTIVITY, in testNoBlurBehindWhenFlagNotSet()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java262 public static final ComponentName BAD_BLUR_ACTIVITY = field in Components