summaryrefslogtreecommitdiff
path: root/tests/codecoverage/instrumentation/src/android/platform/test/Example.java
blob: ecda3773745a0be635bf1f0d06b7f6f98fab7106 (plain)
1
2
3
4
5
6
7
8
9
package android.platform.test.coverage;

/** A minimal class used to produce coverage information. */
public class Example {

    public void coveredMethod() {}

    public void notCoveredMethod() {}
}