index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
AndroidTests
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
More framework tests cleanup.
Brett Chabot
2010-04-01
30
-10694
/
+0
*
Move PackageManagerTests and AsecTests.
Brett Chabot
2010-03-26
2
-2858
/
+0
*
Clean up stale containers if needed at install time.
Suchi Amalapurapu
2010-03-24
1
-19
/
+44
*
Merge "Asec: Add new 'StorageNotFound' response code handling for container p...
San Mehat
2010-03-23
1
-0
/
+11
|
\
|
*
Asec: Add new 'StorageNotFound' response code handling for container paths
San Mehat
2010-03-23
1
-0
/
+11
*
|
Don't delete stale containers on sdcard.
Suchi Amalapurapu
2010-03-23
1
-3
/
+1
|
/
*
Add new method call back in MountService.
Suchi Amalapurapu
2010-03-22
1
-0
/
+3
*
Grant permissions to apps on sd when enabling/disabling packages.
Suchi Amalapurapu
2010-03-19
1
-0
/
+27
*
Switch default install location to unspecified.
Suchi Amalapurapu
2010-03-18
1
-55
/
+85
*
Rework permissions to be retained when an app is temporarily uninstalled.
Dianne Hackborn
2010-03-18
1
-0
/
+265
*
Merge "Add new install flag to install on internal flash only Change default ...
Suchi Amalapurapu
2010-03-17
1
-53
/
+623
|
\
|
*
Add new install flag to install on internal flash only
Suchi Amalapurapu
2010-03-17
1
-53
/
+623
*
|
Merge "Disable the HanziToPinyinTest when there is no Chinese collator."
Dmitri Plotnikov
2010-03-17
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Disable the HanziToPinyinTest when there is no Chinese collator.
Bai Tao
2010-03-18
1
-0
/
+4
*
|
Do storage checks before initiating a move.
Suchi Amalapurapu
2010-03-16
1
-32
/
+113
|
/
*
Dont include code size for apps on sdcard.
Suchi Amalapurapu
2010-03-10
1
-3
/
+5
*
Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_ST...
Suchi Amalapurapu
2010-03-10
1
-4
/
+4
*
Merge "Add new shutdown observer for MountService. Use new observer before re...
Mike Lockwood
2010-03-09
1
-0
/
+257
|
\
|
*
Add new shutdown observer for MountService.
Suchi Amalapurapu
2010-03-09
1
-0
/
+257
*
|
Add conditions to check for updated system applications. Restrict them
Suchi Amalapurapu
2010-03-09
1
-1
/
+76
|
/
*
AsecTests: Add a test to validate container size
San Mehat
2010-03-04
1
-12
/
+11
*
Rework the way PackageManager binds to default container service.
Suchi Amalapurapu
2010-03-03
1
-4
/
+26
*
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2010-02-25
3
-0
/
+612
*
Add new handler mechanism in MountService to make unmount api asynchronous.
Suchi Amalapurapu
2010-02-24
1
-1
/
+1
*
AsecTests: Add teardown to tests
San Mehat
2010-02-24
1
-0
/
+8
*
Some framework fixes for apps on sd
Suchi Amalapurapu
2010-02-24
2
-45
/
+152
*
MountService: Fix bug which would allow apps to try to rename a container who...
San Mehat
2010-02-24
1
-2
/
+5
*
Move package from internal to external and vice versa.
Suchi Amalapurapu
2010-02-19
1
-6
/
+210
*
framework: tests: Clean up asec unit tests and add rename tests
San Mehat
2010-02-18
1
-72
/
+157
*
framework: storage: Add 'force' option to unmount/destroy storage apis, and u...
San Mehat
2010-02-18
2
-10
/
+86
*
framework: tests: Add some unit-tests for Asec
San Mehat
2010-02-17
1
-0
/
+168
*
Include install location preference when installing packages.
Suchi Amalapurapu
2010-02-12
1
-174
/
+77
*
Add new manifest option for install location
Suchi Amalapurapu
2010-02-10
1
-0
/
+166
*
Framework: Clean up / Refactor Mount APIs
San Mehat
2010-02-09
1
-5
/
+5
*
Rename media resource broadcasts
Suchi Amalapurapu
2010-02-08
1
-37
/
+421
*
Some tests for install and replace package.
Suchi Amalapurapu
2010-02-03
1
-0
/
+387
*
Phase 2 of test cleanup: moving test files from AndroidTests closer to their ...
Neal Nguyen
2010-01-29
125
-25670
/
+0
*
Merge "dont use sqlite_stmt_journals dir"
Vasu Nori
2010-01-27
1
-2
/
+6
|
\
|
*
dont use sqlite_stmt_journals dir
Vasu Nori
2010-01-27
1
-2
/
+6
*
|
Merge "Modify the interface of HanziToPinyin class to make it generic and add...
Eugene Koh
2010-01-26
1
-0
/
+70
|
\
\
|
|
/
|
/
|
|
*
Modify the interface of HanziToPinyin class to make it generic and add test c...
Bai Tao
2010-01-23
1
-0
/
+70
*
|
remove GoogleLoginService unit test
Doug Zongker
2010-01-22
1
-145
/
+0
*
|
relocate GoogleLoginService
Doug Zongker
2010-01-21
1
-5
/
+5
|
/
*
Merge "Update Time.parse3339() unit tests"
Kenny Root
2010-01-15
1
-14
/
+16
|
\
|
*
Update Time.parse3339() unit tests
Kenny Root
2010-01-15
1
-14
/
+16
*
|
fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize
Vasu Nori
2010-01-14
1
-0
/
+14
*
|
Merge "Framework Tests Cleanup: Removing CTS duplicate files"
Neal Nguyen
2010-01-13
2
-63
/
+0
|
\
\
|
*
|
Framework Tests Cleanup: Removing CTS duplicate files
Neal Nguyen
2010-01-04
2
-63
/
+0
*
|
|
Merge "Framework Tests Cleanup: Removing CTS duplicate files"
Neal Nguyen
2010-01-13
13
-2603
/
+0
|
\
\
\
|
*
|
|
Framework Tests Cleanup: Removing CTS duplicate files
Neal Nguyen
2009-12-23
13
-2603
/
+0
|
|
/
/
[next]