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()
75 import com.android.wallpaper.testing.TestWallpaperRotationInitializer;281 TestWallpaperRotationInitializer in testActivityRestarted_RotationStateChanges_StartRotationTileUpdates()282 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testActivityRestarted_RotationStateChanges_StartRotationTileUpdates()348 TestWallpaperRotationInitializer in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation()349 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation()377 TestWallpaperRotationInitializer in testShowStartRotationDialog_WifiOnly_ClickOK_Fails_ShowsErrorDialog()378 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testShowStartRotationDialog_WifiOnly_ClickOK_Fails_ShowsErrorDialog()400 TestWallpaperRotationInitializer in testStartRotation_WifiOnly_FailOnce_Retry()401 testWPRotationInitializer = (TestWallpaperRotationInitializer) in testStartRotation_WifiOnly_FailOnce_Retry()429 TestWallpaperRotationInitializer in testShowStartRotationDialog_TurnOffWifiOnly_ClickOK_StartsRotation()[all …]