Home
last modified time | relevance | path

Searched refs:mAssetSource (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java149 final String getAssetSource() { return mAssetSource.string(); } in getAssetSource()
173 void setAssetSource(final String8 path) { mAssetSource = path; } in setAssetSource()
244 String8 mAssetSource; // debug string field in Asset