Home
last modified time | relevance | path

Searched refs:INTERNET_TILE_SPEC (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/domain/interactor/
DTilesAvailabilityInteractorTest.kt34 import com.android.systemui.statusbar.connectivity.ConnectivityModule.Companion.INTERNET_TILE_SPEC in <lambda>()
79 INTERNET_TILE_SPEC to true, in <lambda>()
97 INTERNET_TILE_SPEC, in <lambda>()
131 INTERNET_TILE_SPEC, in <lambda>()
152 INTERNET_TILE_SPEC, in <lambda>()
173 INTERNET_TILE_SPEC, in <lambda>()
178 .containsExactly(INTERNET_TILE_SPEC, FLASHLIGHT_TILE_SPEC) in <lambda>()
191 INTERNET_TILE_SPEC, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DConnectivityModule.kt110 @StringKey(INTERNET_TILE_SPEC) in bindBluetoothTile()
119 const val INTERNET_TILE_SPEC = "internet" in bindBluetoothTile() constant
204 @StringKey(INTERNET_TILE_SPEC) in bindBluetoothTile()
207 tileSpec = TileSpec.create(INTERNET_TILE_SPEC), in bindBluetoothTile()
219 @StringKey(INTERNET_TILE_SPEC) in bindBluetoothTile()
227 TileSpec.create(INTERNET_TILE_SPEC), in bindBluetoothTile()