Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallWaitingNotification.java60 presentationFromCLIP(int cli) in presentationFromCLIP() argument
62 switch(cli) { in presentationFromCLIP()
68 Rlog.d(LOG_TAG, "Unexpected presentation " + cli); in presentationFromCLIP()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDriverCall.java178 presentationFromCLIP(int cli) throws ATParseEx in presentationFromCLIP() argument
180 switch(cli) { in presentationFromCLIP()
186 throw new ATParseEx("illegal presentation " + cli); in presentationFromCLIP()