Searched refs:accIntentStartedEvents (Results 1 – 1 of 1) sorted by relevance
102 private long accIntentStartedEvents = 0; field in EventSequenceValidator235 if (accIntentStartedEvents < 0) { in incAccIntentStartedEvents()238 if (accIntentStartedEvents == 0) { in incAccIntentStartedEvents()241 ++accIntentStartedEvents; in incAccIntentStartedEvents()243 String.format("inc AccIntentStartedEvents to %d", accIntentStartedEvents)); in incAccIntentStartedEvents()247 if (accIntentStartedEvents <= 0) { in decAccIntentStartedEvents()250 if(accIntentStartedEvents == 1) { in decAccIntentStartedEvents()253 --accIntentStartedEvents; in decAccIntentStartedEvents()255 String.format("dec AccIntentStartedEvents to %d", accIntentStartedEvents)); in decAccIntentStartedEvents()