Home
last modified time | relevance | path

Searched refs:imsServiceTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2365 @Annotation.ImsCallServiceType int[] imsServiceTypes, in notifyPreciseCallState() argument
2415 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2419 .setImsCallServiceType(imsServiceTypes[ in notifyPreciseCallState()
2434 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2438 .setImsCallServiceType(imsServiceTypes[ in notifyPreciseCallState()
2453 if (imsCallIds != null && imsServiceTypes != null && imsCallTypes != null) { in notifyPreciseCallState()
2457 .setImsCallServiceType(imsServiceTypes[ in notifyPreciseCallState()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java855 @Annotation.ImsCallServiceType int[] imsServiceTypes, in notifyPreciseCallState() argument
859 imsCallIds, imsServiceTypes, imsCallTypes); in notifyPreciseCallState()