Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java34 import static android.server.wm.app.Components.TOP_NON_RESIZABLE_WALLPAPER_ACTIVITY;
295 topActivity = TOP_NON_RESIZABLE_WALLPAPER_ACTIVITY; in testTransitionSelection()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java151 …public static final ComponentName TOP_NON_RESIZABLE_WALLPAPER_ACTIVITY = component("TopNonResizabl… field in Components