Home
last modified time | relevance | path

Searched defs:isControllerAlwaysOnSupported (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl78 boolean isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported() method
H A DNfcAdapter.java2324 public boolean isControllerAlwaysOnSupported() { in isControllerAlwaysOnSupported() method in NfcAdapter
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1632 public boolean isControllerAlwaysOnSupported() throws RemoteException { in isControllerAlwaysOnSupported() method in NfcService.NfcAdapterService