Home | History | Annotate | Download | only in util

Lines Matching defs:exit

152      * Test enter/exit can use transitionTo
182 public void exit() {
187 Log.d(TAG, "S1.exit");
201 public void exit() {
205 // Test transition in exit work
208 Log.d(TAG, "S2.exit");
213 // changed to a transition to S4 in exit
223 // Test that we can do halting in an enter/exit
229 public void exit() {
231 Log.d(TAG, "S3.exit");
239 // Test that we can do halting in an enter/exit
245 public void exit() {
247 Log.d(TAG, "S4.exit");
403 * This tests enter/exit and transitions to the same state.
428 public void exit() {
529 public void exit() {
825 public void exit() {
840 public void exit() {
871 public void exit() {
902 public void exit() {
933 public void exit() {
964 public void exit() {
995 public void exit() {
1215 * Test that enter is invoked immediately after exit. This validates
1237 public void exit() {
1310 * processed immediately after S1.exit. Since S1.exit sent TEST_CMD_2
1582 public void exit() {
1583 Log.d(TAG, "P1.exit");
1612 public void exit() {
1613 Log.d(TAG, "S1.exit");
1619 // Transition to ourself to show that enter/exit is called
1635 public void exit() {
1636 Log.d(TAG, "S2.exit");
1667 public void exit() {
1668 Log.d(TAG, "P2.exit");