Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
19b7cd95ffa9be9e2399b120cc11749b0f54c125
/
test-runner
44bc17c
Rework display size access.
by Dianne Hackborn
· 14 years ago
beb182a
Merge "Package manager changes to store and update user information."
by Amith Yamasani
· 14 years ago
4b2e934
Package manager changes to store and update user information.
by Amith Yamasani
· 14 years ago
43a1765
Remove the deprecated things from Config.java. These haven't been working since before 1.0.
by Joe Onorato
· 14 years ago
08065b9
Tracking merge of dalvik-dev to master
by Brian Carlstrom
· 14 years ago
71431bb
am 79b66725: am 25be2c72: am e0537f18: Merge "Fix of tearDown() in SingleLaunchActivityTestCase."
by Jean-Baptiste Queru
· 14 years ago
25be2c7
am e0537f18: Merge "Fix of tearDown() in SingleLaunchActivityTestCase."
by Jean-Baptiste Queru
· 14 years ago
7aee61f
docs: fix links to revised fundamentals documents
by Scott Main
· 14 years ago
e8a534d
Remove API that snuck into MockPackageManager
by Kenny Root
· 14 years ago
849dc24
am 524133cc: Remove API that snuck into MockPackageManager
by Kenny Root
· 14 years ago
a1cbb94
Revert "Add the {get,set}PackageObbPaths calls to API"
by Kenny Root
· 14 years ago
524133c
Remove API that snuck into MockPackageManager
by Kenny Root
· 14 years ago
e26aa3f
am 34d2b41e: Revert "Add the {get,set}PackageObbPaths calls to API"
by Kenny Root
· 14 years ago
34d2b41
Revert "Add the {get,set}PackageObbPaths calls to API"
by Kenny Root
· 14 years ago
805fd7e
Add API to get path to OBBs.
by Dianne Hackborn
· 14 years ago
5d40fe9
Add the {get,set}PackageObbPaths calls to API
by Kenny Root
· 14 years ago
4707507
am e8c04db7: Merge "Add the {get,set}PackageObbPaths calls to API" into gingerbread
by Kenny Root
· 14 years ago
c6bf407
Fix of tearDown() in SingleLaunchActivityTestCase.
by Mikael Andreen
· 14 years ago
6c4d904
Add the {get,set}PackageObbPaths calls to API
by Kenny Root
· 14 years ago
ac77f462
Prevent ActivityTestCase from erasing constants.
by Dmitri Plotnikov
· 14 years ago
f48e940
Remove an obsolete import for performance tests.
by Jesse Wilson
· 14 years ago
bd1c5da
Remove unused performance tests.
by Jesse Wilson
· 14 years ago
c918935
Fix issue #3272082: Contacts: when going back from edit view,
by Dianne Hackborn
· 14 years ago
4f3867e
Time to remove some old APIs!
by Dianne Hackborn
· 14 years ago
621e17d
Implement issue #3221502: New APIs to support new back stack / task navigation
by Dianne Hackborn
· 14 years ago
be4e1c8
am 7b76ed69: am e3bef7c4: Merge "Added noop unregisterReceiver to complement existing noop registerReceiver."
by Jean-Baptiste Queru
· 14 years ago
7b76ed6
am e3bef7c4: Merge "Added noop unregisterReceiver to complement existing noop registerReceiver."
by Jean-Baptiste Queru
· 14 years ago
880119b
Implement issue #2367442: Please add API for manipulating installer
by Dianne Hackborn
· 14 years ago
4898395
Fix NPE in InstrumentationTestRunner
by Brian Muramatsu
· 14 years ago
3fc03e6
Added RepetitiveTest annotation and test runner support
by Jack Wang
· 14 years ago
d672475
Added noop unregisterReceiver to complement existing noop registerReceiver.
by Jonas Schwertfeger
· 14 years ago
cca1f0e
Allow all apps to call ContentResolver.getType().
by Dianne Hackborn
· 14 years ago
8313fc7
Allow all apps to call ContentResolver.getType().
by Dianne Hackborn
· 14 years ago
8e34203
Add getApplicationContext to the mock implementation.
by Makoto Onuki
· 14 years ago
2394c16
am ec438e14: am 361199b5: Add PackageManager API to get information about a provider component.
by Dianne Hackborn
· 14 years ago
361199b
Add PackageManager API to get information about a provider component.
by Dianne Hackborn
· 14 years ago
23fdaf6
Add new ContentProvider for doing conversions to data streams.
by Dianne Hackborn
· 14 years ago
3c7c351
Tracking merge of dalvik-dev to gingerbread
by Brian Carlstrom
· 14 years ago
b6d1437
fix build breakage
by Vasu Nori
· 14 years ago
0c9e14a
add shutdown() to ContentProvider & call in ProviderTestCase*.tearDown
by Vasu Nori
· 14 years ago
ebd19e0
Add LoaderTestCase that makes it easier to test Loaders.
by Jeff Hamilton
· 14 years ago
d93f4e5
Merge "DO NOT MERGE Doc Change: Javadoc for test case classes" into gingerbread
by Joe Malin
· 14 years ago
bbfe0b2
am 243f7f85: am f6120cf4: Merge "Improve InstrumentationTestRunner exception handling." into gingerbread
by Brett Chabot
· 14 years ago
511d9ec
am 0a21801f: am a5402dab: Merge "OBB API for PackageManager" into gingerbread
by Kenny Root
· 14 years ago
f6120cf
Merge "Improve InstrumentationTestRunner exception handling." into gingerbread
by Brett Chabot
· 14 years ago
31e7ce7
Improve InstrumentationTestRunner exception handling.
by Brett Chabot
· 14 years ago
93565c4
OBB API for PackageManager
by Kenny Root
· 14 years ago
87e98cd
DO NOT MERGE Doc Change: Javadoc for test case classes
by Joe Malin
· 14 years ago
7d433aa
Javadoc for test case classes
by Joe Malin
· 14 years ago
25f3ab4
Manual merge of change 53051 from master (DO NOT MERGE)
by Evan Millar
· 14 years ago
f6b979a
Fix UnsupportedOperationException from MockContext.
by Makoto Onuki
· 14 years ago
74f170f
new API in Context. on openDatabase, new param DatabaseErrorHandler
by Vasu Nori
· 14 years ago
8b0dd7d
add API to Cursor to get column value type
by Vasu Nori
· 14 years ago
71be4b5
Bring ServiceTestCase in line with current Service APIs and remove unnecessary asserts.
by Evan Millar
· 14 years ago
e268677
Remove the unused modification APIs from MockCursor. They shouldn't have been public in the first place.
by Jeff Hamilton
· 14 years ago
c8f503b
Moving junit out of core.jar and into core-junit.jar.
by Jesse Wilson
· 15 years ago
631447c6
Merge "Add test runner log when test case class is not loaded."
by Brett Chabot
· 15 years ago
bb469fe
Add test runner log when test case class is not loaded.
by Brett Chabot
· 15 years ago
81cd2e9
Logo attribute for manifest and PackageManager methods to fetch it
by Adam Powell
· 15 years ago
d7c0968
Package manager optimizations.
by Dianne Hackborn
· 15 years ago
89c0ef4
Add -e package description to InstrumentationTestRunner javadoc.
by Brett Chabot
· 15 years ago
10362ab
Add missing license notices on test classes
by Kenny Root
· 15 years ago
1877d01
Add "call" method on ContentProvider.
by Brad Fitzpatrick
· 15 years ago
69120a7
Bug 2306842
by Paul Westbrook
· 15 years ago
0375fa1
fix error in javadoc
by Doug Zongker
· 15 years ago
88e03a9
Add ability to run tests restricted to given annotation.
by Brett Chabot
· 15 years ago
08d13c3
Fix code coverage output message when running tests in non-raw mode.
by Brett Chabot
· 15 years ago
e70f61b
Retry test-runner tests move.
by Brett Chabot
· 15 years ago
8946dd3
Move package from internal to external and vice versa.
by Suchi Amalapurapu
· 15 years ago
642b7c0
Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests"
by Suchi Amalapurapu
· 15 years ago
5b993ce
Include install location preference when installing packages.
by Suchi Amalapurapu
· 15 years ago
90762d3
Modify ActivityInstrumentationTestCase2 to not require hardcoded package name.
by Brett Chabot
· 15 years ago
4709693
Add APIs for mapping between new and current package names.
by Dianne Hackborn
· 15 years ago
1048108
Fix some Gmail tests
by Paul Westbrook
· 15 years ago
117818e
Add new manifest option for install location
by Suchi Amalapurapu
· 15 years ago
d03ff94
Clean up interface between LocationManagerService and the location providers:
by Mike Lockwood
· 15 years ago
e83cefce
New external storage APIs.
by Dianne Hackborn
· 15 years ago
53bd252
- change the SyncManager to retry MANUAL syncs that encounter a soft error
by Fred Quintana
· 15 years ago
5d36c46
am ad9bcb22: merge from open-source master
by The Android Open Source Project
· 15 years ago
ad9bcb2
merge from open-source master
by The Android Open Source Project
· 15 years ago
8621cfa
Fix x coordinate of the ACTION_UP event in TouchUtils.drag() method
by Marc Capdevielle
· 15 years ago
539d3c4
Apps on SD card project.
by Oscar Montemayor
· 15 years ago
717f0eb
am 029074ff: fix build
by Fred Quintana
· 15 years ago
f99e2e0
am 563bfade: fix a build breakage
by Fred Quintana
· 15 years ago
8ad6ec2
am 8280c2b1: Implement new MockContentProvider. Also make ContentProvider aware of the class.
by Daisuke Miyakawa
· 15 years ago
8280c2b
Implement new MockContentProvider. Also make ContentProvider aware of the class.
by Daisuke Miyakawa
· 15 years ago
e5fa335
am 6e045e0a: am e0cadd7c: Merge change Iffbb6e55 into eclair
by Jack Wang
· 15 years ago
6e045e0
am e0cadd7c: Merge change Iffbb6e55 into eclair
by Jack Wang
· 15 years ago
2c13b9d
am e0cadd7c: Merge change Iffbb6e55 into eclair
by Jack Wang
· 15 years ago
478de46
merge from eclair
by Jean-Baptiste Queru
· 15 years ago
9db3d07
eclair snapshot
by Jean-Baptiste Queru
· 15 years ago
4f414bd
Make perf metrics collection & output via instrumentation simpler
by Jack Wang
· 15 years ago
af93c05
am 227ba207: am e8228afb: Merge change I92cdc5ed into eclair
by Jack Wang
· 15 years ago
227ba20
am e8228afb: Merge change I92cdc5ed into eclair
by Jack Wang
· 15 years ago
1d225d6
am e8228afb: Merge change I92cdc5ed into eclair
by Jack Wang
· 15 years ago
075997f
PerformanceCollector: Collect & report perf measurements in key/value form
by Jack Wang
· 15 years ago
ae27c57
am 54616f34: Make MockCursor class a part of public SDK.
by Daisuke Miyakawa
· 15 years ago
54616f3
Make MockCursor class a part of public SDK.
by Daisuke Miyakawa
· 15 years ago
a4f6c96
am 348b92bd: Merge change Iee227ace into eclair
by Mike Lockwood
· 15 years ago
03d2467
GPS: Fix problem with SUPL when SUPL APN is already active.
by Mike Lockwood
· 15 years ago
Next »