Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/service/
DThroughputService.java21 public class ThroughputService extends HceService { class
24 "com.android.nfc.emulator", ThroughputService.class.getName());
27 public ThroughputService() { in ThroughputService() method in ThroughputService
29 HceUtils.COMMAND_APDUS_BY_SERVICE.get(ThroughputService.class.getName()), in ThroughputService()
30 HceUtils.RESPONSE_APDUS_BY_SERVICE.get(ThroughputService.class.getName())); in ThroughputService()
35 return ThroughputService.COMPONENT; in getComponent()
/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DThroughputEmulatorActivity.java24 import com.android.nfc.service.ThroughputService;
38 setupServices(ThroughputService.COMPONENT); in onResume()
43 return ThroughputService.COMPONENT; in getPreferredServiceComponent()
48 if (component.equals(ThroughputService.COMPONENT)) { in onApduSequenceComplete()
55 ThroughputService.class.getName()) in onApduSequenceComplete()
DBaseEmulatorActivity.java53 import com.android.nfc.service.ThroughputService;
86 ThroughputService.COMPONENT,
/packages/apps/Nfc/testutils/src/com/android/nfc/utils/
DHceUtils.java41 import com.android.nfc.service.ThroughputService;
216 ThroughputService.class.getName(), in ThroughputService.class.getName()
237 ThroughputService.class.getName(), in ThroughputService.class.getName()
/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DNfcReaderDeviceSnippet.java42 import com.android.nfc.service.ThroughputService;
313 HceUtils.COMMAND_APDUS_BY_SERVICE.get(ThroughputService.class.getName()), in startThroughputReaderActivity()
314 HceUtils.RESPONSE_APDUS_BY_SERVICE.get(ThroughputService.class.getName())); in startThroughputReaderActivity()