HomeSort by relevance Sort by last modified time
    Searched defs:kTypeSmartPoster (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/nfc/
nfc_ndef_record.h 28 kTypeSmartPoster,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 80 const char kTypeSmartPoster[] = "SMART_POSTER";
115 case NfcNdefRecord::kTypeSmartPoster:
116 return kTypeSmartPoster;
134 if (type == kTypeSmartPoster)
135 return NfcNdefRecord::kTypeSmartPoster;

Completed in 144 milliseconds