All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.os.Vibrator Maven / Gradle / Ivy

package android.os;
public class Vibrator
{
Vibrator() { throw new RuntimeException("Stub!"); }
public  void vibrate(long milliseconds) { throw new RuntimeException("Stub!"); }
public  void vibrate(long[] pattern, int repeat) { throw new RuntimeException("Stub!"); }
public  void cancel() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy