Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java150 case PreciseCallState.PRECISE_CALL_STATE_DISCONNECTED: in getPreciseCallStateString()
151 return TelephonyConstants.PRECISE_CALL_STATE_DISCONNECTED; in getPreciseCallStateString()
DTelephonyConstants.java74 public static final String PRECISE_CALL_STATE_DISCONNECTED = "DISCONNECTED"; field in TelephonyConstants