Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DProxyController.java681 public int getMinRafSupported() { in getMinRafSupported() 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.java795 doReturn(1).when(mProxyController).getMinRafSupported(); in testSingleSimSetDefaultDataSubId()