Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DKeyguardTransitionTests.java24 import static android.server.am.Components.WALLPAPAER_ACTIVITY;
68 launchActivity(WALLPAPAER_ACTIVITY); in testUnlockWallpaper()
71 mAmWmState.computeState(WALLPAPAER_ACTIVITY); in testUnlockWallpaper()
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DComponents.java132 public static final ComponentName WALLPAPAER_ACTIVITY = component("WallpaperActivity"); field in Components