Searched refs:getDefaultOffHostRoute (Results 1 – 4 of 4) sorted by relevance
213 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase1_CommitsCache()271 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase2_WritesError()315 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase3_DoNothing()367 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase4_CommitsCache()407 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase5_CommitsCache()469 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase6_CommitsCache()536 when(mRoutingOptionManager.getDefaultOffHostRoute()).thenReturn(DEFAULT_OFFHOST_ROUTE); in testConfigureRoutingTestCase7_CommitsCache()
164 int defaultOffHostRoute = manager.getDefaultOffHostRoute(); in testGetters()
124 public int getDefaultOffHostRoute() { in getDefaultOffHostRoute() method in RoutingOptionManager
97 mDefaultOffHostRoute = mRoutingOptionManager.getDefaultOffHostRoute(); in AidRoutingManager()