Searched refs:isNdefPushEnabled (Results 1 – 3 of 3) sorted by relevance
69 mActionBarSwitch.setChecked(mNfcAdapter.isNdefPushEnabled()); in onCreate()82 mActionBarSwitch.setChecked(mNfcAdapter.isNdefPushEnabled()); in initView()
114 if (mNfcAdapter.isNdefPushEnabled()) { in handleNfcStateChanged()
602 public boolean isNdefPushEnabled() throws RemoteException { in isNdefPushEnabled() method in NfcService.NfcAdapterService