Searched refs:imsCallIds (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 216 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/ |
D | PhoneNotifier.java | 87 void notifyPreciseCallState(Phone sender, String[] imsCallIds, in notifyPreciseCallState() argument
|
D | DefaultPhoneNotifier.java | 174 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/ |
D | ITelephonyRegistry.aidl | 71 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/ |
D | DefaultPhoneNotifierTest.java | 311 String[] imsCallIds = {null, "1", "2"}; in testNotifyPreciseCallStateImsCallInfo() local 318 .notifyPreciseCallState(mImsPhone, imsCallIds, imsCallServiceTypes, imsCallTypes); in testNotifyPreciseCallStateImsCallInfo()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2364 @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/ |
D | TelephonyRegistryManager.java | 854 @Annotation.PreciseCallStates int[] callStates, String[] imsCallIds, in notifyPreciseCallState() argument 859 imsCallIds, imsServiceTypes, imsCallTypes); in notifyPreciseCallState()
|