Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java69 private static PhoneUtils sPhoneUtilsInstancePreLMR1 = null; field in FactoryImpl
216 if (sPhoneUtilsInstancePreLMR1 == null) { in getPhoneUtils()
218 if (sPhoneUtilsInstancePreLMR1 == null) { in getPhoneUtils()
219 sPhoneUtilsInstancePreLMR1 = new PhoneUtils.PhoneUtilsPreLMR1(); in getPhoneUtils()
223 return sPhoneUtilsInstancePreLMR1; in getPhoneUtils()