Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/
DNfcStateTest.java78 if (mNfcAdapter.isControllerAlwaysOnSupported()) { in setUp()
89 if (mNfcSupported && mNfcAdapter.isControllerAlwaysOnSupported()) { in tearDown()
96 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnTrueFromFalseWhenDisabled()
113 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnFalseFromTrueWhenDisabled()
130 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnFalseFromFalseWhenDisabled()
147 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnTrueFromTrueWhenDisabled()
164 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnTrueFromFalseWhenEnabled()
181 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetAlwaysOnFalseFromTrueWhenEnabled()
198 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnFalseFromFalseWhenEnabled()
215 if (!mNfcSupported || !mNfcAdapter.isControllerAlwaysOnSupported()) return; in testSetControllerAlwaysOnTrueFromTrueWhenEnabled()
[all …]
DNfcFeatureFlagTest.java83 .isEqualTo(mNfcAdapter.isControllerAlwaysOnSupported()); in testIsControllerAlwaysOnSupported()
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNfcPermissionTest.java63 mNfcAdapter.isControllerAlwaysOnSupported(); in testIsControllerAlwaysOnSupported()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2428 public boolean isControllerAlwaysOnSupported() throws RemoteException { in isControllerAlwaysOnSupported() method in NfcService.NfcAdapterService