Package org.robolectric.res.android
Class DynamicRefTable
- java.lang.Object
-
- org.robolectric.res.android.DynamicRefTable
-
public class DynamicRefTable extends java.lang.ObjectHolds the shared library ID table. Shared libraries are assigned package IDs at build time, but they may be loaded in a different order, so we need to maintain a mapping of build-time package ID to run-time assigned package ID. Dynamic references are not currently supported in overlays. Only the base package may have dynamic references.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Byte>entries()
-