Searched refs:mCellBroadcastServiceConnection (Results 1 – 1 of 1) sorted by relevance
142 private CellBroadcastServiceConnection mCellBroadcastServiceConnection; field in SimStatusDialogController232 if (mCellBroadcastServiceConnection != null in deinitialize()233 && mCellBroadcastServiceConnection.getService() != null) { in deinitialize()234 mContext.unbindService(mCellBroadcastServiceConnection); in deinitialize()236 mCellBroadcastServiceConnection = null; in deinitialize()334 if (!mShowLatestAreaInfo || mCellBroadcastServiceConnection == null) return; in updateAreaInfoText()337 mCellBroadcastServiceConnection.getService()); in updateAreaInfoText()352 mCellBroadcastServiceConnection = new CellBroadcastServiceConnection(); in bindCellBroadcastService()357 if (mCellBroadcastServiceConnection != null in bindCellBroadcastService()358 && mCellBroadcastServiceConnection.getService() == null) { in bindCellBroadcastService()[all …]