Home
last modified time | relevance | path

Searched refs:imsCallIds (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java216 String[] imsCallIds = new String[CallState.CALL_CLASSIFICATION_MAX]; in notifyPreciseCallStateToNotifier() local
221 imsCallIds[CallState.CALL_CLASSIFICATION_RINGING] = in notifyPreciseCallStateToNotifier()
223 imsCallIds[CallState.CALL_CLASSIFICATION_FOREGROUND] = in notifyPreciseCallStateToNotifier()
225 imsCallIds[CallState.CALL_CLASSIFICATION_BACKGROUND] = in notifyPreciseCallStateToNotifier()
238 mNotifier.notifyPreciseCallState(this, imsCallIds, imsCallServiceTypes, imsCallTypes); in notifyPreciseCallStateToNotifier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java87 void notifyPreciseCallState(Phone sender, String[] imsCallIds, in notifyPreciseCallState() argument
DDefaultPhoneNotifier.java174 public void notifyPreciseCallState(Phone sender, String[] imsCallIds, in notifyPreciseCallState() argument
186 callStates, imsCallIds, imsCallServiceTypes, imsCallTypes); in notifyPreciseCallState() local
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl71 void notifyPreciseCallState(int phoneId, int subId, in int[] callStates, in String[] imsCallIds, in notifyPreciseCallState() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java311 String[] imsCallIds = {null, "1", "2"}; in testNotifyPreciseCallStateImsCallInfo() local
318 .notifyPreciseCallState(mImsPhone, imsCallIds, imsCallServiceTypes, imsCallTypes); in testNotifyPreciseCallStateImsCallInfo()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2364 @Annotation.PreciseCallStates int[] callStates, String[] imsCallIds, in notifyPreciseCallState() argument
2415 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2417 .setImsCallSessionId(imsCallIds[ in notifyPreciseCallState()
2434 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2436 .setImsCallSessionId(imsCallIds[ in notifyPreciseCallState()
2453 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2455 .setImsCallSessionId(imsCallIds[ in notifyPreciseCallState()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java854 @Annotation.PreciseCallStates int[] callStates, String[] imsCallIds, in notifyPreciseCallState() argument
859 imsCallIds, imsServiceTypes, imsCallTypes); in notifyPreciseCallState()