Searched refs:isControllerAlwaysOnSupported (Results 1 – 5 of 5) sorted by relevance
68 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();
56 if (!mAdapter.isControllerAlwaysOnSupported()) { in register()87 if (!mAdapter.isControllerAlwaysOnSupported()) { in unregister()
78 boolean isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported() method
2633 public boolean isControllerAlwaysOnSupported() { in isControllerAlwaysOnSupported() method in NfcAdapter2638 return sService.isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported()2647 return sService.isControllerAlwaysOnSupported(); in isControllerAlwaysOnSupported()
13 …d.Manifest.permission.NFC_SET_CONTROLLER_ALWAYS_ON) public boolean isControllerAlwaysOnSupported();