HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CLOSE (Results 1 - 8 of 8) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 41 public static final String ACTION_CLOSE = "com.android.nfc.cardmeulation.close_tap_dialog";
68 IntentFilter filter = new IntentFilter(ACTION_CLOSE);
HostEmulationManager.java 144 Intent intent = new Intent(TapAgainDialog.ACTION_CLOSE);
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h 51 ACTION_CLOSE = 6,
devtools_remote_listen_socket_unittest.cc 135 ASSERT_EQ(ACTION_CLOSE, last_action_.type());
267 ReportAction(ListenSocketTestAction(ACTION_CLOSE));
  /external/chromium/net/base/
listen_socket_unittest.h 44 ACTION_CLOSE = 5,
listen_socket_unittest.cc 68 ASSERT_EQ(ACTION_CLOSE, last_action_.type());
204 ReportAction(ListenSocketTestAction(ACTION_CLOSE));
  /external/chromium_org/net/socket/
tcp_listen_socket_unittest.h 39 ACTION_CLOSE = 5,
tcp_listen_socket_unittest.cc 75 ASSERT_EQ(ACTION_CLOSE, last_action_.type());
245 ReportAction(TCPListenSocketTestAction(ACTION_CLOSE));

Completed in 213 milliseconds