| 1009 | } |
| 1010 | |
| 1011 | DexFileContainer* GetContainer() const { |
| 1012 | return container_.get(); |
| 1013 | } |
| 1014 | |
| 1015 | // Changes the dex file pointed to by class_it to not have any hiddenapi flags. |
| 1016 | static void UnHideAccessFlags(ClassDataItemIterator& class_it); |