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

  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.h 17 // FakeNfcRecordClient simulates the behavior of the NFC record objects and is
19 class CHROMEOS_EXPORT FakeNfcRecordClient : public NfcRecordClient {
40 FakeNfcRecordClient();
41 virtual ~FakeNfcRecordClient();
87 DISALLOW_COPY_AND_ASSIGN(FakeNfcRecordClient);
fake_nfc_record_client.cc 45 const char FakeNfcRecordClient::kDeviceSmartPosterRecordPath[] =
47 const char FakeNfcRecordClient::kDeviceTextRecordPath[] =
49 const char FakeNfcRecordClient::kDeviceUriRecordPath[] = "/fake/device/record2";
50 const char FakeNfcRecordClient::kTagRecordPath[] = "/fake/tag/record0";
52 FakeNfcRecordClient::Properties::Properties(
57 FakeNfcRecordClient::Properties::~Properties() {
60 void FakeNfcRecordClient::Properties::Get(
67 void FakeNfcRecordClient::Properties::GetAll() {
73 void FakeNfcRecordClient::Properties::Set(
80 FakeNfcRecordClient::FakeNfcRecordClient(
    [all...]

Completed in 111 milliseconds