Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java152 case PreciseCallState.PRECISE_CALL_STATE_DISCONNECTING: in getPreciseCallStateString()
153 return TelephonyConstants.PRECISE_CALL_STATE_DISCONNECTING; in getPreciseCallStateString()
DTelephonyConstants.java76 public static final String PRECISE_CALL_STATE_DISCONNECTING = "DISCONNECTING"; field in TelephonyConstants