Searched refs:mCellBroadcastServiceConnection (Results 1 – 1 of 1) sorted by relevance
176 private CellBroadcastServiceConnection mCellBroadcastServiceConnection; field in SimStatusDialogController271 if (mCellBroadcastServiceConnection != null in deinitialize()272 && mCellBroadcastServiceConnection.getService() != null) { in deinitialize()273 mContext.unbindService(mCellBroadcastServiceConnection); in deinitialize()275 mCellBroadcastServiceConnection = null; in deinitialize()373 if (!mShowLatestAreaInfo || mCellBroadcastServiceConnection == null) return; in updateAreaInfoText()376 mCellBroadcastServiceConnection.getService()); in updateAreaInfoText()391 mCellBroadcastServiceConnection = new CellBroadcastServiceConnection(); in bindCellBroadcastService()396 if (mCellBroadcastServiceConnection != null in bindCellBroadcastService()397 && mCellBroadcastServiceConnection.getService() == null) { in bindCellBroadcastService()[all …]