Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java154 case PreciseCallState.PRECISE_CALL_STATE_IDLE: in getPreciseCallStateString()
155 return TelephonyConstants.PRECISE_CALL_STATE_IDLE; in getPreciseCallStateString()
DTelephonyConstants.java77 public static final String PRECISE_CALL_STATE_IDLE = "IDLE"; field in TelephonyConstants