Searched refs:HostNfcFService (Results 1 – 7 of 7) sorted by relevance
23 import android.nfc.cardemulation.HostNfcFService;89 sendDeactivateToActiveServiceLocked(HostNfcFService.DEACTIVATION_LINK_LOSS); in onEnabledForegroundNfcFServiceChanged()155 sendDeactivateToActiveServiceLocked(HostNfcFService.DEACTIVATION_LINK_LOSS); in onHostEmulationDeactivated()165 sendDeactivateToActiveServiceLocked(HostNfcFService.DEACTIVATION_LINK_LOSS); in onNfcDisabled()176 sendDeactivateToActiveServiceLocked(HostNfcFService.DEACTIVATION_LINK_LOSS); in onUserSwitched()194 sendDeactivateToActiveServiceLocked(HostNfcFService.DEACTIVATION_LINK_LOSS); in sendDataToServiceLocked()198 Message msg = Message.obtain(null, HostNfcFService.MSG_COMMAND_PACKET); in sendDataToServiceLocked()215 Message msg = Message.obtain(null, HostNfcFService.MSG_DEACTIVATED); in sendDeactivateToActiveServiceLocked()232 Intent bindIntent = new Intent(HostNfcFService.SERVICE_INTERFACE); in bindServiceIfNeededLocked()308 if (msg.what == HostNfcFService.MSG_RESPONSE_PACKET) { in handleMessage()
35 import android.nfc.cardemulation.HostNfcFService;230 new Intent(HostNfcFService.SERVICE_INTERFACE), in getInstalledServices()
112 parser = si.loadXmlMetaData(pm, HostNfcFService.SERVICE_META_DATA); in NfcFServiceInfo()114 throw new XmlPullParserException("No " + HostNfcFService.SERVICE_META_DATA + in NfcFServiceInfo()133 com.android.internal.R.styleable.HostNfcFService); in NfcFServiceInfo()
104 public abstract class HostNfcFService extends Service { class
37216 Landroid/nfc/cardemulation/HostNfcFService;->KEY_DATA:Ljava/lang/String;37217 Landroid/nfc/cardemulation/HostNfcFService;->KEY_MESSENGER:Ljava/lang/String;37218 Landroid/nfc/cardemulation/HostNfcFService;->mMessenger:Landroid/os/Messenger;37219 Landroid/nfc/cardemulation/HostNfcFService;->mNfcService:Landroid/os/Messenger;37220 Landroid/nfc/cardemulation/HostNfcFService;->MSG_COMMAND_PACKET:I37221 Landroid/nfc/cardemulation/HostNfcFService;->MSG_DEACTIVATED:I37222 Landroid/nfc/cardemulation/HostNfcFService;->MSG_RESPONSE_PACKET:I37223 Landroid/nfc/cardemulation/HostNfcFService;->TAG:Ljava/lang/String;47497 Landroid/R$styleable;->HostNfcFService:[I84760 Lcom/android/internal/R$styleable;->HostNfcFService:[I
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
27433 public abstract class HostNfcFService extends android.app.Service {27434 ctor public HostNfcFService();