Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
80ea00c8391d4fa3a1966903af50732c337aadab
/
tests
6069beb
Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE
by Suchi Amalapurapu
· 15 years ago
17bc415
Merge "Add new shutdown observer for MountService. Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now."
by Mike Lockwood
· 15 years ago
6ffce2e
Add new shutdown observer for MountService.
by Suchi Amalapurapu
· 15 years ago
a2b6c37
Add conditions to check for updated system applications. Restrict them
by Suchi Amalapurapu
· 15 years ago
5ac2a3b
Removes from DumpRenderTree the superfluous result file for tests that time out.
by Steve Block
· 15 years ago
9902279
Removes regex tests from the DumpRenderTree skipped list
by Steve Block
· 15 years ago
432e0ea
Add shared workers tests to DumpRenderTree skipped list
by Steve Block
· 15 years ago
4528186
Refactor android.backup => android.app.backup
by Christopher Tate
· 15 years ago
9d05a18
AsecTests: Add a test to validate container size
by San Mehat
· 15 years ago
780a1cb
Merge "Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided"
by Steve Block
· 15 years ago
9b10ef5
Rework the way PackageManager binds to default container service.
by Suchi Amalapurapu
· 15 years ago
7e47f17
Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided
by Steve Block
· 15 years ago
c882dda
Fix Proguard flags.
by Ying Wang
· 15 years ago
e60f673
Merge "Removes a Geolocation test from the DumpRenderTree skipped list"
by Steve Block
· 15 years ago
666eecc
Merge "Adds to DumpRenderTree the ability to look for Android-specific results"
by Steve Block
· 15 years ago
12077e1
Adds to DumpRenderTree the ability to look for Android-specific results
by Steve Block
· 15 years ago
2269d157
Re-arrange android-common so framework no longer links with it.
by Dianne Hackborn
· 15 years ago
fc735ee
Removes a Geolocation test from the DumpRenderTree skipped list
by Steve Block
· 15 years ago
c8f2229
Merge "Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list"
by Steve Block
· 15 years ago
c42e29e
Add new handler mechanism in MountService to make unmount api asynchronous.
by Suchi Amalapurapu
· 15 years ago
f7483b1
Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list
by Steve Block
· 15 years ago
7db3e5e
AsecTests: Add teardown to tests
by San Mehat
· 15 years ago
cf6eaea
Some framework fixes for apps on sd
by Suchi Amalapurapu
· 15 years ago
c8998e1
Merge "LocationTracker: change copyright from Google to AOSP."
by Mike Lockwood
· 15 years ago
8ab8b41
LocationTracker: change copyright from Google to AOSP.
by Mike Lockwood
· 15 years ago
85451ee
MountService: Fix bug which would allow apps to try to rename a container whos dst is mounted
by San Mehat
· 15 years ago
778ce48
Issue 5697: getContextClassLoader returns a non-application classloader
by Brian Carlstrom
· 15 years ago
191d898
Move LocationTracker from com.google.android to com.android package.
by Mike Lockwood
· 15 years ago
e5a1d4a
Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests"
by Mike Lockwood
· 15 years ago
c9d3be3
Move LocationTracker test app from vendor/google to frameworks/base/tests
by Mike Lockwood
· 15 years ago
8cd303a
Quick fix layout test path problems
by Guang Zhu
· 15 years ago
164bd79
In DumpRenderTree, skip tests for which we have the wrong results
by Steve Block
· 15 years ago
e70f61b
Retry test-runner tests move.
by Brett Chabot
· 15 years ago
1bb6906
Automatically restore app data at install time
by Christopher Tate
· 15 years ago
6c81def
Merge "Move package from internal to external and vice versa."
by Suchi Amalapurapu
· 15 years ago
8946dd3
Move package from internal to external and vice versa.
by Suchi Amalapurapu
· 15 years ago
5e8f52f
Ignore TEMPLATE.html in LayoutTest directories
by Steve Block
· 15 years ago
2eae069
Merge "Remove tests that no longer exist from the DumpRenderTree skipped list"
by Steve Block
· 15 years ago
0584242
Merge "Merges unused bug list with ignored result list in DumpRenderTree"
by Steve Block
· 15 years ago
c1ca8c5
Revert "Move framework test-runner unit tests to be closer to their source."
by Brett Chabot
· 15 years ago
9db619e
Merge "Move framework test-runner unit tests to be closer to their source. Move the test-runner source into a separate src folder to accommodate the test move."
by Brett Chabot
· 15 years ago
1209397
Move framework test-runner unit tests to be closer to their source.
by Brett Chabot
· 15 years ago
f53833b
Remove tests that no longer exist from the DumpRenderTree skipped list
by Steve Block
· 15 years ago
52f4362
Merges unused bug list with ignored result list in DumpRenderTree
by Steve Block
· 15 years ago
8a032a3
Pass key modifier state to webcore for touch events and update DRT so it can simulate them.
by Ben Murdoch
· 15 years ago
da2ca7a
framework: tests: Clean up asec unit tests and add rename tests
by San Mehat
· 15 years ago
d970998
framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites.
by San Mehat
· 15 years ago
0668db2
Merge "Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists."
by Steve Block
· 15 years ago
be6079a
Merge "Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed."
by Steve Block
· 15 years ago
fea87ae
framework: tests: Add some unit-tests for Asec
by San Mehat
· 15 years ago
cdb4ef4
Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists.
by Steve Block
· 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
07a76ca
Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed.
by Steve Block
· 15 years ago
5b993ce
Include install location preference when installing packages.
by Suchi Amalapurapu
· 15 years ago
a87240c
Remove BACKUP_DATA permission and associated checks
by Christopher Tate
· 15 years ago
117818e
Add new manifest option for install location
by Suchi Amalapurapu
· 15 years ago
b104340
Framework: Clean up / Refactor Mount APIs
by San Mehat
· 15 years ago
b56ae20
Rename media resource broadcasts
by Suchi Amalapurapu
· 15 years ago
420bc12
Remove reference to unused static library.
by Jeff Hamilton
· 15 years ago
c5d1c6d
add sync polling
by Fred Quintana
· 15 years ago
64226a4
Merge "Add support in StatusBarManager for disabling ticker text."
by Daniel Sandler
· 15 years ago
91e1d0c
Add support in StatusBarManager for disabling ticker text.
by Daniel Sandler
· 15 years ago
c4aac70
Merge "Some tests for install and replace package."
by Suchi Amalapurapu
· 15 years ago
fc4a69e
When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction.
by Ben Murdoch
· 15 years ago
f1dd37a
Merge "Fix 1667521 - system process crash after bad notification"
by Joe Onorato
· 15 years ago
68065e0
Fix 1667521 - system process crash after bad notification
by Joe Onorato
· 15 years ago
afbaaa1
Some tests for install and replace package.
by Suchi Amalapurapu
· 15 years ago
ecf04ec
Merge "Remove "StringTest.java"."
by Elliott Hughes
· 15 years ago
809cf44
Remove "StringTest.java".
by Elliott Hughes
· 15 years ago
ecbc65c
Add support for sending touch events in DRT.
by Ben Murdoch
· 15 years ago
1a44d5d
Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources.
by Neal Nguyen
· 15 years ago
9d0f609
There is no ../com directory and the build (find) agrees.
by Patrick Scott
· 15 years ago
1d3165f
Phase 2 of test file cleanup: relocating test files from FrameworkTest closer to their sources in core.
by Neal Nguyen
· 15 years ago
22e31e5
Moving framework core tests closer to their source files.
by Neal Nguyen
· 15 years ago
445cc0e
Merge "dont use sqlite_stmt_journals dir"
by Vasu Nori
· 15 years ago
ad8d0d1
dont use sqlite_stmt_journals dir
by Vasu Nori
· 15 years ago
bce2806
Merge "Modify the interface of HanziToPinyin class to make it generic and add test class"
by Eugene Koh
· 15 years ago
307da1a
enhance the sync manager backoff logic and add support for retry-after
by Fred Quintana
· 15 years ago
4256586
Modify the interface of HanziToPinyin class to make it generic and add test class
by Bai Tao
· 15 years ago
b35df8f
Merge "remove GoogleLoginService unit test"
by Doug Zongker
· 15 years ago
39b17a1
remove GoogleLoginService unit test
by Doug Zongker
· 15 years ago
6d001c0
am e0aed796: am ccec75e7: Merge "Prevent orientation change from triggering activity recreation." into eclair
by Guang Zhu
· 15 years ago
37f3ddb
Merge "relocate GoogleLoginService"
by Doug Zongker
· 15 years ago
0a2fb21
relocate GoogleLoginService
by Doug Zongker
· 15 years ago
f5831d4
Removing unused parameter from NP_Initialize.
by Derek Sollenberger
· 15 years ago
fd24fea
Merge "Add DateTimeView, a widget that shows a time or the date depending on the current time. Use that for notifications instead of a TextView that doesn't ever update."
by Joe Onorato
· 15 years ago
c83bb73
Add DateTimeView, a widget that shows a time or the date depending on the
by Joe Onorato
· 15 years ago
e0aed79
am ccec75e7: Merge "Prevent orientation change from triggering activity recreation." into eclair
by Guang Zhu
· 15 years ago
4ddcede
Prevent orientation change from triggering activity recreation.
by Guang Zhu
· 15 years ago
3e22d19
am b5a5a397: am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair
by Adam Powell
· 15 years ago
d60e31c
Merge "Update Time.parse3339() unit tests"
by Kenny Root
· 15 years ago
de8aa87
Update Time.parse3339() unit tests
by Kenny Root
· 15 years ago
e495d1f
fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize
by Vasu Nori
· 15 years ago
b5a5a39
am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair
by Adam Powell
· 15 years ago
ae542ff
TransformGestureDetector is now ScaleGestureDetector - scope reduced.
by Adam Powell
· 15 years ago
96e40b4
Merge "Framework Tests Cleanup: Removing CTS duplicate files"
by Neal Nguyen
· 15 years ago
8d1966e
Merge "Framework Tests Cleanup: Removing CTS duplicate files"
by Neal Nguyen
· 15 years ago
83fe5de
Merge "Framework Tests Cleanup: Removing CTS duplicate files"
by Neal Nguyen
· 15 years ago
ae51f0a
Merge "Framework Tests Cleanup: Removing CTS duplicate files"
by Neal Nguyen
· 15 years ago
908c485
am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest
by Adam Powell
· 15 years ago
Next »