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

  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 72 int ro_debuggable = Integer.parseInt(BuildTest.getProperty(BuildTest.RO_DEBUGGABLE)); local
74 assertEquals(ro_debuggable, prctl_dumpable);
BuildTest.java 274 static final String RO_DEBUGGABLE = "ro.debuggable";
289 assertProperty("Must be a non-debuggable build", RO_DEBUGGABLE, "0");

Completed in 161 milliseconds