Searched refs:statusLabel (Results 1 – 5 of 5) sorted by relevance
100 wifiDesc, mCurrentState.isTransient, mCurrentState.statusLabel); in notifyListeners()113 mCurrentState.statusLabel = mWifiTracker.statusLabel; in handleBroadcast()118 mCurrentState.statusLabel = mWifiTracker.statusLabel; in handleStatusUpdated()144 String statusLabel; field in WifiSignalController.WifiState152 statusLabel = state.statusLabel; in copyFrom()160 .append(",statusLabel=").append(statusLabel); in toString()171 && TextUtils.equals(other.statusLabel, statusLabel); in equals()
52 String statusLabel) {} in setWifiIndicators() argument
76 public String statusLabel; field in WifiStatusTracker160 statusLabel = mContext.getString(R.string.wifi_status_sign_in_required); in updateStatusLabel()163 statusLabel = mContext.getString(R.string.wifi_limited_connection); in updateStatusLabel()166 statusLabel = mContext.getString(R.string.wifi_status_no_internet); in updateStatusLabel()173 statusLabel = scoredNetwork == null in updateStatusLabel()
180 state.secondaryLabel = getSecondaryLabel(isTransient, cb.statusLabel); in handleUpdateState()224 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() argument227 : statusLabel; in getSecondaryLabel()272 public String statusLabel; field in WifiTile.CallbackInfo295 String statusLabel) { in setWifiIndicators() argument305 mInfo.statusLabel = statusLabel; in setWifiIndicators()
250 String description, boolean isTransient, String statusLabel) {