Searched refs:WAIT (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | PhoneNumberUtilsTest.java | 61 assertEquals(String.format("%c1234", PhoneNumberUtils.WAIT), in testExtractMethods() 63 String.format("+1 (700).555-41NN%c1234", PhoneNumberUtils.WAIT))); in testExtractMethods() 64 assertEquals(String.format("%c1234%c%cN", PhoneNumberUtils.WAIT, PhoneNumberUtils.PAUSE, in testExtractMethods() 65 PhoneNumberUtils.WAIT), PhoneNumberUtils in testExtractMethods() 67 String.format("+1 (700).555-41NN%c1-2.34 %c%cN", PhoneNumberUtils.WAIT, in testExtractMethods() 69 PhoneNumberUtils.WAIT))); in testExtractMethods() 281 c = PhoneNumberUtils.WAIT; in testJudgeMethods()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | DeqpTestRunner.java | 787 WAIT, // recover by waiting enumConstant 793 private MachineState mState = MachineState.WAIT; 820 mState = MachineState.WAIT; in onExecutionProgressed() 829 case WAIT: // not a valid stratedy for connection refusal, fallthrough in recoverConnectionRefused() 869 case WAIT: in recoverComLinkKilled()
|