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

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java211 boolean canMakeReadOnly(int technology); method in interface:DeviceHost
H A DNfcService.java1322 public boolean canMakeReadOnly(int ndefType) throws RemoteException { method in class:NfcService.TagService
1323 return mDeviceHost.canMakeReadOnly(ndefType);
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java218 public boolean canMakeReadOnly(int ndefType) { method in class:NativeNfcManager
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java277 public boolean canMakeReadOnly(int ndefType) { method in class:NativeNfcManager

Completed in 166 milliseconds