Searched defs:IS_DEBUGGABLE (Results 1 – 5 of 5) sorted by relevance
39 private static final boolean IS_DEBUGGABLE = false; field in DBScheduledCustomAudienceUpdateTest
47 public static final boolean IS_DEBUGGABLE = field in Logging
285 private static final boolean IS_DEBUGGABLE = computeIsDebuggable(); field in AndroidServiceBinder
51 @VisibleForTesting public static final String IS_DEBUGGABLE = "is_debuggable"; field in CustomAudienceHelper
133 private static final boolean IS_DEBUGGABLE = SystemProperties.getInt("ro.debuggable", 0) == 1; field in CellBroadcastHandler