Searched refs:WIFI_CONNECTION_STRENGTH (Results 1 – 3 of 3) sorted by relevance
47 private static final int[] WIFI_CONNECTION_STRENGTH = { field in WifiSliceItem176 if (mLevel >= 0 && mLevel < WIFI_CONNECTION_STRENGTH.length) { in getContentDescription()178 mContext.getString(WIFI_CONNECTION_STRENGTH[mLevel])); in getContentDescription()
61 private static final int[] WIFI_CONNECTION_STRENGTH = { field in WifiEntryPreference278 if (level >= 0 && level < WIFI_CONNECTION_STRENGTH.length) { in buildContentDescription()280 context.getString(WIFI_CONNECTION_STRENGTH[level])); in buildContentDescription()
42 private static final int[] WIFI_CONNECTION_STRENGTH = { field in AccessPointPreference261 if (level >= 0 && level < WIFI_CONNECTION_STRENGTH.length) { in buildContentDescription()263 context.getString(WIFI_CONNECTION_STRENGTH[level])); in buildContentDescription()