Home
last modified time | relevance | path

Searched refs:getAutoDataSwitchScore (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataConfigManagerTest.java127 assertThat(mDataConfigManagerUT.getAutoDataSwitchScore(new TelephonyDisplayInfo( in testParseAutoDataSwitchScoreTable()
133 assertThat(mDataConfigManagerUT.getAutoDataSwitchScore(new TelephonyDisplayInfo( in testParseAutoDataSwitchScoreTable()
140 assertThat(mDataConfigManagerUT.getAutoDataSwitchScore(new TelephonyDisplayInfo( in testParseAutoDataSwitchScoreTable()
DAutoDataSwitchControllerTest.java178 }).when(mDataConfigManager).getAutoDataSwitchScore(any(TelephonyDisplayInfo.class), in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DAutoDataSwitchController.java270 .getAutoDataSwitchScore(mDisplayInfo, mSignalStrength) : 0; in getRatSignalScore()
DDataConfigManager.java1098 public int getAutoDataSwitchScore(@NonNull TelephonyDisplayInfo displayInfo, in getAutoDataSwitchScore() method in DataConfigManager