Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java242 void enableVendorNciNotifications(boolean enabled); in enableVendorNciNotifications() method
DNfcService.java2636 mDeviceHost.enableVendorNciNotifications(true); in registerVendorExtensionCallback()
2645 mDeviceHost.enableVendorNciNotifications(false); in unregisterVendorExtensionCallback()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java510 public native void enableVendorNciNotifications(boolean enabled); in enableVendorNciNotifications() method in NativeNfcManager