Searched refs:mCellBroadcastServiceConnection (Results 1 – 1 of 1) sorted by relevance
176 private CellBroadcastServiceConnection mCellBroadcastServiceConnection; field in SimStatusDialogController266 if (mCellBroadcastServiceConnection != null in deinitialize()267 && mCellBroadcastServiceConnection.getService() != null) { in deinitialize()268 mContext.unbindService(mCellBroadcastServiceConnection); in deinitialize()270 mCellBroadcastServiceConnection = null; in deinitialize()367 if (!mShowLatestAreaInfo || mCellBroadcastServiceConnection == null) return; in updateAreaInfoText()370 mCellBroadcastServiceConnection.getService()); in updateAreaInfoText()385 mCellBroadcastServiceConnection = new CellBroadcastServiceConnection(); in bindCellBroadcastService()390 if (mCellBroadcastServiceConnection != null in bindCellBroadcastService()391 && mCellBroadcastServiceConnection.getService() == null) { in bindCellBroadcastService()[all …]