| Commit message (Expand) | Author | Age | Files | Lines |
* | DO NOT MERGE. Integrate from master: Rework display size access. | Dianne Hackborn | 2011-05-16 | 1 | -10/+11 |
* | am 79b66725: am 25be2c72: am e0537f18: Merge "Fix of tearDown() in SingleLaun... | Jean-Baptiste Queru | 2011-02-28 | 1 | -1/+1 |
|\ |
|
| * | am e0537f18: Merge "Fix of tearDown() in SingleLaunchActivityTestCase." | Jean-Baptiste Queru | 2011-02-28 | 1 | -1/+1 |
| |\ |
|
| | * | Fix of tearDown() in SingleLaunchActivityTestCase. | Mikael Andreen | 2011-01-11 | 1 | -1/+1 |
| * | | am 524133cc: Remove API that snuck into MockPackageManager | Kenny Root | 2011-01-17 | 1 | -4/+0 |
| |\ \ |
|
| | * | | Remove API that snuck into MockPackageManager | Kenny Root | 2011-01-17 | 1 | -4/+0 |
| * | | | am 34d2b41e: Revert "Add the {get,set}PackageObbPaths calls to API" | Kenny Root | 2011-01-17 | 1 | -10/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Revert "Add the {get,set}PackageObbPaths calls to API" | Kenny Root | 2011-01-17 | 1 | -10/+0 |
| * | | | am e8c04db7: Merge "Add the {get,set}PackageObbPaths calls to API" into ginge... | Kenny Root | 2011-01-12 | 1 | -1/+10 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Add the {get,set}PackageObbPaths calls to API | Kenny Root | 2011-01-09 | 1 | -1/+10 |
* | | | docs: fix links to revised fundamentals documents | Scott Main | 2011-02-08 | 1 | -3/+3 |
* | | | Remove API that snuck into MockPackageManager | Kenny Root | 2011-01-17 | 1 | -4/+0 |
* | | | Revert "Add the {get,set}PackageObbPaths calls to API" | Kenny Root | 2011-01-17 | 1 | -10/+0 |
* | | | Add API to get path to OBBs. | Dianne Hackborn | 2011-01-16 | 1 | -0/+5 |
* | | | Add the {get,set}PackageObbPaths calls to API | Kenny Root | 2011-01-14 | 1 | -1/+10 |
* | | | Prevent ActivityTestCase from erasing constants. | Dmitri Plotnikov | 2011-01-07 | 1 | -7/+9 |
* | | | Remove an obsolete import for performance tests. | Jesse Wilson | 2010-12-21 | 1 | -2/+0 |
* | | | Remove unused performance tests. | Jesse Wilson | 2010-12-21 | 5 | -51/+6 |
* | | | Fix issue #3272082: Contacts: when going back from edit view, | Dianne Hackborn | 2010-12-16 | 1 | -1/+1 |
* | | | Time to remove some old APIs! | Dianne Hackborn | 2010-12-14 | 1 | -1/+0 |
* | | | Implement issue #3221502: New APIs to support new back stack / task navigation | Dianne Hackborn | 2010-11-22 | 1 | -0/+5 |
* | | | am 7b76ed69: am e3bef7c4: Merge "Added noop unregisterReceiver to complement ... | Jean-Baptiste Queru | 2010-11-19 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | am e3bef7c4: Merge "Added noop unregisterReceiver to complement existing noop... | Jean-Baptiste Queru | 2010-11-19 | 1 | -0/+5 |
| |\ \
| | |/
| |/| |
|
| | * | Added noop unregisterReceiver to complement existing noop registerReceiver. | Jonas Schwertfeger | 2010-09-30 | 1 | -0/+5 |
| * | | Allow all apps to call ContentResolver.getType(). | Dianne Hackborn | 2010-09-26 | 1 | -0/+6 |
* | | | Implement issue #2367442: Please add API for manipulating installer | Dianne Hackborn | 2010-11-19 | 1 | -0/+6 |
* | | | Fix NPE in InstrumentationTestRunner | Brian Muramatsu | 2010-11-17 | 1 | -1/+1 |
* | | | Added RepetitiveTest annotation and test runner support | Jack Wang | 2010-10-19 | 1 | -5/+21 |
* | | | Allow all apps to call ContentResolver.getType(). | Dianne Hackborn | 2010-09-27 | 1 | -0/+6 |
* | | | Add getApplicationContext to the mock implementation. | Makoto Onuki | 2010-09-07 | 1 | -1/+6 |
* | | | am ec438e14: am 361199b5: Add PackageManager API to get information about a p... | Dianne Hackborn | 2010-08-31 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Add PackageManager API to get information about a provider component. | Dianne Hackborn | 2010-08-31 | 1 | -0/+6 |
| * | | Tracking merge of dalvik-dev to gingerbread | Brian Carlstrom | 2010-08-04 | 1 | -1/+1 |
| * | | Merge "DO NOT MERGE Doc Change: Javadoc for test case classes" into gingerbread | Joe Malin | 2010-07-13 | 3 | -118/+307 |
| |\ \ |
|
| | * | | DO NOT MERGE Doc Change: Javadoc for test case classes | Joe Malin | 2010-07-02 | 3 | -118/+307 |
* | | | | Add new ContentProvider for doing conversions to data streams. | Dianne Hackborn | 2010-08-08 | 2 | -0/+28 |
* | | | | fix build breakage | Vasu Nori | 2010-08-04 | 2 | -2/+2 |
* | | | | add shutdown() to ContentProvider & call in ProviderTestCase*.tearDown | Vasu Nori | 2010-08-04 | 2 | -0/+24 |
* | | | | Add LoaderTestCase that makes it easier to test Loaders. | Jeff Hamilton | 2010-07-27 | 1 | -0/+101 |
* | | | | am 243f7f85: am f6120cf4: Merge "Improve InstrumentationTestRunner exception ... | Brett Chabot | 2010-07-08 | 2 | -3/+63 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge "Improve InstrumentationTestRunner exception handling." into gingerbread | Brett Chabot | 2010-07-08 | 2 | -3/+63 |
| |\ \ \ |
|
| | * | | | Improve InstrumentationTestRunner exception handling. | Brett Chabot | 2010-07-07 | 2 | -3/+63 |
| | |/ / |
|
* | | | | am 0a21801f: am a5402dab: Merge "OBB API for PackageManager" into gingerbread | Kenny Root | 2010-07-08 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | OBB API for PackageManager | Kenny Root | 2010-07-07 | 1 | -0/+5 |
| |/ / |
|
| * | | Manual merge of change 53051 from master (DO NOT MERGE) | Evan Millar | 2010-06-18 | 1 | -7/+1 |
* | | | Javadoc for test case classes | Joe Malin | 2010-06-29 | 3 | -118/+307 |
* | | | Fix UnsupportedOperationException from MockContext. | Makoto Onuki | 2010-06-04 | 1 | -0/+12 |
* | | | new API in Context. on openDatabase, new param DatabaseErrorHandler | Vasu Nori | 2010-06-03 | 1 | -0/+7 |
* | | | add API to Cursor to get column value type | Vasu Nori | 2010-06-02 | 1 | -0/+4 |
* | | | Bring ServiceTestCase in line with current Service APIs and remove unnecessar... | Evan Millar | 2010-06-01 | 1 | -7/+1 |