Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java57 public static final String CALL_STATE_RINGING = "RINGING"; field in TelephonyConstants
DTelephonyUtils.java129 case TelephonyManager.CALL_STATE_RINGING: in getTelephonyCallStateString()
DInCallServiceImpl.java1266 return TelephonyConstants.CALL_STATE_RINGING; in getCallStateString()