Lines Matching refs:Find
38 * Find Android API calls that require a version of Android higher
42 * Find object allocations within onDraw, onMeasure and onLayout
44 * Find usages of HashMap<Integer,X> which can be replaced by the
46 * Find typos in XML namespace declarations, as well as unused custom
49 * Find manifest files which declare more than one <uses-sdk>
59 * Find hardcoded android:debuggable attributes on <application>
62 * Find errors in format strings. This includes inconsistencies
65 * Find incorrect casts in Java code where the cast is incompatible
67 * Find hardcoded references to "/sdcard" in Java code; these should
70 * Find "import android.R" statements in Java code, which can lead to
72 * Find Java code which creates world-writeable files (which can lead
74 * Find references to private resources (which can lead to runtime
78 * Find invalid @id references (where for example a RelativeLayout
88 * Find XML files using a different encoding format than UTF-8, since
91 * Find XML resource files that contain text which should not be
95 * Find style references which lead to cycles, such as extending