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

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 51 public static final int PRECISE_CALL_STATE_DIALING = 3;
109 * @see PreciseCallState#PRECISE_CALL_STATE_DIALING
127 * @see PreciseCallState#PRECISE_CALL_STATE_DIALING
145 * @see PreciseCallState#PRECISE_CALL_STATE_DIALING
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 142 case PreciseCallState.PRECISE_CALL_STATE_DIALING:
143 return TelephonyConstants.PRECISE_CALL_STATE_DIALING;
TelephonyConstants.java 71 public static final String PRECISE_CALL_STATE_DIALING = "DIALING";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 302 PRECISE_CALL_STATE_DIALING = "DIALING"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 399 return PreciseCallState.PRECISE_CALL_STATE_DIALING;

Completed in 56 milliseconds