Home
last modified time | relevance | path

Searched refs:kTypeHandoverRequest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/device/nfc/
Dnfc_ndef_record_utils_chromeos.cc29 if (type == nfc_record::kTypeHandoverRequest) in DBusRecordTypeValueToNfcNdefRecordType()
30 return NfcNdefRecord::kTypeHandoverRequest; in DBusRecordTypeValueToNfcNdefRecordType()
48 case NfcNdefRecord::kTypeHandoverRequest: in NfcRecordTypeEnumToPropertyValue()
49 return nfc_record::kTypeHandoverRequest; in NfcRecordTypeEnumToPropertyValue()
Dnfc_ndef_record.h26 kTypeHandoverRequest, enumerator
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dnfc_debug_ui.cc78 const char kTypeHandoverRequest[] = "HANDOVER_REQUEST"; variable
111 case NfcNdefRecord::kTypeHandoverRequest: in RecordTypeToString()
112 return kTypeHandoverRequest; in RecordTypeToString()
130 if (type == kTypeHandoverRequest) in RecordTypeStringValueToEnum()
131 return NfcNdefRecord::kTypeHandoverRequest; in RecordTypeStringValueToEnum()