Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java237 public static final String ACTION_LLCP_DOWN = field in NfcService
2652 Intent deactIntent = new Intent(ACTION_LLCP_DOWN); in handleMessage()