Searched refs:sServiceConnection (Results 1 – 1 of 1) sorted by relevance
57 private static CellBroadcastServiceConnection sServiceConnection; field in CellBroadcastServiceManager155 if (sServiceConnection.mService != null) { in disable()156 mContext.unbindService(sServiceConnection); in disable()167 if (sServiceConnection == null) { in initCellBroadcastServiceModule()168 sServiceConnection = new CellBroadcastServiceConnection(); in initCellBroadcastServiceModule()179 if (sServiceConnection.mService == null) { in initCellBroadcastServiceModule()190 sServiceConnection.mService); in initCellBroadcastServiceModule()228 mContext.unbindService(sServiceConnection); in initCellBroadcastServiceModule()229 sServiceConnection = null; in initCellBroadcastServiceModule()236 if (sServiceConnection.mService == null) { in initCellBroadcastServiceModule()[all …]