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

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 55 public static final int PRECISE_CALL_STATE_INCOMING = 5;
111 * @see PreciseCallState#PRECISE_CALL_STATE_INCOMING
129 * @see PreciseCallState#PRECISE_CALL_STATE_INCOMING
147 * @see PreciseCallState#PRECISE_CALL_STATE_INCOMING
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 146 case PreciseCallState.PRECISE_CALL_STATE_INCOMING:
147 return TelephonyConstants.PRECISE_CALL_STATE_INCOMING;
TelephonyConstants.java 72 public static final String PRECISE_CALL_STATE_INCOMING = "INCOMING";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 303 PRECISE_CALL_STATE_INCOMING = "INCOMING"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 403 return PreciseCallState.PRECISE_CALL_STATE_INCOMING;

Completed in 53 milliseconds