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

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 59 public static final int PRECISE_CALL_STATE_DISCONNECTED = 7;
113 * @see PreciseCallState#PRECISE_CALL_STATE_DISCONNECTED
131 * @see PreciseCallState#PRECISE_CALL_STATE_DISCONNECTED
149 * @see PreciseCallState#PRECISE_CALL_STATE_DISCONNECTED
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 150 case PreciseCallState.PRECISE_CALL_STATE_DISCONNECTED:
151 return TelephonyConstants.PRECISE_CALL_STATE_DISCONNECTED;
TelephonyConstants.java 74 public static final String PRECISE_CALL_STATE_DISCONNECTED = "DISCONNECTED";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 305 PRECISE_CALL_STATE_DISCONNECTED = "DISCONNECTED"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 407 return PreciseCallState.PRECISE_CALL_STATE_DISCONNECTED;

Completed in 61 milliseconds