mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
14 lines
305 B
Java
Generated
14 lines
305 B
Java
Generated
// Generated automatically from android.view.MenuInflater for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.content.Context;
|
|
import android.view.Menu;
|
|
|
|
public class MenuInflater
|
|
{
|
|
protected MenuInflater() {}
|
|
public MenuInflater(Context p0){}
|
|
public void inflate(int p0, Menu p1){}
|
|
}
|