Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java57 private static CellBroadcastServiceConnection sServiceConnection; field in CellBroadcastServiceManager
155 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 …]