Searched refs:WIFI_CONNECTION_STRENGTH (Results 1 – 5 of 5) sorted by relevance
22 import com.android.settingslib.AccessibilityContentDescriptions.WIFI_CONNECTION_STRENGTH in <lambda>()284 context.getString(WIFI_CONNECTION_STRENGTH[2]) in <lambda>()324 context.getString(WIFI_CONNECTION_STRENGTH[0]) in <lambda>()364 context.getString(WIFI_CONNECTION_STRENGTH[1]) in <lambda>()
23 import com.android.settingslib.AccessibilityContentDescriptions.WIFI_CONNECTION_STRENGTH133 val levelDesc = context.getString(WIFI_CONNECTION_STRENGTH[this.level]) in toBasicIcon()
58 private static final int[] WIFI_CONNECTION_STRENGTH = { field in AccessPointPreference287 if (level >= 0 && level < WIFI_CONNECTION_STRENGTH.length) { in buildContentDescription()289 context.getString(WIFI_CONNECTION_STRENGTH[level])); in buildContentDescription()
97 public static final int[] WIFI_CONNECTION_STRENGTH = { field in AccessibilityContentDescriptions
92 AccessibilityContentDescriptions.WIFI_CONNECTION_STRENGTH,