Home
last modified time | relevance | path

Searched refs:EVENT_PRECISE_CALL_STATE_CHANGED (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java279 private static final int EVENT_PRECISE_CALL_STATE_CHANGED = 109; field in PhoneSwitcher
511 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in PhoneSwitcher()
514 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in PhoneSwitcher()
773 case EVENT_PRECISE_CALL_STATE_CHANGED: { in handleMessage()
985 phone.registerForPreciseCallStateChanged(this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in onMultiSimConfigChanged()
988 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in onMultiSimConfigChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java116 private static final int EVENT_PRECISE_CALL_STATE_CHANGED = 109; field in PhoneSwitcherTest
1924 mPhoneSwitcherUT.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInCall()
1930 mPhoneSwitcherUT.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInDial()
1936 mPhoneSwitcherUT.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsAlerting()
1942 mPhoneSwitcherUT.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInIncomingCall()
1948 mPhoneSwitcherUT.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInHoldingCall()
1954 mPhoneSwitcherUT.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInactive()
/frameworks/base/core/java/android/telephony/
DTelephonyCallback.java263 public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 12; field in TelephonyCallback
670 EVENT_PRECISE_CALL_STATE_CHANGED,
DTelephonyRegistryManager.java1141 eventList.add(TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED); in getEventsFromCallback()
1299 eventList.add(TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED); in getEventsFromBitmask()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java216 eq(CallManager.EVENT_PRECISE_CALL_STATE_CHANGED), isA(Object.class)); in testRegisterEvent()
DTelephonyRegistryTest.java136 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java64 @VisibleForTesting static final int EVENT_PRECISE_CALL_STATE_CHANGED = 101; field in CallManager
558 phone.registerForPreciseCallStateChanged(handler, EVENT_PRECISE_CALL_STATE_CHANGED, in registerForPhoneStates()
2059 case EVENT_PRECISE_CALL_STATE_CHANGED: in handleMessage()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java486 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED);
1288 if (events.contains(TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED)) { in listen()
2483 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED) in notifyPreciseCallState()
/frameworks/base/core/api/
Dsystem-current.txt15227 …ermission.READ_PRECISE_PHONE_STATE) public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 12;…