Home
last modified time | relevance | path

Searched defs:restrictType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DRestrictManagerTest.java1867 @RestrictManager.RestrictType int restrictType) { in validateEnablePdnFallbackOnRetryTimerOverTransportType()
1927 @RestrictManager.RestrictType int restrictType) { in cancelPdnFallbackRunningOnDataConnectedStateOverOtherTransportType()
1932 QnsUtils.getOtherTransportType(transportType), restrictType)); in cancelPdnFallbackRunningOnDataConnectedStateOverOtherTransportType() local
1941 QnsUtils.getOtherTransportType(transportType), restrictType)); in cancelPdnFallbackRunningOnDataConnectedStateOverOtherTransportType() local
1950 QnsUtils.getOtherTransportType(transportType), restrictType)); in cancelPdnFallbackRunningOnDataConnectedStateOverOtherTransportType() local
1955 @RestrictManager.RestrictType int restrictType) { in cancelPdnFallbackRunningOnDataConnectedStateOverTransportType()
1989 @RestrictManager.RestrictType int restrictType) { in validateEnablePdnFallbackOnRetryCounterOverTransportType()
2064 @RestrictManager.RestrictType int restrictType) { in cancelPdnFallbackOnAirplaneModeOn()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DRestrictManager.java420 boolean hasRestrictionType(@RestrictType int restrictType) { in hasRestrictionType()
1078 int transportType, int restrictType, int fallbackTimeMillis) { in fallbackToWwanForImsRegistration()
1393 boolean hasRestrictionType(int transportType, int restrictType) { in hasRestrictionType()
1638 static String restrictTypeToString(int restrictType) { in restrictTypeToString()