FileDocCategorySizeDatePackage
Prediction.javaAPI DocAndroid 5.1 API241Sat Mar 14 14:09:42 GMT 2015android.gesture

Prediction.java

package android.gesture;
public class Prediction
{
Prediction() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public final java.lang.String name;
public double score;
}