public void testColorStateList() {
   ColorStateList color = NativeResources.getColorStateList(SAMPLE_COLOR_STATE_LIST_NAME);
   assertNotNull(color);
 }