Home
last modified time | relevance | path

Searched refs:getMaxRafSupported (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DProxyController.java663 public int getMaxRafSupported() { in getMaxRafSupported() method in ProxyController
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java3171 ? proxyController.getMaxRafSupported() : proxyController.getMinRafSupported(); in remapRafIfApplicable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java796 doReturn(2).when(mProxyController).getMaxRafSupported(); in testSingleSimSetDefaultDataSubId()