Home
last modified time | relevance | path

Searched defs:pollTech (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DBaseReaderActivity.java45 public void setPollTech(int pollTech) { in setPollTech()
DSimpleReaderActivity.java71 public void setPollTech(int pollTech) { in setPollTech()
DNfcReaderDeviceSnippet.java418 public void setPollTech(Integer pollTech) { in setPollTech()
/packages/apps/Nfc/src/com/android/nfc/
DNfcShellCommand.java113 int pollTech = Integer.parseInt(getNextArg()); in onCommand() local
DDeviceHost.java235 void setDiscoveryTech(int pollTech, int listenTech); in setDiscoveryTech()
DNfcService.java1324 int pollTech = -1; in enableInternal() local
2028 public void updateDiscoveryTechnology(IBinder binder, int pollTech, int listenTech) in updateDiscoveryTechnology()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java493 public native void setDiscoveryTech(int pollTech, int listenTech); in setDiscoveryTech()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp2033 static void nfcManager_setDiscoveryTech(JNIEnv* e, jobject o, jint pollTech, in nfcManager_setDiscoveryTech()