Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java220 int[] imsCallTypes = new int[CallState.CALL_CLASSIFICATION_MAX]; in notifyPreciseCallStateToNotifier() local
233 imsCallTypes[CallState.CALL_CLASSIFICATION_RINGING] = ringingCall.getCallType(); in notifyPreciseCallStateToNotifier()
234 imsCallTypes[CallState.CALL_CLASSIFICATION_FOREGROUND] = in notifyPreciseCallStateToNotifier()
236 imsCallTypes[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.java89 @Annotation.ImsCallType int[] imsCallTypes); in notifyPreciseCallState() argument
DDefaultPhoneNotifier.java176 @Annotation.ImsCallType int[] imsCallTypes) { 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.java314 int[] imsCallTypes = {ImsCallProfile.CALL_TYPE_NONE, in testNotifyPreciseCallStateImsCallInfo() local
318 .notifyPreciseCallState(mImsPhone, imsCallIds, imsCallServiceTypes, imsCallTypes); in testNotifyPreciseCallStateImsCallInfo()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2366 @Annotation.ImsCallType int[] imsCallTypes) { in notifyPreciseCallState() argument
2415 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2421 .setImsCallType(imsCallTypes[ in notifyPreciseCallState()
2434 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2440 .setImsCallType(imsCallTypes[ in notifyPreciseCallState()
2453 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2459 .setImsCallType(imsCallTypes[ in notifyPreciseCallState()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java856 @Annotation.ImsCallType int[] imsCallTypes) { in notifyPreciseCallState() argument
859 imsCallIds, imsServiceTypes, imsCallTypes); in notifyPreciseCallState()