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

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 53 public static final int PRECISE_CALL_STATE_ALERTING = 4;
110 * @see PreciseCallState#PRECISE_CALL_STATE_ALERTING
128 * @see PreciseCallState#PRECISE_CALL_STATE_ALERTING
146 * @see PreciseCallState#PRECISE_CALL_STATE_ALERTING
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 144 case PreciseCallState.PRECISE_CALL_STATE_ALERTING:
145 return TelephonyConstants.PRECISE_CALL_STATE_ALERTING;
TelephonyConstants.java 70 public static final String PRECISE_CALL_STATE_ALERTING = "ALERTING";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 301 PRECISE_CALL_STATE_ALERTING = "ALERTING"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 401 return PreciseCallState.PRECISE_CALL_STATE_ALERTING;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 234 PreciseCallState.PRECISE_CALL_STATE_ALERTING,

Completed in 120 milliseconds