Searched refs:AIRPLANE_MODE_TILE_SPEC (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/domain/interactor/ |
D | TilesAvailabilityInteractorTest.kt | 32 …rt com.android.systemui.statusbar.connectivity.ConnectivityModule.Companion.AIRPLANE_MODE_TILE_SPEC in <lambda>() 61 put(AIRPLANE_MODE_TILE_SPEC, QSTileAvailabilityInteractor.AlwaysAvailableInteractor) in <lambda>() 76 AIRPLANE_MODE_TILE_SPEC to false, in <lambda>() 94 AIRPLANE_MODE_TILE_SPEC, in <lambda>() 102 AIRPLANE_MODE_TILE_SPEC, in <lambda>() 128 AIRPLANE_MODE_TILE_SPEC, in <lambda>() 149 AIRPLANE_MODE_TILE_SPEC, in <lambda>() 170 AIRPLANE_MODE_TILE_SPEC, in <lambda>() 188 AIRPLANE_MODE_TILE_SPEC, in <lambda>()
|
D | NewTilesAvailabilityInteractorTest.kt | 26 …rt com.android.systemui.statusbar.connectivity.ConnectivityModule.Companion.AIRPLANE_MODE_TILE_SPEC 43 put(AIRPLANE_MODE_TILE_SPEC, QSTileAvailabilityInteractor.AlwaysAvailableInteractor) in <lambda>() 64 TileSpec.create(AIRPLANE_MODE_TILE_SPEC) to true, in <lambda>() 80 TileSpec.create(AIRPLANE_MODE_TILE_SPEC) to true, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | ConnectivityModule.kt | 96 @StringKey(AIRPLANE_MODE_TILE_SPEC) in bindBluetoothTile() 117 const val AIRPLANE_MODE_TILE_SPEC = "airplane" in bindBluetoothTile() constant 141 @StringKey(AIRPLANE_MODE_TILE_SPEC) in bindBluetoothTile() 144 tileSpec = TileSpec.create(AIRPLANE_MODE_TILE_SPEC), in bindBluetoothTile() 157 @StringKey(AIRPLANE_MODE_TILE_SPEC) in bindBluetoothTile() 165 TileSpec.create(AIRPLANE_MODE_TILE_SPEC), in bindBluetoothTile()
|