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

  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 173 public static final int LISTEN_PRECISE_CALL_STATE = 0x00000800;
358 case LISTEN_PRECISE_CALL_STATE:
697 send(LISTEN_PRECISE_CALL_STATE, 0, 0, callState);
  /packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
TelephonyRegistryTestApp.java 55 put(PhoneStateListener.LISTEN_PRECISE_CALL_STATE, "PRECISE_CALL_STATE");
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyStateListeners.java 42 PhoneStateListener.LISTEN_PRECISE_CALL_STATE;
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 218 PhoneStateListener.LISTEN_PRECISE_CALL_STATE |
610 if ((events & PhoneStateListener.LISTEN_PRECISE_CALL_STATE) != 0) {
    [all...]

Completed in 96 milliseconds