Home
last modified time | relevance | path

Searched refs:sendRequireUnlockIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java569 verify(mNfcService).sendRequireUnlockIntent(); in testOnHostEmulationData_stateW4Select_defaultServiceExists_requiresUnlock()
599 verify(mNfcService).sendRequireUnlockIntent(); in testOnHostEmulationData_stateW4Select_defaultServiceExists_secureNfcEnabled()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java695 NfcService.getInstance().sendRequireUnlockIntent(); in onHostEmulationData()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3619 public void sendRequireUnlockIntent() { in sendRequireUnlockIntent() method in NfcService
3859 sendRequireUnlockIntent(); in handleMessage()