Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DThroughputEmulatorActivity.java24 setupServices(this, ThroughputService.COMPONENT); in onCreate()
41 ThroughputService.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
43 ThroughputService.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
51 if (component.equals(ThroughputService.COMPONENT)) { in onApduSequenceComplete()
52 long timePerApdu = duration / ThroughputService.APDU_COMMAND_SEQUENCE.length; in onApduSequenceComplete()
DThroughputService.java5 public class ThroughputService extends HceService { class
10 ThroughputService.class.getName());
50 public ThroughputService() { in ThroughputService() method in ThroughputService
DBaseEmulatorActivity.java41 ThroughputService.COMPONENT,