Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java204 public static final String TELEPHONY_STATE_IDLE = "IDLE"; field in TelephonyConstants
DTelephonyUtils.java126 return TelephonyConstants.TELEPHONY_STATE_IDLE; in getTelephonyCallStateString()