Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl72 boolean isControllerAlwaysOn(); in isControllerAlwaysOn() method
H A DNfcAdapter.java2155 public boolean isControllerAlwaysOn() { in isControllerAlwaysOn() method in NfcAdapter
2157 return sService.isControllerAlwaysOn(); in isControllerAlwaysOn()
2166 return sService.isControllerAlwaysOn(); in isControllerAlwaysOn()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10219 …on(android.Manifest.permission.NFC_SET_CONTROLLER_ALWAYS_ON) public boolean isControllerAlwaysOn();