Home
last modified time | relevance | path

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

12

/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.java93 private static final int INFO = 800; field in PlatformLogger
111 INFO, enumConstant
127 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO,
142 case PlatformLogger.INFO : return Level.INFO; in valueOf()
156 private static final Level DEFAULT_LEVEL = Level.INFO;
336 loggerProxy.doLog(Level.INFO, msg); in info()
340 loggerProxy.doLog(Level.INFO, msg, t); in info()
344 loggerProxy.doLog(Level.INFO, msg, params); in info()
/libcore/ojluni/annotations/sdk/nullability/java/util/logging/
DLevel.annotated.java68 @libcore.util.NonNull public static final java.util.logging.Level INFO; field in Level
69 static { INFO = null; }
/libcore/ojluni/src/main/java/java/util/logging/
DConsoleHandler.java76 setLevel(manager.getLevelProperty(cname +".level", Level.INFO)); in configure()
DStreamHandler.java87 setLevel(manager.getLevelProperty(cname +".level", Level.INFO)); in configure()
DLogger.java382 levelValue = Level.INFO.intValue(); in Logger()
407 levelValue = Level.INFO.intValue(); in Logger()
1490 log(Level.INFO, msg); in info()
1598 log(Level.INFO, msgSupplier); in info()
2117 newLevelValue = Level.INFO.intValue();
DLevel.java124 public static final Level INFO = new Level("INFO", 800, defaultBundle); field in Level
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging.properties36 INFO=INFO key
Dlogging_sv.properties36 INFO=Info key
Dlogging_fr.properties36 INFO=Infos key
Dlogging_zh_CN.properties36 INFO=\u4FE1\u606F key
Dlogging_zh_TW.properties36 INFO=\u8CC7\u8A0A key
Dlogging_ja.properties36 INFO=\u60C5\u5831 key
Dlogging_ko.properties36 INFO=\uC815\uBCF4 key
Dlogging_es.properties36 INFO=Informaci\u00F3n key
Dlogging_pt_BR.properties36 INFO=Informa\u00E7\u00F5es key
Dlogging_it.properties36 INFO=Informazioni key
Dlogging_de.properties36 INFO=Information key
/libcore/luni/src/test/java/libcore/sun/util/logging/
DPlatformLoggerTest.java38 assertLogLevel("INFO", Level.INFO); in testLogLevelConstants()
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CertImpl.java82 public static final String INFO = X509CertInfo.NAME; field in X509CertImpl
92 public static final String SUBJECT_DN = NAME + DOT + INFO + DOT +
95 public static final String ISSUER_DN = NAME + DOT + INFO + DOT +
98 public static final String SERIAL_ID = NAME + DOT + INFO + DOT +
102 public static final String PUBLIC_KEY = NAME + DOT + INFO + DOT +
107 public static final String VERSION = NAME + DOT + INFO + DOT +
671 if (id.equalsIgnoreCase(INFO)) { in get()
728 if (id.equalsIgnoreCase(INFO)) { in set()
770 if (id.equalsIgnoreCase(INFO)) { in delete()
794 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.java457 new LogRecord(Level.INFO, "message for"), in testPublish()
/libcore/luni/src/test/java/libcore/libcore/net/
DNetworkSecurityPolicyTest.java214 LogRecord record = new LogRecord(Level.INFO, "A log record"); in testCleartextTrafficPolicyWithLoggingSocketHandler()

12