/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/ |
H A D | TileSpecSettingsRepositoryTest.kt | 83 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 90 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 118 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 129 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 139 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 153 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 167 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 181 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 213 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex 226 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex [all …]
|
H A D | AutoAddSettingsRepositoryTest.kt | 99 val tiles by collectLastValue(underTest.autoAddedTiles(userId)) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/ |
H A D | CurrentTilesInteractorImplTest.kt | 140 val tiles by collectLastValue(underTest.currentTiles) regex 245 val tiles by collectLastValue(underTest.currentTiles) regex 258 val tiles by collectLastValue(underTest.currentTiles) regex 277 val tiles by collectLastValue(underTest.currentTiles) regex 300 val tiles by collectLastValue(underTest.currentTiles) regex 332 val tiles by collectLastValue(underTest.currentTiles) regex 348 val tiles by collectLastValue(underTest.currentTiles) regex 371 val tiles by collectLastValue(underTest.currentTiles) regex 390 val tiles by collectLastValue(underTest.currentTiles) regex 577 val tiles by collectLastValue(underTest.currentTiles) regex [all …]
|
/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/ |
H A D | GeoidHeightMap.java | 110 S2TileProto[] tiles = new S2TileProto[len]; in getUnitIntervalValues() local 146 @NonNull S2TileProto[] tiles, in mergeByteBufferValues() 172 @NonNull S2TileProto[] tiles, in mergeByteJpegValues() 180 @NonNull S2TileProto[] tiles, in mergeBytePngValues() 188 @NonNull S2TileProto[] tiles, int tileIndex, @NonNull double[] values) { in mergeByteImageValues()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | TilesStatesTextTest.kt | 35 val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",") regex 57 val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",") regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
H A D | sysui.proto | 25 repeated com.android.systemui.qs.QsTileState tiles = 1; field
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | AutoAddTracker.kt | 126 val tiles = synchronized(autoAdded) { regex 204 val tiles = synchronized(autoAdded) { regex 220 val tiles = synchronized(autoAdded) { regex
|
H A D | QuickQSPanelController.java | 116 List<QSTile> tiles = new ArrayList<>(); in setTiles() local
|
H A D | QSTileRevealController.java | 66 public void updateRevealedTiles(Collection<QSTile> tiles) { in updateRevealedTiles()
|
H A D | QSHost.java | 44 final ArrayList<String> tiles = new ArrayList(); in getDefaultSpecs() local
|
H A D | QSPanelControllerBase.java | 219 public void setTiles(Collection<QSTile> tiles, boolean collapsedView) { in setTiles()
|
H A D | QSTileHost.java | 575 final ArrayList<String> tiles = new ArrayList<String>(); in loadTileSpecs() local
|
H A D | QSAnimator.java | 287 Collection<QSTile> tiles = mHost.getTiles(); in updateAnimators() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelTest.kt | 129 val tiles = qsPanel.tileLayout as View regex 159 val tiles = qsPanel.tileLayout as View regex
|
H A D | QSTileHostTest.java | 222 List<String> tiles = QSTileHost.loadTileSpecs(mContext, ""); in testLoadTileSpecs_emptySetting() local 228 List<String> tiles = QSTileHost.loadTileSpecs(mContext, null); in testLoadTileSpecs_nullSetting() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | TiledImageDrawable.java | 39 public TiledImageDrawable(ImageTileSet tiles) { in TiledImageDrawable()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | TileQueryHelper.java | 266 private State getState(Collection<QSTile> tiles, String spec) { in getState() 312 void onTilesChanged(List<TileInfo> tiles); in onTilesChanged()
|
H A D | TileAdapter.java | 223 public void onTilesChanged(List<TileInfo> tiles) { in onTilesChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
H A D | TileQueryHelperTest.java | 196 String tiles = TextUtils.join(",", specs); in testQueryTiles_correctTilesAndOrderOnlyStockTiles() local 216 String tiles = TextUtils.join(",", specs); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles() local
|
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
H A D | TileUtils.java | 265 final ArrayList<Tile> tiles = new ArrayList<>(); in getCategories() local
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | secure.proto | 509 optional SettingProto tiles = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|