HomeSort by relevance Sort by last modified time
    Searched refs:NfcEvent (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/core/java/android/nfc/
NfcEvent.java 24 * <p>An {@link NfcEvent} object is usually included in callbacks from
35 public final class NfcEvent {
51 NfcEvent(NfcAdapter nfcAdapter, byte peerLlcpVersion) {
NfcActivityManager.java 362 NfcEvent event = new NfcEvent(mAdapter, peerLlcpVersion);
426 NfcEvent event = new NfcEvent(mAdapter, peerLlcpVersion);
  /hardware/interfaces/nfc/1.0/
INfcClientCallback.hal 24 sendEvent(NfcEvent event, NfcStatus status);
types.hal 20 enum NfcEvent : uint32_t {
Android.mk 20 # Build types.hal (NfcEvent)
22 GEN := $(intermediates)/android/hardware/nfc/V1_0/NfcEvent.java
32 android.hardware.nfc@1.0::types.NfcEvent
118 # Build types.hal (NfcEvent)
120 GEN := $(intermediates)/android/hardware/nfc/V1_0/NfcEvent.java
130 android.hardware.nfc@1.0::types.NfcEvent
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
types.driver.cpp 11 ::android::hardware::nfc::V1_0::NfcEvent EnumValue__android__hardware__nfc__V1_0__NfcEvent(const ScalarDataValueMessage& arg) {
12 return (::android::hardware::nfc::V1_0::NfcEvent) arg.uint32_t();
14 ::android::hardware::nfc::V1_0::NfcEvent Random__android__hardware__nfc__V1_0__NfcEvent() {
16 if (choice == (uint32_t) 0) return ::android::hardware::nfc::V1_0::NfcEvent::OPEN_CPLT;
17 if (choice == (uint32_t) 1) return ::android::hardware::nfc::V1_0::NfcEvent::CLOSE_CPLT;
18 if (choice == (uint32_t) 2) return ::android::hardware::nfc::V1_0::NfcEvent::POST_INIT_CPLT;
19 if (choice == (uint32_t) 3) return ::android::hardware::nfc::V1_0::NfcEvent::PRE_DISCOVER_CPLT;
20 if (choice == (uint32_t) 4) return ::android::hardware::nfc::V1_0::NfcEvent::REQUEST_CONTROL;
21 if (choice == (uint32_t) 5) return ::android::hardware::nfc::V1_0::NfcEvent::RELEASE_CONTROL;
22 if (choice == (uint32_t) 6) return ::android::hardware::nfc::V1_0::NfcEvent::ERROR
    [all...]
NfcClientCallback.driver.cpp 15 ::android::hardware::nfc::V1_0::NfcEvent arg0,
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/
types.vts.h 23 ::android::hardware::nfc::V1_0::NfcEvent EnumValue__android__hardware__nfc__V1_0__NfcEvent(const ScalarDataValueMessage& arg);
24 ::android::hardware::nfc::V1_0::NfcEvent Random__android__hardware__nfc__V1_0__NfcEvent();
26 void SetResult__android__hardware__nfc__V1_0__NfcEvent(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcEvent result_value);
NfcClientCallback.vts.h 37 ::android::hardware::nfc::V1_0::NfcEvent arg0,
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/test/vts/specification/hal/
types.vts.h 20 ::android::hardware::nfc::V1_0::NfcEvent arg_val_name);
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
types.profiler.cpp 11 ::android::hardware::nfc::V1_0::NfcEvent arg_val_name) {
NfcClientCallback.profiler.cpp 52 ::android::hardware::nfc::V1_0::NfcEvent *arg_val_0 = reinterpret_cast<::android::hardware::nfc::V1_0::NfcEvent*> ((*args)[0]);
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 22 import android.nfc.NfcEvent;
85 * @param nfcEvent NFC event which triggered callback
90 public Uri[] createBeamUris(NfcEvent nfcEvent) {
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 22 import android.nfc.NfcEvent;
85 * @param nfcEvent NFC event which triggered callback
90 public Uri[] createBeamUris(NfcEvent nfcEvent) {
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
BeamLargeFilesFragment.java 22 import android.nfc.NfcEvent;
85 * @param nfcEvent NFC event which triggered callback
90 public Uri[] createBeamUris(NfcEvent nfcEvent) {
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 26 import android.nfc.NfcEvent;
72 public NdefMessage createNdefMessage(NfcEvent event) {
96 public void onNdefPushComplete(NfcEvent arg0) {
  /hardware/interfaces/nfc/1.0/vts/functional/
VtsHalNfcV1_0TargetTest.cpp 30 using ::android::hardware::nfc::V1_0::NfcEvent;
62 NfcEvent last_event_;
77 Return<void> sendEvent(NfcEvent event, NfcStatus event_status) override {
108 EXPECT_EQ(NfcEvent::OPEN_CPLT, res.args->last_event_);
137 EXPECT_EQ(NfcEvent::CLOSE_CPLT, res.args->last_event_);
144 EXPECT_EQ(NfcEvent::OPEN_CPLT, res.args->last_event_);
153 EXPECT_EQ(NfcEvent::CLOSE_CPLT, res.args->last_event_);
175 * Makes an open call, waits for NfcEvent.OPEN_CPLT
176 * Immediately calls close() and waits for NfcEvent.CLOSE_CPLT
413 * Waits for NfcEvent.OPEN_CPL
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushSenderActivity.java 26 import android.nfc.NfcEvent;
102 public NdefMessage createNdefMessage(NfcEvent event) {
LlcpVersionActivity.java 27 import android.nfc.NfcEvent;
104 public NdefMessage createNdefMessage(NfcEvent event) {
  /packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java 26 import android.nfc.NfcEvent;
65 public NdefMessage createNdefMessage(NfcEvent event) {
  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 24 import android.nfc.NfcEvent;
50 public Uri[] createBeamUris(NfcEvent arg0) {
  /test/vts-testcase/hal/nfc/V1_0/host/
VtsHalNfcV1_0HostTest.py 82 def send_event(NfcEvent, NfcStatus):
84 logging.info("arg0 %s", NfcEvent)
  /hardware/interfaces/nfc/1.0/default/
Nfc.h 45 (::android::hardware::nfc::V1_0::NfcEvent) event,
  /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
NfcProvisioningFragment.java 24 import android.nfc.NfcEvent;
104 public NdefMessage createNdefMessage(NfcEvent event) {
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
NfcProvisioningFragment.java 25 import android.nfc.NfcEvent;
111 public NdefMessage createNdefMessage(NfcEvent event) {

Completed in 1281 milliseconds

1 2