Home
last modified time | relevance | path

Searched refs:getOffHostRouteEse (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java216 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(OFFHOST_ROUTE_ESE); in testConfigureRoutingTestCase1_CommitsCache()
274 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(OFFHOST_ROUTE_ESE); in testConfigureRoutingTestCase2_WritesError()
318 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(OFFHOST_ROUTE_ESE); in testConfigureRoutingTestCase3_DoNothing()
370 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(OFFHOST_ROUTE_ESE); in testConfigureRoutingTestCase4_CommitsCache()
410 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(null); in testConfigureRoutingTestCase5_CommitsCache()
472 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(null); in testConfigureRoutingTestCase6_CommitsCache()
539 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(null); in testConfigureRoutingTestCase7_CommitsCache()
DCardEmulationManagerTest.java169 verify(mRoutingOptionManager).getOffHostRouteEse(); in assertConstructorMethodCalls()
1364 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationOverrideRoutingTable_callerNotForeground()
1383 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteNull()
1405 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteDH()
1427 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteeSE()
1449 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationOverrideRoutingTable_callerForegroundRouteSIM()
1468 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationRecoverRoutingTable_callerForeground()
1486 verify(mRoutingOptionManager).getOffHostRouteEse(); in testCardEmulationRecoverRoutingTable_callerNotForeground()
2020 when(mRoutingOptionManager.getOffHostRouteEse()).thenReturn(TEST_DATA_1); in createInstanceWithMockParams()
DRoutingOptionManagerTest.java166 byte[] offHostRouteEse = manager.getOffHostRouteEse(); in testGetters()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRoutingOptionManager.java132 public byte[] getOffHostRouteEse() { in getOffHostRouteEse() method in RoutingOptionManager
DCardEmulationManager.java148 mOffHostRouteEse = mRoutingOptionManager.getOffHostRouteEse(); in CardEmulationManager()
182 mOffHostRouteEse = mRoutingOptionManager.getOffHostRouteEse(); in CardEmulationManager()
DAidRoutingManager.java103 mOffHostRouteEse = mRoutingOptionManager.getOffHostRouteEse(); in AidRoutingManager()