Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedGsmCallState.java679 String phNum = PhoneNumberUtils.extractNetworkPortion(address); in onDial() local
681 if (phNum.length() == 0) { in onDial()
687 if (phNum.startsWith("*99") && phNum.endsWith("#")) { in onDial()
725 mCalls[freeSlot] = CallInfo.createOutgoingCall(phNum); in onDial()