Loading packages/FakeOemFeatures/src/com/android/fakeoemfeatures/FakeView.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import android.os.Message; import android.view.View; /** * Dummy view to emulate stuff an OEM may want to do. * Fake view to emulate stuff an OEM may want to do. */ public class FakeView extends View { static final long TICK_DELAY = 30*1000; // 30 seconds Loading Loading
packages/FakeOemFeatures/src/com/android/fakeoemfeatures/FakeView.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import android.os.Message; import android.view.View; /** * Dummy view to emulate stuff an OEM may want to do. * Fake view to emulate stuff an OEM may want to do. */ public class FakeView extends View { static final long TICK_DELAY = 30*1000; // 30 seconds Loading