Home | History | Annotate | Download | only in util

Lines Matching refs:sms

1579         StateMachineSharedThread sms[] = new StateMachineSharedThread[10];
1580 for (int i = 0; i < sms.length; i++) {
1581 sms[i] = new StateMachineSharedThread("sm", smThread.getLooper(), sms.length);
1582 sms[i].start();
1587 for (StateMachineSharedThread sm : sms) {
1602 for (StateMachineSharedThread sm : sms) {