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

  /libcore/ojluni/src/main/java/java/util/logging/
Handler.java 49 private static final int offValue = Level.OFF.intValue();
294 if (record.getLevel().intValue() < levelValue || levelValue == offValue) {
Logger.java 221 private static final int offValue = Level.OFF.intValue();
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceSetup.java     [all...]

Completed in 212 milliseconds