Searched refs:getAutoDataSwitchScore (Results 1 – 4 of 4) sorted by relevance
127 assertThat(mDataConfigManagerUT.getAutoDataSwitchScore(new TelephonyDisplayInfo( in testParseAutoDataSwitchScoreTable()133 assertThat(mDataConfigManagerUT.getAutoDataSwitchScore(new TelephonyDisplayInfo( in testParseAutoDataSwitchScoreTable()140 assertThat(mDataConfigManagerUT.getAutoDataSwitchScore(new TelephonyDisplayInfo( in testParseAutoDataSwitchScoreTable()
178 }).when(mDataConfigManager).getAutoDataSwitchScore(any(TelephonyDisplayInfo.class), in setUp()
270 .getAutoDataSwitchScore(mDisplayInfo, mSignalStrength) : 0; in getRatSignalScore()
1098 public int getAutoDataSwitchScore(@NonNull TelephonyDisplayInfo displayInfo, in getAutoDataSwitchScore() method in DataConfigManager