HomeSort by relevance Sort by last modified time
    Searched defs:TestedScreen (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
TestedScreen.java 29 public class TestedScreen extends Activity
31 public static final String WAIT_BEFORE_FINISH = "TestedScreen.WAIT_BEFORE_FINISH";
32 public static final String DELIVER_RESULT = "TestedScreen.DELIVER_RESULT";
33 public static final String CLEAR_TASK = "TestedScreen.CLEAR_TASK";
35 public TestedScreen() {
  /cts/tests/app/src/android/app/cts/
TestedScreen.java 29 public class TestedScreen extends Activity {
30 public static final String WAIT_BEFORE_FINISH = "TestedScreen.WAIT_BEFORE_FINISH";
31 public static final String DELIVER_RESULT = "TestedScreen.DELIVER_RESULT";
32 public static final String CLEAR_TASK = "TestedScreen.CLEAR_TASK";
33 private static final String TAG = "TestedScreen" ;
34 public TestedScreen() {
  /cts/tests/tests/os/src/android/os/cts/
TestedScreen.java 29 public class TestedScreen extends Activity {
30 public static final String WAIT_BEFORE_FINISH = "TestedScreen.WAIT_BEFORE_FINISH";
31 public static final String DELIVER_RESULT = "TestedScreen.DELIVER_RESULT";
32 public static final String CLEAR_TASK = "TestedScreen.CLEAR_TASK";
33 private static final String TAG = "TestedScreen" ;
34 public TestedScreen() {

Completed in 221 milliseconds