(Fragment fragment)
| 2007 | } |
| 2008 | |
| 2009 | static String getRequestKey(Fragment fragment) { |
| 2010 | return fragment.getClass().getName() + ":result:" + getWho(fragment); |
| 2011 | } |
| 2012 | |
| 2013 | static void setColor(Drawable drawable, int color) { |
| 2014 | drawable = drawable.mutate(); |
no test coverage detected