Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java128 @QnsConstants.QnsCallType private final int mCallType;
133 @QnsConstants.QnsCallType int callType, in PreCondition()
189 @QnsConstants.QnsCallType int callType, in GuardingPreCondition()
DQnsConstants.java67 @interface QnsCallType {} annotation in QnsConstants
214 static String callTypeToString(@QnsConstants.QnsCallType int callType) { in callTypeToString()
DQnsCallStatusTracker.java99 @QnsConstants.QnsCallType
472 void callStarted(@QnsConstants.QnsCallType int callType, int netCapability) { in callStarted()
496 private void callTypeUpdated(@QnsConstants.QnsCallType int callType) { in callTypeUpdated()
DQnsTimer.java140 void updateCallState(@QnsConstants.QnsCallType int type) { in updateCallState()
DRestrictManager.java186 @QnsConstants.QnsCallType private int mImsCallType;
1132 protected void setQnsCallType(@QnsConstants.QnsCallType int callType) { in setQnsCallType()
DQnsCarrierConfigManager.java1997 int getWwanHysteresisTimer(int netCapability, @QnsConstants.QnsCallType int callType) { in getWwanHysteresisTimer()
2031 int getWlanHysteresisTimer(int netCapability, @QnsConstants.QnsCallType int callType) { in getWlanHysteresisTimer()
DAccessNetworkEvaluator.java678 void onSetCallType(@QnsConstants.QnsCallType int callType) { in onSetCallType()