Searched refs:sISms (Results 1 – 1 of 1) sorted by relevance
317 private static ISms sISms; field in TelephonyManager13398 if (sISms != null) { in resetServiceCache()13399 sISms.asBinder().unlinkToDeath(sServiceDeath, 0); in resetServiceCache()13400 sISms = null; in resetServiceCache()13490 if (sISms == null) { in getSmsService()13497 if (sISms == null && temp != null) { in getSmsService()13499 sISms = temp; in getSmsService()13500 sISms.asBinder().linkToDeath(sServiceDeath, 0); in getSmsService()13503 sISms = null; in getSmsService()13508 return sISms; in getSmsService()