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

/packages/apps/Nfc/nci/jni/
H A DRouteDataSet.cpp336 const xmlChar* trueString = (const xmlChar*) "true"; local
371 data->mSwitchOn = (xmlStrcmp (value, trueString) == 0);
378 data->mSwitchOff = (xmlStrcmp (value, trueString) == 0);
385 data->mBatteryOff = (xmlStrcmp (value, trueString) == 0);
408 const xmlChar* trueString = (const xmlChar*) "true"; local
441 data->mSwitchOn = (xmlStrcmp (value, trueString) == 0);
448 data->mSwitchOff = (xmlStrcmp (value, trueString) == 0);
455 data->mBatteryOff = (xmlStrcmp (value, trueString) == 0);

Completed in 35 milliseconds