Home
last modified time | relevance | path

Searched refs:imsCallServiceTypes (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java218 int[] imsCallServiceTypes = new int[CallState.CALL_CLASSIFICATION_MAX]; in notifyPreciseCallStateToNotifier() local
227 imsCallServiceTypes[CallState.CALL_CLASSIFICATION_RINGING] = in notifyPreciseCallStateToNotifier()
229 imsCallServiceTypes[CallState.CALL_CLASSIFICATION_FOREGROUND] = in notifyPreciseCallStateToNotifier()
231 imsCallServiceTypes[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.java88 @Annotation.ImsCallServiceType int[] imsCallServiceTypes, in notifyPreciseCallState() argument
DDefaultPhoneNotifier.java175 @Annotation.ImsCallServiceType int[] imsCallServiceTypes, in notifyPreciseCallState() argument
186 callStates, imsCallIds, imsCallServiceTypes, imsCallTypes); in notifyPreciseCallState() local
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl72 in int[] imsCallServiceTypes, in int[] imsCallTypes); in notifyPreciseCallState() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java312 int[] imsCallServiceTypes = {ImsCallProfile.SERVICE_TYPE_NONE, in testNotifyPreciseCallStateImsCallInfo() local
318 .notifyPreciseCallState(mImsPhone, imsCallIds, imsCallServiceTypes, imsCallTypes); in testNotifyPreciseCallStateImsCallInfo()