Searched refs:sISms (Results 1 – 1 of 1) sorted by relevance
438 private static ISms sISms; field in TelephonyManager16293 if (sISms != null) { in resetServiceCache()16294 sISms.asBinder().unlinkToDeath(sServiceDeath, 0); in resetServiceCache()16295 sISms = null; in resetServiceCache()16385 if (sISms == null) { in getSmsService()16392 if (sISms == null && temp != null) { in getSmsService()16394 sISms = temp; in getSmsService()16395 sISms.asBinder().linkToDeath(sServiceDeath, 0); in getSmsService()16398 sISms = null; in getSmsService()16403 return sISms; in getSmsService()