Home
last modified time | relevance | path

Searched defs:IS_DEBUGGABLE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java53 private static final boolean IS_DEBUGGABLE = Build.IS_DEBUGGABLE; field in SystemServerInitThreadPool
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/
H A DTelephonyUtils.java57 public static boolean IS_DEBUGGABLE = SystemProperties.getInt("ro.debuggable", 0) == 1; field in TelephonyUtils
/aosp14/frameworks/base/core/java/android/os/
H A DBuild.java1481 public static final boolean IS_DEBUGGABLE = field in Build