Searched refs:sISms (Results 1 – 1 of 1) sorted by relevance
452 private static ISms sISms; field in TelephonyManager17091 if (sISms != null) { in resetServiceCache()17092 sISms.asBinder().unlinkToDeath(sServiceDeath, 0); in resetServiceCache()17093 sISms = null; in resetServiceCache()17183 if (sISms == null) { in getSmsService()17190 if (sISms == null && temp != null) { in getSmsService()17192 sISms = temp; in getSmsService()17193 sISms.asBinder().linkToDeath(sServiceDeath, 0); in getSmsService()17196 sISms = null; in getSmsService()17201 return sISms; in getSmsService()