commit | 8b323d94cf07dcb9fd3a3461aca06f107e6b6816 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue May 22 16:26:43 2018 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Aug 09 21:51:14 2018 -0400 |
tree | fafdb1a89994e8025aa8892c2f7043a18756a88f | |
parent | 55c12cdff3553ed3c64748acb03385ca59f8aca7 [diff] |
ObjPtr<>-ify tests using ClassLinker::FindClass() ClassLinker::FindClass() returns a non-ObjPtr<> reference but it has a lot of uses, so we shall change the uses in a few steps. This change deals with several tests. Test: Rely on TreeHugger. Bug: 31113334 Change-Id: Ib75e20e7ebaff01fb607a09f96675f8cf397ae52 Signed-off-by: mydongistiny <jaysonedson@gmail.com>