Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java226 boolean canMakeReadOnly(int technology); in canMakeReadOnly() method
DNfcService.java1763 public boolean canMakeReadOnly(int ndefType) throws RemoteException { in canMakeReadOnly() method in NfcService.TagService
1764 return mDeviceHost.canMakeReadOnly(ndefType); in canMakeReadOnly()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java306 public boolean canMakeReadOnly(int ndefType) { in canMakeReadOnly() method in NativeNfcManager