Home
last modified time | relevance | path

Searched refs:DeviceHost (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java35 import com.android.nfc.DeviceHost;
36 import com.android.nfc.DeviceHost.TagEndpoint;
77 private DeviceHost.TagDisconnectedCallback tagDisconnectedCallback;
85 int presenceCheckDelay, @Nullable DeviceHost.TagDisconnectedCallback callback) { in PresenceCheckWatchdog()
227 int presenceCheckDelay, DeviceHost.TagDisconnectedCallback callback) { in startPresenceChecking()
DNativeNfcManager.java31 import com.android.nfc.DeviceHost;
46 public class NativeNfcManager implements DeviceHost {
/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java30 import com.android.nfc.DeviceHost;
31 import com.android.nfc.DeviceHost.TagEndpoint;
130 private DeviceHost mNativeNfcManager;
151 public NfcCharging(Context context, DeviceHost mDeviceHost) { in NfcCharging()
200 DeviceHost.TagDisconnectedCallback callbackTagDisconnection =
201 new DeviceHost.TagDisconnectedCallback() {
/packages/apps/Nfc/src/com/android/nfc/
DNfcInjector.java186 public DeviceHost makeDeviceHost(DeviceHost.DeviceHostListener listener) { in makeDeviceHost()
DRoutingTableParser.java287 public void update(DeviceHost dh) { in update()
297 public void dump(DeviceHost dh, PrintWriter pw) { in dump()
DDeviceHost.java28 public interface DeviceHost { interface
DNfcService.java105 import com.android.nfc.DeviceHost.DeviceHostListener;
106 import com.android.nfc.DeviceHost.TagEndpoint;
384 private DeviceHost mDeviceHost;
3735 DeviceHost.TagDisconnectedCallback callback = in handleMessage()
3736 new DeviceHost.TagDisconnectedCallback() { in handleMessage()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DNfcServiceTest.java82 @Mock DeviceHost mDeviceHost;
102 @Captor ArgumentCaptor<DeviceHost.DeviceHostListener> mDeviceHostListener;