Searched refs:imsCallServiceTypes (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 218 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/ |
D | PhoneNotifier.java | 88 @Annotation.ImsCallServiceType int[] imsCallServiceTypes, in notifyPreciseCallState() argument
|
D | DefaultPhoneNotifier.java | 175 @Annotation.ImsCallServiceType int[] imsCallServiceTypes, in notifyPreciseCallState() argument 186 callStates, imsCallIds, imsCallServiceTypes, imsCallTypes); in notifyPreciseCallState() local
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 72 in int[] imsCallServiceTypes, in int[] imsCallTypes); in notifyPreciseCallState() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 312 int[] imsCallServiceTypes = {ImsCallProfile.SERVICE_TYPE_NONE, in testNotifyPreciseCallStateImsCallInfo() local 318 .notifyPreciseCallState(mImsPhone, imsCallIds, imsCallServiceTypes, imsCallTypes); in testNotifyPreciseCallStateImsCallInfo()
|