Searched refs:DEBUGGABLE (Results 1 – 5 of 5) sorted by relevance
28 public static final boolean DEBUGGABLE = field in RoSystemProperties
269 return RoSystemProperties.DEBUGGABLE && in isSslCheckRelaxed()
154 if (RoSystemProperties.DEBUGGABLE) { in checkShellPermissions()
1626 return getBoolean(Booleans.DEBUGGABLE); in isDebuggable()2001 return setBoolean(Booleans.DEBUGGABLE, value);3676 DEBUGGABLE,3740 private static final long DEBUGGABLE = 1L << 7;
38863 Landroid/os/SystemPropertiesProto$Ro;->DEBUGGABLE:J