SYMBOL INDEX (64 symbols across 9 files) FILE: app/src/androidTest/java/com/qtfreet/anticheckemulator/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/cpp/native-lib.cpp function jstring (line 58) | jstring chartoJstring(JNIEnv *env, const char *pat) { function jobject (line 68) | jobject getApplication(JNIEnv *env) { function jstring (line 125) | jstring getDeviceID(JNIEnv *env, jobject instance) { function antiFile (line 236) | void antiFile(char *res) { function antiProperty (line 246) | void antiProperty(char *res) { function antiPropertyValueContains (line 258) | void antiPropertyValueContains(char *res, char *val) { function getDeviceInfo (line 270) | void getDeviceInfo() { type sockaddr_in (line 292) | struct sockaddr_in type hostent (line 310) | struct hostent type in_addr (line 315) | struct in_addr type sockaddr (line 318) | struct sockaddr type sockaddr (line 318) | struct sockaddr function jint (line 346) | jint check(JNIEnv *env, jobject instance) { function jstring (line 377) | jstring getCpuinfo(JNIEnv *env, jobject instance) { function jstring (line 384) | jstring getKernelVersion(JNIEnv *env, jobject /* this */) { function jstring (line 391) | jstring getApkSign(JNIEnv *env, jobject /* this */) { function registerNativeMethods (line 406) | static int registerNativeMethods(JNIEnv *env, const char *className, function JNIEXPORT (line 418) | JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) { FILE: app/src/main/java/com/qtfreet/anticheckemulator/MainActivity.java class MainActivity (line 14) | public class MainActivity extends AppCompatActivity { method onCreate (line 17) | @Override FILE: app/src/main/java/com/qtfreet/anticheckemulator/emulator/Check.java class Check (line 37) | public class Check { method checkGravity (line 43) | public static boolean checkGravity(Context context) { method getAllSensors (line 56) | public static List getAllSensors(Context context) { method getVersionCode (line 66) | public static int getVersionCode(Context context) { method getVersionName (line 78) | public static String getVersionName(Context context) { method getInstalledApps (line 91) | public static String getInstalledApps(Context context) { method getPackageName (line 103) | public static String getPackageName(Context context) { method checkMultiTouch (line 108) | public static boolean checkMultiTouch(Context context) { method getModelName (line 119) | public static String getModelName() { method getModelBrand (line 123) | public static String getModelBrand() { method getMacAddress (line 128) | public static String getMacAddress(Context context) { method getDeviceID (line 142) | public static String getDeviceID(Context context) { method getMemorySize (line 152) | public static String getMemorySize() { method getCpuCore (line 180) | public static int getCpuCore() { method hasGPSDevice (line 195) | public static boolean hasGPSDevice(Context context) { method getCpuFrequency (line 205) | public static String getCpuFrequency() { method getCpuMaxFrequency (line 233) | public static int getCpuMaxFrequency() { method getBatteryTemp (line 325) | public static String getBatteryTemp(Context act) { method getBatteryVolt (line 340) | public static String getBatteryVolt(Context act) { method toInfoString (line 355) | public static String toInfoString(Context context) { FILE: app/src/main/java/com/qtfreet/anticheckemulator/emulator/GLSurfaceView.java class GLSurfaceView (line 10) | public class GLSurfaceView extends android.opengl.GLSurfaceView { method GLSurfaceView (line 12) | public GLSurfaceView(Context context) { method GLSurfaceView (line 17) | public GLSurfaceView(Context context, AttributeSet attributeSet) { method init (line 22) | private void init() { FILE: app/src/main/java/com/qtfreet/anticheckemulator/emulator/GpuRender.java class GpuRender (line 13) | public class GpuRender implements GLSurfaceView.Renderer { method onSurfaceCreated (line 14) | @Override method onSurfaceChanged (line 22) | @Override method onDrawFrame (line 27) | @Override FILE: app/src/main/java/com/qtfreet/anticheckemulator/emulator/JniAnti.java class JniAnti (line 7) | public class JniAnti { method getCpuinfo (line 12) | public static native String getCpuinfo(); method getApkSign (line 14) | public static native String getApkSign(); method getKernelVersion (line 16) | public static native String getKernelVersion(); method getDeviceID (line 18) | public static native String getDeviceID(); method checkAntiFile (line 20) | public static native int checkAntiFile(); FILE: app/src/main/java/com/qtfreet/anticheckemulator/utils/Util.java class Util (line 19) | public class Util { method hashMapToStringNoSort (line 20) | public static String hashMapToStringNoSort(HashMap par... method hashMapToStringSort (line 39) | public static String hashMapToStringSort(HashMap param... method readFile (line 59) | public static String readFile(String str) { method convertSize (line 82) | public static String convertSize(int i) { method tempToStr (line 111) | public static String tempToStr(float temp, int tempSetting) { FILE: app/src/test/java/com/qtfreet/anticheckemulator/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test