mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
19 lines
690 B
Java
Generated
19 lines
690 B
Java
Generated
// Generated automatically from android.view.textclassifier.TextClassificationContext for testing purposes
|
|
|
|
package android.view.textclassifier;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class TextClassificationContext implements Parcelable
|
|
{
|
|
protected TextClassificationContext() {}
|
|
public String getPackageName(){ return null; }
|
|
public String getWidgetType(){ return null; }
|
|
public String getWidgetVersion(){ return null; }
|
|
public String toString(){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public static Parcelable.Creator<TextClassificationContext> CREATOR = null;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|