Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 2 of 2) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dlalr_state.java281 symbol_set outgoing; in build_machine() local
317 outgoing = new symbol_set(); in build_machine()
324 if (sym != null) outgoing.add(sym); in build_machine()
328 for (s = outgoing.all(); s.hasMoreElements(); ) in build_machine()
/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java179 Connection outgoing = verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService() local
180 outgoing.setActive(); in testConnectionServiceFocusGainedWithSameConnectionService()