Searched refs:mCellBroadcastServiceConnection (Results 1 – 1 of 1) sorted by relevance
167 private CellBroadcastServiceConnection mCellBroadcastServiceConnection; field in SimStatusDialogController254 if (mCellBroadcastServiceConnection != null in deinitialize()255 && mCellBroadcastServiceConnection.getService() != null) { in deinitialize()256 mContext.unbindService(mCellBroadcastServiceConnection); in deinitialize()258 mCellBroadcastServiceConnection = null; in deinitialize()341 if (!mShowLatestAreaInfo || mCellBroadcastServiceConnection == null) return; in updateAreaInfoText()344 mCellBroadcastServiceConnection.getService()); in updateAreaInfoText()359 mCellBroadcastServiceConnection = new CellBroadcastServiceConnection(); in bindCellBroadcastService()362 if (mCellBroadcastServiceConnection != null in bindCellBroadcastService()363 && mCellBroadcastServiceConnection.getService() == null) { in bindCellBroadcastService()[all …]