Searched refs:HostNfcFService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.java102 parser = si.loadXmlMetaData(pm, HostNfcFService.SERVICE_META_DATA);
104 throw new XmlPullParserException("No " + HostNfcFService.SERVICE_META_DATA +
123 com.android.internal.R.styleable.HostNfcFService);
H A DHostNfcFService.java33 * <p>HostNfcFService is a convenience {@link Service} class that can be
41 * <p>A {@link HostNfcFService HostNfcFService service} can register
47 * <p>All {@link HostNfcFService HostNfcFService} declarations in the manifest must require the
51 * <p>An example of a HostNfcFService manifest declaration is shown below:
70 * <p>The {@link android.R.styleable#HostNfcFService &lt;host-nfcf-service&gt;} is required
74 * <p>The {@link android.R.styleable#HostNfcFService &lt;host-nfcf-service&gt;} must
102 public abstract class HostNfcFService extends Service { class in inherits:Service

Completed in 120 milliseconds