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/ |
D | PhoneSwitcher.java | 279 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/ |
D | PhoneSwitcherTest.java | 116 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/ |
D | TelephonyCallback.java | 263 public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 12; field in TelephonyCallback 670 EVENT_PRECISE_CALL_STATE_CHANGED,
|
D | TelephonyRegistryManager.java | 1141 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/ |
D | CallManagerTest.java | 216 eq(CallManager.EVENT_PRECISE_CALL_STATE_CHANGED), isA(Object.class)); in testRegisterEvent()
|
D | TelephonyRegistryTest.java | 136 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 64 @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/ |
D | TelephonyRegistry.java | 486 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/ |
D | system-current.txt | 15227 …ermission.READ_PRECISE_PHONE_STATE) public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 12;…
|