| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Also updates field access test.
Bug: 13740995
Change-Id: I224712cfcb0c05429b831c26980cabad7bdef49a
|
|
|
|
|
|
|
| |
Art side of this change. Has a corresponding libcore change.
Bug: 13620925
Change-Id: Ie67f802a2a400e8212b489b9a261b7028422d8ba
|
|
|
|
|
|
|
| |
Extend to test direct access to fields and more exhaustively check field
modifiers for reflection.
Change-Id: I173e6e12b74e0c73d8d1001540560fd4923a9f86
|
|
|
|
| |
Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
|
|
|
|
|
|
|
|
|
|
|
| |
There was a bug in the implementation where the native methods weren't
necessarily getting a null receiver but art::Object insists that you only
get/set static fields on a null receiver.
Also, these tests assume that fields are in the setAccessible(false) state
by default. In our system, they're not.
Change-Id: I935614fec013be465fc0bc30d3c717f12476e09b
|
|
These tests are copied straight over. They'll still run, but they're
using the old system.
Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8
|