Searched refs:isNdefPushEnabled (Results 1 – 3 of 3) sorted by relevance
129 if (mNfcAdapter.isNdefPushEnabled() && mAndroidBeam.isEnabled()) { in handleNfcStateChanged()
97 mSwitchBar.setChecked(!mBeamDisallowedByBase && mNfcAdapter.isNdefPushEnabled()); in onActivityCreated()
748 public boolean isNdefPushEnabled() throws RemoteException { in isNdefPushEnabled() method in NfcService.NfcAdapterService