Home
last modified time | relevance | path

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

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