Home
last modified time | relevance | path

Searched refs:HostNfcFService (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostNfcFEmulationManager.java23 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()
H A DRegisteredNfcFServicesCache.java35 import android.nfc.cardemulation.HostNfcFService;
230 new Intent(HostNfcFService.SERVICE_INTERFACE), in getInstalledServices()
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.java112 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()
H A DHostNfcFService.java104 public abstract class HostNfcFService extends Service { class
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37216 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:I
37221 Landroid/nfc/cardemulation/HostNfcFService;->MSG_DEACTIVATED:I
37222 Landroid/nfc/cardemulation/HostNfcFService;->MSG_RESPONSE_PACKET:I
37223 Landroid/nfc/cardemulation/HostNfcFService;->TAG:Ljava/lang/String;
47497 Landroid/R$styleable;->HostNfcFService:[I
84760 Lcom/android/internal/R$styleable;->HostNfcFService:[I
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27433 public abstract class HostNfcFService extends android.app.Service {
27434 ctor public HostNfcFService();