Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DAidRoutingManagerTest.java215 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()
DCardEmulationManagerTest.java170 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()
DRoutingOptionManagerTest.java165 byte[] offHostRouteUicc = manager.getOffHostRouteUicc(); in testGetters()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRoutingOptionManager.java128 public byte[] getOffHostRouteUicc() { in getOffHostRouteUicc() method in RoutingOptionManager
DCardEmulationManager.java149 mOffHostRouteUicc = mRoutingOptionManager.getOffHostRouteUicc(); in CardEmulationManager()
183 mOffHostRouteUicc = mRoutingOptionManager.getOffHostRouteUicc(); in CardEmulationManager()
DAidRoutingManager.java100 mOffHostRouteUicc = mRoutingOptionManager.getOffHostRouteUicc(); in AidRoutingManager()