Searched refs:checkState (Results 1 – 6 of 6) sorted by relevance
423 checkState("getDescriptor()"); in getDescriptor()488 checkState("setEnabled()"); in setEnabled()511 checkState("setParameter()"); in setParameter()642 checkState("getParameter()"); in getParameter()820 checkState("command()"); in command()837 checkState("getId()"); in getId()848 checkState("getEnabled()"); in getEnabled()860 checkState("hasControl()"); in hasControl()1225 public void checkState(String methodName) throws IllegalStateException { in checkState() method in AudioEffect
64 public static void checkState(boolean expression) { in checkState() method in Preconditions
334 void Fusion::checkState() { in checkState() function in android::Fusion404 checkState(); in predict()444 checkState(); in update()
77 void checkState();
1459 Preconditions.checkState(mFirewallEnabled); in setFirewallInterfaceRule()1471 Preconditions.checkState(mFirewallEnabled); in setFirewallEgressSourceRule()1483 Preconditions.checkState(mFirewallEnabled); in setFirewallEgressDestRule()1495 Preconditions.checkState(mFirewallEnabled); in setFirewallUidRule()
1530 SparseBooleanArray checkState; field in AbsListView.SavedState1553 checkState = in.readSparseBooleanArray(); in SavedState()1576 out.writeSparseBooleanArray(checkState); in writeToParcel()1595 + " checkState=" + checkState + "}"; in toString()1634 ss.checkState = mPendingSync.checkState; in onSaveInstanceState()1689 ss.checkState = mCheckStates.clone(); in onSaveInstanceState()1739 if (ss.checkState != null) { in onRestoreInstanceState()1740 mCheckStates = ss.checkState; in onRestoreInstanceState()