Searched refs:MODE_P2P_TARGET (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java96 public static final short MODE_P2P_TARGET = 0x00; field in interface:DeviceHost.NfcDepEndpoint
H A DNfcService.java1450 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) {
1613 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) {
1680 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) {
1681 if (DBG) Log.d(TAG, "NativeP2pDevice.MODE_P2P_TARGET");
/packages/apps/Nfc/jni/
H A Dcom_android_nfc.h53 #define MODE_P2P_TARGET 0 macro
H A Dcom_android_nfc_NativeNfcManager.cpp1052 e->SetIntField(tag, f, (jint)MODE_P2P_TARGET);

Completed in 67 milliseconds