Searched refs:EVENT_CALL_STATE_CHANGED (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataSettingsManager.java | 77 private static final int EVENT_CALL_STATE_CHANGED = 2; field in DataSettingsManager 214 case EVENT_CALL_STATE_CHANGED: { in handleMessage() 300 mPhone.getCallTracker().registerForVoiceCallStarted(this, EVENT_CALL_STATE_CHANGED, in onInitialize() 302 mPhone.getCallTracker().registerForVoiceCallEnded(this, EVENT_CALL_STATE_CHANGED, null); in onInitialize() 306 this, EVENT_CALL_STATE_CHANGED, null); in onInitialize() 308 this, EVENT_CALL_STATE_CHANGED, null); in onInitialize()
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyCallback.java | 192 public static final int EVENT_CALL_STATE_CHANGED = 6; field in TelephonyCallback 664 EVENT_CALL_STATE_CHANGED,
|
D | TelephonyRegistryManager.java | 1121 eventList.add(TelephonyCallback.EVENT_CALL_STATE_CHANGED); in getEventsFromCallback()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 520 || events.contains(TelephonyCallback.EVENT_CALL_STATE_CHANGED)) in isPhoneStatePermissionRequired() 1242 if (events.contains(TelephonyCallback.EVENT_CALL_STATE_CHANGED)) { in listen() 1639 if (r.matchTelephonyCallbackEvent(TelephonyCallback.EVENT_CALL_STATE_CHANGED) in notifyCallStateForAllSubs() 1684 if (r.matchTelephonyCallbackEvent(TelephonyCallback.EVENT_CALL_STATE_CHANGED) in notifyCallState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 1129 int[] events = new int[] {TelephonyCallback.EVENT_CALL_STATE_CHANGED, in testCallStateChangedPermission()
|
/frameworks/base/core/api/ |
D | system-current.txt | 15206 field public static final int EVENT_CALL_STATE_CHANGED = 6; // 0x6
|