Home
last modified time | relevance | path

Searched refs:kFalseString (Results 1 – 2 of 2) sorted by relevance

/device/google/gs-common/modem/android_property_manager/include/
Dandroid_property_manager.h11 inline constexpr std::string_view kFalseString = "false"; variable
/device/google/gs-common/modem/android_property_manager/fake/
Dfake_android_property_manager.cpp51 if (value == kFalseString) { in SetProperty()