Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 24 of 24) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_ProviderTrust.java37 private static final String INFO = NAME field in Support_ProviderTrust
45 super(NAME, VERSION, INFO); in Support_ProviderTrust()
DSupport_TestProvider.java36 private static final String INFO = NAME field in Support_TestProvider
44 super(NAME, VERSION, INFO); in Support_TestProvider()
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java97 public static final int INFO = 800; field in PlatformLogger
115 INFO, enumConstant
131 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO,
146 case PlatformLogger.INFO : return Level.INFO; in valueOf()
160 private static final Level DEFAULT_LEVEL = Level.INFO;
374 loggerProxy.doLog(Level.INFO, msg); in info()
378 loggerProxy.doLog(Level.INFO, msg, t); in info()
382 loggerProxy.doLog(Level.INFO, msg, params); in info()
/libcore/ojluni/src/main/java/java/util/logging/
DConsoleHandler.java66 setLevel(manager.getLevelProperty(cname +".level", Level.INFO)); in configure()
DLogger.java268 levelValue = Level.INFO.intValue(); in Logger()
292 levelValue = Level.INFO.intValue(); in Logger()
1174 if (Level.INFO.intValue() < levelValue) { in info()
1177 log(Level.INFO, msg); in info()
1650 newLevelValue = Level.INFO.intValue();
DStreamHandler.java74 setLevel(manager.getLevelProperty(cname +".level", Level.INFO)); in configure()
DLevel.java128 public static final Level INFO = new Level("INFO", 800, defaultBundle); field in Level
DLogManager.java155 private final static Level defaultLevel = Level.INFO;
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging.properties36 INFO=INFO key
Dlogging_it.properties36 INFO=Informazioni key
Dlogging_fr.properties36 INFO=Infos key
Dlogging_ja.properties36 INFO=\u60C5\u5831 key
Dlogging_es.properties36 INFO=Informaci\u00F3n key
Dlogging_zh_TW.properties36 INFO=\u8CC7\u8A0A key
Dlogging_zh_CN.properties36 INFO=\u4FE1\u606F key
Dlogging_ko.properties36 INFO=\uC815\uBCF4 key
Dlogging_de.properties36 INFO=Information key
Dlogging_sv.properties36 INFO=Info key
Dlogging_pt_BR.properties36 INFO=Informa\u00E7\u00F5es key
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CertImpl.java89 public static final String INFO = X509CertInfo.NAME; field in X509CertImpl
99 public static final String SUBJECT_DN = NAME + DOT + INFO + DOT +
102 public static final String ISSUER_DN = NAME + DOT + INFO + DOT +
105 public static final String SERIAL_ID = NAME + DOT + INFO + DOT +
109 public static final String PUBLIC_KEY = NAME + DOT + INFO + DOT +
114 public static final String VERSION = NAME + DOT + INFO + DOT +
673 if (id.equalsIgnoreCase(INFO)) { in get()
730 if (id.equalsIgnoreCase(INFO)) { in set()
772 if (id.equalsIgnoreCase(INFO)) { in delete()
796 elements.addElement(NAME + DOT + INFO); in getElements()
/libcore/luni/src/main/java/java/util/logging/
Dlogging.properties35 .level=INFO
60 #java.util.logging.ConsoleHandler.level=INFO
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldMemoryHandlerTest.java70 assertTrue(handler.isLoggable(new LogRecord(Level.INFO, "1"))); in testIsLoggable()
DOldFileHandlerTest.java452 new LogRecord(Level.INFO, "message for"), in testPublish()
/libcore/luni/src/test/java/libcore/net/
DNetworkSecurityPolicyTest.java212 LogRecord record = new LogRecord(Level.INFO, "A log record"); in testCleartextTrafficPolicyWithLoggingSocketHandler()