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

  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 439 volatile Level effectiveLevel; // effective level (never null)
444 this.effectiveLevel = deriveEffectiveLevel(null);
449 return effectiveLevel != Level.OFF;
460 effectiveLevel = deriveEffectiveLevel(newLevel);
484 Level effectiveLevel = this.effectiveLevel;
485 return level.intValue() >= effectiveLevel.intValue() && effectiveLevel != Level.OFF;
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 392 milliseconds