Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java54 public static final String CALL_STATE_ACTIVE = "ACTIVE"; field in TelephonyConstants
DInCallServiceImpl.java1270 return TelephonyConstants.CALL_STATE_ACTIVE; in getCallStateString()