Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DTapAgainDialog.java38 public static final String ACTION_CLOSE = field in TapAgainDialog
66 IntentFilter filter = new IntentFilter(ACTION_CLOSE); in onCreate()
DHostEmulationManager.java138 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); in onHostEmulationActivated()
294 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); in onOffHostAidSelected()