Home
last modified time | relevance | path

Searched refs:isControllerAlwaysOnSupported (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/nfc/tests/src/android/nfc/
DNfcControllerAlwaysOnListenerTest.java68 doReturn(false).when(mNfcAdapter).isControllerAlwaysOnSupported();
95 doReturn(true).when(mNfcAdapter).isControllerAlwaysOnSupported();
122 doReturn(true).when(mNfcAdapter).isControllerAlwaysOnSupported();
150 doReturn(true).when(mNfcAdapter).isControllerAlwaysOnSupported();
167 doReturn(true).when(mNfcAdapter).isControllerAlwaysOnSupported();
185 doReturn(true).when(mNfcAdapter).isControllerAlwaysOnSupported();
/frameworks/base/nfc/java/android/nfc/
DNfcControllerAlwaysOnListener.java56 if (!mAdapter.isControllerAlwaysOnSupported()) { in register()
87 if (!mAdapter.isControllerAlwaysOnSupported()) { in unregister()
DINfcAdapter.aidl78 boolean isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported() method
DNfcAdapter.java2633 public boolean isControllerAlwaysOnSupported() { in isControllerAlwaysOnSupported() method in NfcAdapter
2638 return sService.isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported()
2647 return sService.isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported()
/frameworks/base/nfc/api/
Dsystem-current.txt13 …d.Manifest.permission.NFC_SET_CONTROLLER_ALWAYS_ON) public boolean isControllerAlwaysOnSupported();