mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Update stubs
This commit is contained in:
20
java/ql/test/stubs/google-android-9.0.0/android/hardware/SensorDirectChannel.java
generated
Normal file
20
java/ql/test/stubs/google-android-9.0.0/android/hardware/SensorDirectChannel.java
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
// Generated automatically from android.hardware.SensorDirectChannel for testing purposes
|
||||
|
||||
package android.hardware;
|
||||
|
||||
import android.hardware.Sensor;
|
||||
import java.nio.channels.Channel;
|
||||
|
||||
public class SensorDirectChannel implements Channel
|
||||
{
|
||||
protected void finalize(){}
|
||||
public boolean isOpen(){ return false; }
|
||||
public int configure(Sensor p0, int p1){ return 0; }
|
||||
public static int RATE_FAST = 0;
|
||||
public static int RATE_NORMAL = 0;
|
||||
public static int RATE_STOP = 0;
|
||||
public static int RATE_VERY_FAST = 0;
|
||||
public static int TYPE_HARDWARE_BUFFER = 0;
|
||||
public static int TYPE_MEMORY_FILE = 0;
|
||||
public void close(){}
|
||||
}
|
||||
Reference in New Issue
Block a user