Home
last modified time | relevance | path

Searched defs:privilegedGetProperty (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java104 public static String privilegedGetProperty(String theProp) { in privilegedGetProperty() method in GetPropertyAction
127 public static String privilegedGetProperty(String theProp, in privilegedGetProperty() method in GetPropertyAction
DGetIntegerAction.java129 public static Integer privilegedGetProperty(String theProp) { in privilegedGetProperty() method in GetIntegerAction
152 public static Integer privilegedGetProperty(String theProp, in privilegedGetProperty() method in GetIntegerAction
DGetBooleanAction.java88 public static boolean privilegedGetProperty(String theProp) { in privilegedGetProperty() method in GetBooleanAction