HomeSort by relevance Sort by last modified time
    Searched full:resourceiddebugstring (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
IntegerResourceLoader.java 14 final String resourceIdDebugString = String.valueOf(resourceId) + " (" + "0x" + Integer.toHexString(resourceId) + ")";
21 throw new IllegalArgumentException("Got resource name " + resourceName + " from id " + resourceIdDebugString

Completed in 123 milliseconds