Home
last modified time | relevance | path

Searched refs:WIFI_OTHER_DEVICE_CONNECTION (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt20 import com.android.settingslib.AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION
195 .doesNotContain(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotNone()
208 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotTablet()
221 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotLaptop()
234 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotWatch()
247 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotAuto()
260 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotPhone()
273 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotUnknown()
286 .isEqualTo(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiDefaultAndActive_hotspotInvalid()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt239 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
261 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
283 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
305 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
327 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
348 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
370 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
392 context.getString(AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/
DWifiIcon.kt25 import com.android.settingslib.AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION
127 ContentDescription.Loaded(context.getString(WIFI_OTHER_DEVICE_CONNECTION)), in toIcon()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DAccessibilityContentDescriptions.java106 public static final int WIFI_OTHER_DEVICE_CONNECTION = R.string.accessibility_wifi_other_device; field in AccessibilityContentDescriptions
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
DWifiViewModelTest.kt23 import com.android.settingslib.AccessibilityContentDescriptions.WIFI_OTHER_DEVICE_CONNECTION
147 .doesNotContain(context.getString(WIFI_OTHER_DEVICE_CONNECTION)) in wifiIcon_validHotspot_hotspotIconNotShown()