Searched refs:EVENT_PRECISE_CALL_STATE_CHANGED (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSwitcher.java | 243 public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 109; field in PhoneSwitcher 364 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in PhoneSwitcher() 367 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in PhoneSwitcher() 495 case EVENT_PRECISE_CALL_STATE_CHANGED: { in handleMessage() 638 phone.registerForPreciseCallStateChanged(this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in onMultiSimConfigChanged() 641 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in onMultiSimConfigChanged()
|
D | CallManager.java | 62 private static final int EVENT_PRECISE_CALL_STATE_CHANGED = 101; field in CallManager 561 phone.registerForPreciseCallStateChanged(handler, EVENT_PRECISE_CALL_STATE_CHANGED, in registerForPhoneStates() 2082 case EVENT_PRECISE_CALL_STATE_CHANGED: in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSwitcherTest.java | 27 import static com.android.internal.telephony.PhoneSwitcher.EVENT_PRECISE_CALL_STATE_CHANGED; 1012 mPhoneSwitcher.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInCall() 1018 mPhoneSwitcher.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInHoldingCall() 1024 mPhoneSwitcher.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInactive()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 184 case EVENT_PRECISE_CALL_STATE_CHANGED: { in handleMessage()
|