Searched refs:kPropertyNames (Results 1 – 2 of 2) sorted by relevance
41 const char* Overlay::kPropertyNames[] = { member in Overlay376 for (int i = 0; i < NELEM(kPropertyNames); i++) { in doDrawInfoPage()379 property_get(kPropertyNames[i], valueBuf, ""); in doDrawInfoPage()383 String8 str(String8::format("%s: [%s]", kPropertyNames[i], valueBuf)); in doDrawInfoPage()
154 static const char* kPropertyNames[]; variable