1. 60db5a8 AI 147652: CTS: fixed failed problem in android.app.cts.DatePickerDialogTest by Scott Su · 15 years ago
  2. cdeeb5b AI 147648: CTS: add test cases for android.app.Dialog by Scott Su · 15 years ago
  3. e68a4a1 AI 147644: CTS: add test cases for app.ListActivity by Scott Su · 15 years ago
  4. 60cb930 AI 147640: CTS: add test cases for android.app.AlarmManager by Scott Su · 15 years ago
  5. f479bb5 AI 147637: CTS: Add test case for android.app.ActivityManager by Scott Su · 15 years ago
  6. fd27abc AI 147634: CTS: add test cases for app.AlertDialog. by Scott Su · 15 years ago
  7. 5a76025 AI 147631: CTS: add test cases for LauncherActivity and TabActivity by Scott Su · 15 years ago
  8. 42f8f66 AI 147625: CTS: add test cases for content.pm.PackageManager and its related class. by Scott Su · 15 years ago
  9. 29aac8d AI 147618: CTS: add test cases for android.app.ExpandableListActivity by Scott Su · 15 years ago
  10. d776ea2 AI 147612: CTS: add test cases for Intent, IntentFiler and MutableContextWrapper by Scott Su · 15 years ago
  11. 7c0bdb3 AI 147609: CTS: add test cases for android.app.Activity. by Scott Su · 15 years ago
  12. 86ed74f AI 147606: CTS: fix failed problem in android.graphics.Paint by Scott Su · 15 years ago
  13. 2cc27de AI 147603: CTS: add test case for LocalActivityManager. by Scott Su · 15 years ago
  14. 17a8617 AI 147597: CTS: add test cases for android.content.res.TypedArray by Scott Su · 15 years ago
  15. 89a0970 AI 147594: CTS: add test cases for android.os.TokenWatcher by Scott Su · 15 years ago
  16. 501c063 AI 147591: CTS: add test cases for app.NotificationManager by Scott Su · 15 years ago
  17. 383a208 AI 147588: CTS: add test cases for android.widget.VideoView by Scott Su · 15 years ago
  18. 0af8f5c AI 147584: CTS: add test cases for provider.MediaStore by Scott Su · 15 years ago
  19. edf555c AI 147581: CTS:add test case for android.widget.MediaController by Scott Su · 15 years ago
  20. 85f5d8c AI 147573: CTS: add test cases for view.KeyEvent by Scott Su · 15 years ago
  21. 51f48d5 AI 147570: CTS: add test cases for android.widget.HeaderViewListAdapter by Scott Su · 15 years ago
  22. c05d403 AI 147566: CTS: add test cases for android.widget.SeekBar. by Scott Su · 15 years ago
  23. c032163 AI 147561: CTS: add test cases for android.widget.FrameLayout by Scott Su · 15 years ago
  24. e610a1e AI 147559: CTS: Use longer timeouts to allow for class initialization delays by Phil Dubach · 15 years ago
  25. 8c9b1e9 AI 147556: CTS: add test cases for android.os.ConditionVariable by Scott Su · 15 years ago
  26. a41d414 AI 147545: CTS: Handle timeout issues in unexpected tests by Phil Dubach · 15 years ago
  27. 56e6fe1 AI 147481: Include the performance tests in their own test plan. by Bill Napier · 15 years ago
  28. 5d3e1b9 AI 147477: CTS: Add test for Build.VERSION.RELEASE by Phil Dubach · 15 years ago
  29. 1928a76 AI 147450: CTS: add test cases for database.AbstractCursorTest, AbstractWindowedCursor, CursorJoiner, CursorWindow, DatabaseUtils, MatrixCursor and MergeCursor by Scott Su · 15 years ago
  30. b71daef AI 147448: CTS: add missing test in RectTest, RectFTest and LayoutTest by Scott Su · 15 years ago
  31. c080335 AI 147445: CTS: add test case for android.widget.CheckBox by Scott Su · 15 years ago
  32. 5731a54 AI 147442: CTS: add test cases for android.view.VelocityTracker by Scott Su · 15 years ago
  33. 8bd2754 AI 147435: CTS: add test cases for android.widget.ScrollView by Scott Su · 15 years ago
  34. 24236df AI 147398: CTS: Fix console search for test packages by Phil Dubach · 15 years ago
  35. 0ed2e70 AI 147345: CTS: add test cases for view.MotionEvent by Scott Su · 15 years ago
  36. fb7cda7 AI 147182: CTS: Fix NullPointerException during device restart BUG=1802445 by Phil Dubach · 15 years ago
  37. 8619270 AI 147143: Make sure parent directory exists when we by Jorg Pleumann · 15 years ago
  38. 380ec6f AI 147111: CTS: add test cases for SearchManager. by Scott Su · 15 years ago
  39. c968be4 AI 147099: CTS: add test cases for android.database.sqlite.SQLiteClosable. by Scott Su · 15 years ago
  40. 06f6081 AI 147097: CTS: add test cases for content.ContentResolver by Scott Su · 15 years ago
  41. 7fd3e03 AI 147089: CTS: Added test case for SQLiteAbortException, SQLiteConstraintException, SQLiteDatabaseCorruptException, SQLiteDiskIOException, SQLiteDoneException, SQLiteException, SQLiteFullException and SQLiteMisuseException by Scott Su · 15 years ago
  42. 231bd25 AI 147059: CTS: Fix LOCAL_MODULE_TAGS for CTS tests by Phil Dubach · 15 years ago
  43. 1856bd1 AI 147049: Adding MultiApp Startup performance CTS test case. by Bill Napier · 15 years ago
  44. 07b1ec2 AI 147044: Single App Performance tests. by Bill Napier · 15 years ago
  45. f418d6c AI 146910: [Issue 1556587] CTS: CTS should include test cases to ensure application process and user isolation by Scott Su · 15 years ago
  46. e052f88 AI 146905: CTS: add test cases for android.os.Binder by Scott Su · 15 years ago
  47. 8f5bd29 AI 146900: CTS: add test cases for android.os.Process by Scott Su · 15 years ago
  48. 9959554 AI 146894: CTS: add test cases for android.app.Service by Scott Su · 15 years ago
  49. 5461caa AI 146876: CTS: add test cases for text.TextUtils. by Scott Su · 15 years ago
  50. c8a5cde AI 146790: Add ApiDemos Reference Application test to CTS. by Bill Napier · 15 years ago
  51. 48dd902 AI 146773: Create a CtsReferenceApp library so all CtsReferenceApp tests can have a common helpful baseclass. by Bill Napier · 15 years ago
  52. a74a1c2 AI 146764: Added Reference App Testing Support to CTS host. by Bill Napier · 15 years ago
  53. 3e506e0 AI 146763: Add the ability to read adb logcat messages to TestDevice by Bill Napier · 15 years ago
  54. fc77f6e AI 146710: Splitting android.core.tests.apk into several smaller by Urs Grob · 15 years ago
  55. 0ace6d6 AI 146287: CTS: fixed failed problem in ProxyTest by Scott Su · 15 years ago
  56. 0bcd3d0 AI 146283: CTS: add test cases for android.os.RemoteCallbackList by Scott Su · 15 years ago
  57. 167db1e AI 146270: CTS: fixed failed problem in android.util.TimeUtils by Scott Su · 15 years ago
  58. 9219aa8 AI 146267: CTS: add test cases for android.os.Debug by Scott Su · 15 years ago
  59. 442fc92 AI 146263: CTS: add test cases for android.os.Environment by Scott Su · 15 years ago
  60. 6e026a7 AI 146105: CTS: add test cases for android.os.FileObserver by Scott Su · 15 years ago
  61. 3f7ac77 AI 146100: CTS: add test case for util.EventLogTags, Log, SparseArray, SparseBooleanArray, SparseIntArray, StateSet and TimingLogger. by Scott Su · 15 years ago
  62. 48ec0cd AI 146095: CTS: fix a test failure in android.os.cts.BundleTest by Scott Su · 15 years ago
  63. 82de51d AI 146089: CTS: add test cases for android.app.AliasActivity by Scott Su · 15 years ago
  64. 9b860de AI 146080: CTS: add test cases for location.LocationProvider and LocationManager. by Scott Su · 15 years ago
  65. b593788 AI 146077: CTS: add test cases for TextSwitcher and ZoomControls by Scott Su · 15 years ago
  66. f8e6a37 AI 146073: CTS: Add test case for CheckedTextView. by Scott Su · 15 years ago
  67. 7fc2185 AI 146071: CTS: Clean up test annotations BUG=1654276 by Scott Su · 15 years ago
  68. c3a243a AI 146056: CTS: add test cases for android.text.method.BaseKeyListener, QwertyKeyListener, TextKeyListener, MultiTapKeyListener, DigitsKeyListener, NumberKeyListener, TimeKeyListener, DateKeyListener and DateTimeKeyListener by Scott Su · 15 years ago
  69. ce60cb7 AI 146049: CTS: add test cases for android.widget.Toast by Scott Su · 15 years ago
  70. bd2c7b9 AI 145945: CTS: Decrease device restart interval to 200 tests by Phil Dubach · 15 years ago
  71. 5bf9da1 AI 145881: Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 15 years ago
  72. 58a3e99 AI 145825: CTS: add test cases for android.app.Instrumentation by Scott Su · 15 years ago
  73. c14a50e AI 145820: CTS: Add test cases for android.app.Application by Scott Su · 15 years ago
  74. 98606cd AI 145727: CTS: Fixes and improvements for device reboots by Phil Dubach · 15 years ago
  75. 7220854 AI 145693: CTS: add test cases for android.view.ContextThemeWrapper by Scott Su · 15 years ago
  76. af2427c AI 145689: CTS: add test cases for android.view.SurfaceView by Scott Su · 15 years ago
  77. ab614ec AI 145686: CTS: add test cases for android.view.Display by Scott Su · 15 years ago
  78. 7ae7867 AI 145675: CTS: fixed the fail bug in android.net.cts.NetworkInfoTest by Scott Su · 15 years ago
  79. ba45315 AI 145672: CTS: add test cases for provider.Settings. by Scott Su · 15 years ago
  80. 616c4b5 AI 145670: CTS: add test cases for android.widget.AdapterView by Scott Su · 15 years ago
  81. a695787 AI 145668: CTS: add test cases for net.UrlQuerySanitizer. by Scott Su · 15 years ago
  82. 176848a AI 145574: Automated g4 rollback of changelist 145551. by Bill Napier · 15 years ago
  83. fd21517 AI 145551: Automated g4 rollback of changelist 145504. by Bill Napier · 15 years ago
  84. 82762ac AI 145504: Automated g4 rollback of changelist 145395. by Bill Napier · 15 years ago
  85. b8b7dbe AI 145395: Create a CtsReferenceApp library so all CtsReferenceApp tests can have a common helpful baseclass. by Bill Napier · 15 years ago
  86. a6f2eaa AI 145290: Taking @hide for packages into account. BUG=1708789 by Urs Grob · 15 years ago
  87. 8287314 AI 145287: CTS: add test cases for android.text.Html by Scott Su · 15 years ago
  88. f4d709d AI 145280: CTS: add test cases for os.StatFs by Scott Su · 15 years ago
  89. 530514c AI 145278: CTS: add test cases for android.text.BoringLayout by Scott Su · 15 years ago
  90. 1a96ff3 AI 145275: CTS: add test cases for android.text.InputFilter.LengthFilter and AllCaps by Scott Su · 15 years ago
  91. cb6a59c AI 145268: CTS: add test cases for android.content.res.ColorStateList by Scott Su · 15 years ago
  92. f9a4e4f AI 145266: CTS: add test cases for android.text.AlteredCharSequence by Scott Su · 15 years ago
  93. d2feed1 AI 145264: CTS: add test cases for android.text.AndroidCharacter by Scott Su · 15 years ago
  94. 2973dea AI 145258: CTS: add test cases for android.widget.TextView by Scott Su · 15 years ago
  95. 3ab476d AI 145257: CTS: add test cases for android.widget.BaseAdapter by Scott Su · 15 years ago
  96. 309d0e9 AI 145254: CTS: add Android permissions test cases. by Scott Su · 15 years ago
  97. 2d8a0a3 AI 145252: CTS: add test cases for android.widget.MultiAutoCompleteTextView by Scott Su · 15 years ago
  98. c176137 AI 145251: CTS: add test cases for android.widget.ListView by Scott Su · 15 years ago
  99. 27c448a AI 145248: CTS: add intent test cases for action CALL and DIAL, wrapped the lines which are longer than 100, revise annotations. by Scott Su · 15 years ago
  100. 3d864be AI 145245: CTS: add test cases for android.widget.TimePicker. by Scott Su · 15 years ago