Home
last modified time | relevance | path

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

/hardware/ril/rild/
Drild.c105 char debuggable[PROP_VALUE_MAX]; in switchUser() local
139 property_get("ro.debuggable", debuggable, "0"); in switchUser()
140 if (strcmp(debuggable, "1") == 0) { in switchUser()
/hardware/ril/libril/
Dril.cpp5667 char debuggable[PROP_VALUE_MAX]; in isDebuggable() local
5668 property_get("ro.debuggable", debuggable, "0"); in isDebuggable()
5669 if (strcmp(debuggable, "1") == 0) { in isDebuggable()