mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
13 lines
343 B
Java
Generated
13 lines
343 B
Java
Generated
// Generated automatically from android.content.ContextParams for testing purposes
|
|
|
|
package android.content;
|
|
|
|
import android.content.AttributionSource;
|
|
|
|
public class ContextParams
|
|
{
|
|
protected ContextParams() {}
|
|
public AttributionSource getNextAttributionSource(){ return null; }
|
|
public String getAttributionTag(){ return null; }
|
|
}
|