Searched refs:EVENT_PRECISE_CALL_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSwitcher.java | 265 public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 109; field in PhoneSwitcher 485 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in PhoneSwitcher() 488 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in PhoneSwitcher() 666 case EVENT_PRECISE_CALL_STATE_CHANGED: { in handleMessage() 835 phone.registerForPreciseCallStateChanged(this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in onMultiSimConfigChanged() 838 this, EVENT_PRECISE_CALL_STATE_CHANGED, null); in onMultiSimConfigChanged()
|
D | CallManager.java | 64 private static final int EVENT_PRECISE_CALL_STATE_CHANGED = 101; field in CallManager 563 phone.registerForPreciseCallStateChanged(handler, EVENT_PRECISE_CALL_STATE_CHANGED, in registerForPhoneStates() 2079 case EVENT_PRECISE_CALL_STATE_CHANGED: in handleMessage()
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyCallback.java | 251 public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 12; field in TelephonyCallback 600 EVENT_PRECISE_CALL_STATE_CHANGED,
|
D | TelephonyRegistryManager.java | 908 eventList.add(TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED); in getEventsFromCallback() 1053 eventList.add(TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED); in getEventsFromBitmask()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSwitcherTest.java | 34 import static com.android.internal.telephony.PhoneSwitcher.EVENT_PRECISE_CALL_STATE_CHANGED; 1236 mPhoneSwitcher.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInCall() 1242 mPhoneSwitcher.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInHoldingCall() 1248 mPhoneSwitcher.sendEmptyMessage(EVENT_PRECISE_CALL_STATE_CHANGED); in notifyPhoneAsInactive()
|
D | TelephonyRegistryTest.java | 111 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED);
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 440 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED); 1185 if (events.contains(TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED)) { in listen() 2141 TelephonyCallback.EVENT_PRECISE_CALL_STATE_CHANGED) in notifyPreciseCallState()
|
/frameworks/base/core/api/ |
D | system-current.txt | 11839 …ermission.READ_PRECISE_PHONE_STATE) public static final int EVENT_PRECISE_CALL_STATE_CHANGED = 12;…
|