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.java56 private static CellBroadcastServiceConnection sServiceConnection; field in CellBroadcastServiceManager
124 if (sServiceConnection.mService != null) { in disable()
125 mContext.unbindService(sServiceConnection); in disable()
136 if (sServiceConnection == null) { in initCellBroadcastServiceModule()
137 sServiceConnection = new CellBroadcastServiceConnection(); in initCellBroadcastServiceModule()
148 if (sServiceConnection.mService == null) { in initCellBroadcastServiceModule()
155 sServiceConnection.mService); in initCellBroadcastServiceModule()
181 mContext.unbindService(sServiceConnection); in initCellBroadcastServiceModule()
182 sServiceConnection = null; in initCellBroadcastServiceModule()
189 if (sServiceConnection.mService == null) { in initCellBroadcastServiceModule()
[all …]