Searched refs:getOffHostRouteUicc (Results 1 – 6 of 6) sorted by relevance
215 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(OFFHOST_ROUTE_UICC); in testConfigureRoutingTestCase1_CommitsCache()273 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(OFFHOST_ROUTE_UICC); in testConfigureRoutingTestCase2_WritesError()317 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(OFFHOST_ROUTE_UICC); in testConfigureRoutingTestCase3_DoNothing()369 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(OFFHOST_ROUTE_UICC); in testConfigureRoutingTestCase4_CommitsCache()409 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(null); in testConfigureRoutingTestCase5_CommitsCache()471 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(null); in testConfigureRoutingTestCase6_CommitsCache()538 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(null); in testConfigureRoutingTestCase7_CommitsCache()
170 verify(mRoutingOptionManager).getOffHostRouteUicc(); in assertConstructorMethodCalls()1365 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationOverrideRoutingTable_callerNotForeground()1384 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteNull()1406 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteDH()1428 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteeSE()1450 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteSIM()1469 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationRecoverRoutingTable_callerForeground()1487 verify(mRoutingOptionManager).getOffHostRouteUicc(); in testCardEmulationRecoverRoutingTable_callerNotForeground()2021 when(mRoutingOptionManager.getOffHostRouteUicc()).thenReturn(TEST_DATA_2); in createInstanceWithMockParams()
165 byte[] offHostRouteUicc = manager.getOffHostRouteUicc(); in testGetters()
128 public byte[] getOffHostRouteUicc() { in getOffHostRouteUicc() method in RoutingOptionManager
149 mOffHostRouteUicc = mRoutingOptionManager.getOffHostRouteUicc(); in CardEmulationManager()183 mOffHostRouteUicc = mRoutingOptionManager.getOffHostRouteUicc(); in CardEmulationManager()
100 mOffHostRouteUicc = mRoutingOptionManager.getOffHostRouteUicc(); in AidRoutingManager()