Searched refs:ACTION_CLOSE (Results 1 – 3 of 3) sorted by relevance
41 public static final String ACTION_CLOSE = field in TapAgainDialog69 IntentFilter filter = new IntentFilter(ACTION_CLOSE); in onCreate()
594 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); in onHostEmulationActivated()873 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE); in onOffHostAidSelected()
460 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()