Searched refs:WIFI_CONNECTION_STRENGTH (Results 1 – 3 of 3) sorted by relevance
50 private static final int[] WIFI_CONNECTION_STRENGTH = { field in WifiSliceItem179 if (mLevel >= 0 && mLevel < WIFI_CONNECTION_STRENGTH.length) { in getContentDescription()181 mContext.getString(WIFI_CONNECTION_STRENGTH[mLevel])); in getContentDescription()
60 private static final int[] WIFI_CONNECTION_STRENGTH = { field in WifiEntryPreference282 if (level >= 0 && level < WIFI_CONNECTION_STRENGTH.length) { in buildContentDescription()284 context.getString(WIFI_CONNECTION_STRENGTH[level])); in buildContentDescription()
42 private static final int[] WIFI_CONNECTION_STRENGTH = { field in AccessPointPreference257 if (level >= 0 && level < WIFI_CONNECTION_STRENGTH.length) { in buildContentDescription()259 context.getString(WIFI_CONNECTION_STRENGTH[level])); in buildContentDescription()