HomeSort by relevance Sort by last modified time
    Searched refs:PRECISE_CALL_STATE_WAITING (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 57 public static final int PRECISE_CALL_STATE_WAITING = 6;
112 * @see PreciseCallState#PRECISE_CALL_STATE_WAITING
130 * @see PreciseCallState#PRECISE_CALL_STATE_WAITING
148 * @see PreciseCallState#PRECISE_CALL_STATE_WAITING
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 148 case PreciseCallState.PRECISE_CALL_STATE_WAITING:
149 return TelephonyConstants.PRECISE_CALL_STATE_WAITING;
TelephonyConstants.java 75 public static final String PRECISE_CALL_STATE_WAITING = "WAITING";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 306 PRECISE_CALL_STATE_WAITING = "WAITING"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 405 return PreciseCallState.PRECISE_CALL_STATE_WAITING;

Completed in 183 milliseconds