@TestTargetNew(
     level = TestLevel.COMPLETE,
     method = "getConstantState",
     args = {})
 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
 public void testGetConstantState() {
   ConstantState state = mRotateDrawable.getConstantState();
   assertNotNull(state);
 }