Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DTwoPollingFrameEmulatorActivity.java42 public static final String SEEN_CORRECT_POLLING_LOOP_ACTION = field in TwoPollingFrameEmulatorActivity
100 Intent intent = new Intent(SEEN_CORRECT_POLLING_LOOP_ACTION); in processPollingFrame()
108 Intent intent = new Intent(SEEN_CORRECT_POLLING_LOOP_ACTION); in processPollingFrame()
DPollingLoopEmulatorActivity.java49 public static final String SEEN_CORRECT_POLLING_LOOP_ACTION = field in PollingLoopEmulatorActivity
135 Intent intent = new Intent(SEEN_CORRECT_POLLING_LOOP_ACTION); in processPollingFrames()
200 Intent intent = new Intent(SEEN_CORRECT_POLLING_LOOP_ACTION); in processPollingFrame()
DNfcEmulatorDeviceSnippet.java403 PollingLoopEmulatorActivity.SEEN_CORRECT_POLLING_LOOP_ACTION); in asyncWaitsForSeenCorrectPollingLoop()