OSDN Git Service

Add a test app: quota exceeded doing a backup
authorChristopher Tate <ctate@google.com>
Fri, 11 Mar 2011 20:39:17 +0000 (12:39 -0800)
committerChristopher Tate <ctate@google.com>
Sat, 12 Mar 2011 01:58:01 +0000 (17:58 -0800)
commit38507bb993239a4d8135c6cc253187efe6e976fc
treeb4d6d81379474c3ad905e8f988b82cbf7c177351
parent0eb7b697b7c180660647b5cd0cd7dd067f6b6abb
Add a test app: quota exceeded doing a backup

This is a simple test app (a clone of the Backup/Restore sample code)
that deliberately backs up 20 megabytes of data every time it performs
a backup pass.  This is to trigger the quota-exceeded logic both on
the client and on the backend, for testing purposes.

Change-Id: I01f04d0f85c827baadf1990c09643d5eb5f88266
tests/HugeBackup/Android.mk [new file with mode: 0644]
tests/HugeBackup/AndroidManifest.xml [new file with mode: 0644]
tests/HugeBackup/proguard.flags [new file with mode: 0644]
tests/HugeBackup/res/layout/backup_restore.xml [new file with mode: 0644]
tests/HugeBackup/res/values/strings.xml [new file with mode: 0644]
tests/HugeBackup/src/com/android/hugebackup/HugeAgent.java [new file with mode: 0644]
tests/HugeBackup/src/com/android/hugebackup/HugeBackupActivity.java [new file with mode: 0644]