Package org.robolectric.res.android
Class ApkAssetsCache.Key
java.lang.Object
org.robolectric.res.android.ApkAssetsCache.Key
- Enclosing class:
- ApkAssetsCache
The cache key for this cache.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
apiLevel()
static ApkAssetsCache.Key
newInstance
(String path, boolean system, int apiLevel) abstract String
path()
abstract boolean
system()
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
path
-
system
public abstract boolean system() -
apiLevel
public abstract int apiLevel() -
newInstance
-