Searched refs:IS_USERDEBUG (Results 1 – 3 of 3) sorted by relevance
910 public static final boolean IS_USERDEBUG = "userdebug".equals(TYPE); field in Build
85 if (Build.IS_USERDEBUG && isUsbActive()) { in isDisabled()
467 if (profileSystemServer && (Build.IS_USERDEBUG || Build.IS_ENG)) { in handleSystemServerProcess()