(String p_normalize_0_)
| 1490 | } |
| 1491 | |
| 1492 | public static String normalize(String p_normalize_0_) { |
| 1493 | return p_normalize_0_ == null ? "" : p_normalize_0_; |
| 1494 | } |
| 1495 | |
| 1496 | public static void checkDisplaySettings() { |
| 1497 | int i = getAntialiasingLevel(); |
no outgoing calls
no test coverage detected