Searched refs:sSystemPropertiesGetMethod (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSystemProperties.java25 private static Method sSystemPropertiesGetMethod = null; field in class:SystemProperties
28 if (sSystemPropertiesGetMethod == null) {
32 sSystemPropertiesGetMethod =
41 if (sSystemPropertiesGetMethod != null) {
43 return (String) sSystemPropertiesGetMethod.invoke(null, name);

Completed in 22 milliseconds