Home
last modified time | relevance | path

Searched refs:AID_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java100 static final byte[] AID_NOT_FOUND = {0x6A, (byte)0x82}; field in HostEmulationManager
675 NfcService.getInstance().sendData(AID_NOT_FOUND); in onHostEmulationData()
696 NfcService.getInstance().sendData(AID_NOT_FOUND); in onHostEmulationData()
705 NfcService.getInstance().sendData(AID_NOT_FOUND); in onHostEmulationData()
717 NfcService.getInstance().sendData(AID_NOT_FOUND); in onHostEmulationData()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java523 verify(mNfcService).sendData(eq(HostEmulationManager.AID_NOT_FOUND)); in testOnHostEmulationData_stateW4Select_nullResolveInfo()
540 verify(mNfcService).sendData(eq(HostEmulationManager.AID_NOT_FOUND)); in testOnHostEmulationData_stateW4Select_emptyResolveInfoServices()
570 verify(mNfcService).sendData(eq(HostEmulationManager.AID_NOT_FOUND)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresUnlock()
600 verify(mNfcService).sendData(eq(HostEmulationManager.AID_NOT_FOUND)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_secureNfcEnabled()
631 verify(mNfcService).sendData(eq(HostEmulationManager.AID_NOT_FOUND)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresScreenOn()
662 verify(mNfcService).sendData(eq(HostEmulationManager.AID_NOT_FOUND)); in testOnHostEmulationData_stateW4Select_defaultServiceExists_notOnHost()