Home
last modified time | relevance | path

Searched refs:DozeWallpaperState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java33 public class DozeWallpaperState implements DozeMachine.Part { class
44 public DozeWallpaperState( in DozeWallpaperState() method in DozeWallpaperState
DDozeFactory.java121 new DozeWallpaperState(mWallpaperManager, mBiometricUnlockController, in assembleMachine()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeWallpaperStateTest.java47 private DozeWallpaperState mDozeWallpaperState;
55 mDozeWallpaperState = new DozeWallpaperState(mIWallpaperManager, mBiometricUnlockController, in setUp()