HomeSort by relevance Sort by last modified time
    Searched refs:getAssetLength (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscAssetManager.java 485 protected final long getAssetLength(int asset) {
486 return getAssetLength((long) asset);
490 protected final long getAssetLength(long asset) {
    [all...]
ShadowLegacyAssetManager.java 563 protected final long getAssetLength(int asset) {
564 return getAssetLength((long) asset);
568 protected long getAssetLength(long asset) {
    [all...]

Completed in 163 milliseconds