summaryrefslogtreecommitdiffstats
path: root/core/tests
Commit message (Expand)AuthorAgeFilesLines
* do begin-end transaction before standalone insert/update/delete sqlVasu Nori2010-08-022-33/+371
* Tracking merge of dalvik-dev to masterBrian Carlstrom2010-07-282-1/+145
* am 6487ade9: am 5f866a4a: Make FrameworkCoreHostTests use ddmlib-prebuilt.Brett Chabot2010-07-281-1/+1
|\
| * am 5f866a4a: Make FrameworkCoreHostTests use ddmlib-prebuilt.Brett Chabot2010-07-281-1/+1
| |\
| | * Make FrameworkCoreHostTests use ddmlib-prebuilt.Brett Chabot2010-07-281-1/+1
* | | Wait for broadcast even if the network state has been changed.Xia Wang2010-07-261-38/+38
* | | add new API in SQLiteStatement to deprecate another.Vasu Nori2010-07-261-43/+18
* | | am f8c335e8: am f72181c6: Fix hosttests to use the new ddmlib API.Xavier Ducrohet2010-07-263-160/+529
|\ \ \ | |/ /
| * | am f72181c6: Fix hosttests to use the new ddmlib API.Xavier Ducrohet2010-07-263-160/+529
| |\ \ | | |/
| | * Fix hosttests to use the new ddmlib API.Xavier Ducrohet2010-07-263-160/+529
* | | am 8a13d4e3: am f5c73101: Merge "dependent change for "parse instrumentation ...Jean-Baptiste Queru2010-07-231-1/+2
|\ \ \ | |/ /
| * | am f5c73101: Merge "dependent change for "parse instrumentation result bundle...Jean-Baptiste Queru2010-07-231-1/+2
| |\ \ | | |/
| | * Merge "dependent change for "parse instrumentation result bundles" in sdk"Jean-Baptiste Queru2010-07-231-1/+2
| | |\
| | | * dependent change for "parse instrumentation result bundles" in sdkGuang Zhu2010-07-121-1/+2
* | | | don't store mDatabase in SQLiteCursor as it is already in SQLiteQueryVasu Nori2010-07-213-5/+153
* | | | am d652751d: am b6761e73: am 28fe43be: Merge "Add the hook which can set the ...Hung Dang2010-07-161-0/+43
|\ \ \ \ | |/ / /
| * | | am b6761e73: am 28fe43be: Merge "Add the hook which can set the device to con...Hung Dang2010-07-161-0/+43
| |\ \ \
| | * \ \ am 28fe43be: Merge "Add the hook which can set the device to connect to wifi ...Hung Dang2010-07-161-0/+43
| | |\ \ \
| | | * | | Add the hook which can set the device to connect to wifi and in airplane mode...Yu Shan Emily Lau2010-07-161-0/+43
* | | | | | am 3a94ab02: merge from open-source masterThe Android Open Source Project2010-07-161-0/+45
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge from open-source masterThe Android Open Source Project2010-07-161-0/+45
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Allow ListPreference summary to use entryKenny Root2010-07-131-0/+45
| | | |/ | | |/|
* | | | reduce locking when using SQLiteStatementVasu Nori2010-07-092-126/+69
* | | | STOPSHIP CL in master - make sqlite WAL default for all appsVasu Nori2010-07-081-6/+6
* | | | for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatementVasu Nori2010-07-072-76/+184
* | | | unittests for DatabaseConnectionPool (and fix bugs)Vasu Nori2010-07-071-0/+364
* | | | deprecate method returning prepared sql statement idVasu Nori2010-07-033-186/+237
* | | | Merge "fix broken build: renaming a testfile"Vasu Nori2010-07-031-1/+1
|\ \ \ \
| * | | | fix broken build: renaming a testfileVasu Nori2010-07-031-1/+1
* | | | | Merge "change name of a test to be more accurate"Vasu Nori2010-07-031-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | change name of a test to be more accurateVasu Nori2010-07-031-0/+0
* | | | | Merge "remove broken, unused and unwanted tests"Vasu Nori2010-07-022-348/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove broken, unused and unwanted testsVasu Nori2010-07-022-348/+0
* | | | | some refactoring and multi-threading fixesVasu Nori2010-07-022-23/+38
|/ / / /
* | | | am 591908fd: am 120a58fb: Extend unit test framework for Wifi soft AP configu...Xia Wang2010-06-293-0/+143
|\ \ \ \ | |/ / /
| * | | Extend unit test framework for Wifi soft AP configurationXia Wang2010-06-293-0/+143
* | | | Rename a data storage object to better reflect its intended usage.Derek Sollenberger2010-06-281-12/+12
* | | | Initial pass at unit tests for ZoomManager.Derek Sollenberger2010-06-281-0/+127
* | | | fix broken test similar to I32c30f7d05e5bec7c6b2776ce9a80c8be61d856fVasu Nori2010-06-171-2/+2
* | | | move a sqlite test from framework-tests to coretestsVasu Nori2010-06-171-0/+274
* | | | am 685fcf36: am c95812e6: Merge "Move out all framework-tests classes." into ...Brett Chabot2010-06-163-0/+460
|\ \ \ \ | |/ / /
| * | | Move out all framework-tests classes.Brett Chabot2010-06-143-0/+460
* | | | fix broken-testVasu Nori2010-06-041-21/+3
* | | | am 913dbc50: am a9f06fef: am ee7e6a78: merge from open-source masterThe Android Open Source Project2010-06-031-0/+20
|\ \ \ \ | |/ / /
| * | | am ee7e6a78: merge from open-source masterThe Android Open Source Project2010-06-031-0/+20
| |\ \ \ | | |/ /
| | * | merge from open-source masterThe Android Open Source Project2010-06-031-0/+20
* | | | Merge "close() on anything other than database shouldn't acquire db lock."Vasu Nori2010-05-201-0/+186
|\ \ \ \
| * | | | close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-201-0/+186
* | | | | Merge "Make vCard code a separated static library."Daisuke Miyakawa2010-05-2036-5071/+0
|\ \ \ \ \
| * | | | | Make vCard code a separated static library.Daisuke Miyakawa2010-05-2036-5071/+0
| |/ / / /