Searched refs:imsCallTypes (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 220 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/ |
D | PhoneNotifier.java | 89 @Annotation.ImsCallType int[] imsCallTypes); in notifyPreciseCallState() argument
|
D | DefaultPhoneNotifier.java | 176 @Annotation.ImsCallType int[] imsCallTypes) { 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 | 314 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/ |
D | TelephonyRegistry.java | 2366 @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/ |
D | TelephonyRegistryManager.java | 856 @Annotation.ImsCallType int[] imsCallTypes) { in notifyPreciseCallState() argument 859 imsCallIds, imsServiceTypes, imsCallTypes); in notifyPreciseCallState()
|