summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src
Commit message (Collapse)AuthorAgeFilesLines
* Migrate DynamicCodeLoggerIntegrationTests to SoongTrevor Radcliffe2021-10-141-2/+4
| | | | | | | | | | Also migrates related dependencies, and needed to make a small code change to make it work. Fixes: 202986197 Test: Ran the tests Test: Treehugger Change-Id: Ie30ca52200b93d4f7bff9f60ceb0ba95d052b5c8
* Minor test improvements.Alan Stokes2019-11-131-3/+3
| | | | | | | | Don't use deprecated InstrumentationRegistry. Fix 'class can be static' warning. Test: atest DynamicCodeLoggerIntegrationTests Change-Id: I2c6c6666f9c5df1e013bd233a0f1ac16cf149728
* Migrate remainder of frameworks/base to androidx.testBrett Chabot2019-03-021-2/+3
| | | | | | | | | See go/jetpack-test-android-migration Exempt-From-Owner-Approval: automated package name refactoring Test: m m -j BroadcastRadioTests KeystoreTests mediaframeworktest ActivityManagerPerfTests AppLaunch AppLaunchWear BackgroundDexOptServiceIntegrationTests AppCompatibilityTest DynamicCodeLoggerIntegrationTests FlickerLibTest InternalTests PackageWatchdogTest RcsTests RollbackTestAppAv1 RollbackTestAppAv2 RollbackTestAppACrashingV2 RollbackTestAppBv1 RollbackTestAppBv2 RollbackTestAppASplitV1 RollbackTestAppASplitV2 RollbackTest ServiceCrashTest UsageStatsPerfTests UsbTests WindowAnimationJank Change-Id: I32fe3297656eec6060da6c7e24582bcd5315fb16
* Detect native code loading by untrusted_app.Alan Stokes2019-02-271-0/+28
| | | | | | | | | | | Modify the regex to cover untrusted_app as well as untrusted_app_25 and untrusted_app_27. Add a test to verify. Bug: 126536482 Test: atest DynamicCodeLoggerIntegrationsTests Change-Id: Ie4cbabfb55a5e78868cc6ee8ec46270ab3bf75d1
* Rename test class to match code.Alan Stokes2019-02-204-0/+561
Renaming DexLoggerIntegrationTests to DynamicCodeLoggerIntegrationTests, to match the rename and changed scope of the code it is testing. Test: atest -p services/core/java/com/android/server/pm/dex Bug: 122946463 Change-Id: I66abd6b173f148279085dee7a714aa64df7a941b