Searched refs:TestWallpaperRotationInitializer (Results 1 – 3 of 3) sorted by relevance
29 public class TestWallpaperRotationInitializer implements WallpaperRotationInitializer { class38 TestWallpaperRotationInitializer() { in TestWallpaperRotationInitializer() method in TestWallpaperRotationInitializer44 TestWallpaperRotationInitializer(@RotationInitializationState int rotationState) { in TestWallpaperRotationInitializer() method in TestWallpaperRotationInitializer50 private TestWallpaperRotationInitializer(Parcel unused) { in TestWallpaperRotationInitializer() method in TestWallpaperRotationInitializer121 public static final Parcelable.Creator<TestWallpaperRotationInitializer> CREATOR =122 new Parcelable.Creator<TestWallpaperRotationInitializer>() {124 public TestWallpaperRotationInitializer createFromParcel(Parcel in) {125 return new TestWallpaperRotationInitializer(in);129 public TestWallpaperRotationInitializer[] newArray(int size) {130 return new TestWallpaperRotationInitializer[size];
32 private TestWallpaperRotationInitializer mWallpaperRotationInitializer;38 mWallpaperRotationInitializer = new TestWallpaperRotationInitializer(); in TestWallpaperCategory()
65 import com.android.wallpaper.testing.TestWallpaperRotationInitializer;225 TestWallpaperRotationInitializer in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation()226 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation()254 TestWallpaperRotationInitializer in testShowStartRotationDialog_WifiOnly_ClickOK_Fails_ShowsErrorDialog()255 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testShowStartRotationDialog_WifiOnly_ClickOK_Fails_ShowsErrorDialog()279 TestWallpaperRotationInitializer in testStartRotation_WifiOnly_FailOnce_Retry()280 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testStartRotation_WifiOnly_FailOnce_Retry()308 TestWallpaperRotationInitializer in testShowStartRotationDialog_TurnOffWifiOnly_ClickOK_StartsRotation()309 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testShowStartRotationDialog_TurnOffWifiOnly_ClickOK_StartsRotation()333 TestWallpaperRotationInitializer in testStartRotation_WifiOnly_FailOnce_Retry_ShouldStillHaveWifiTurnedOff()[all …]