Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DTapAgainDialog.java41 public static final String ACTION_CLOSE = field in TapAgainDialog
69 IntentFilter filter = new IntentFilter(ACTION_CLOSE); in onCreate()
DHostEmulationManager.java594 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); in onHostEmulationActivated()
873 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); in onOffHostAidSelected()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java460 Assert.assertEquals(TapAgainDialog.ACTION_CLOSE, intent.getAction()); in testOnHostEmulationActivated()
1023 Assert.assertEquals(TapAgainDialog.ACTION_CLOSE, intent.getAction()); in testOnOffHostAidSelected_noActiveService_stateXfer()
1047 Assert.assertEquals(TapAgainDialog.ACTION_CLOSE, intent.getAction()); in testOnOffHostAidSelected_activeServiceBound_stateXfer()
1075 Assert.assertEquals(TapAgainDialog.ACTION_CLOSE, intent.getAction()); in testOnOffHostAidSelected_activeServiceBound_stateNonXfer()