mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
22 lines
662 B
Java
Generated
22 lines
662 B
Java
Generated
// Generated automatically from android.app.TaskInfo for testing purposes
|
|
|
|
package android.app;
|
|
|
|
import android.app.ActivityManager;
|
|
import android.content.ComponentName;
|
|
import android.content.Intent;
|
|
|
|
public class TaskInfo
|
|
{
|
|
public ActivityManager.TaskDescription taskDescription = null;
|
|
public ComponentName baseActivity = null;
|
|
public ComponentName origActivity = null;
|
|
public ComponentName topActivity = null;
|
|
public Intent baseIntent = null;
|
|
public String toString(){ return null; }
|
|
public boolean isRunning = false;
|
|
public boolean isVisible(){ return false; }
|
|
public int numActivities = 0;
|
|
public int taskId = 0;
|
|
}
|