| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/ | 
| D | TileSpecSettingsRepositoryTest.kt | 83             val tiles by collectLastValue(underTest.tilesSpecs(0))  in emptySetting_usesDefaultValue()  constant90             val tiles by collectLastValue(underTest.tilesSpecs(0))  in changeInSettings_changesValue()  constant
 118             val tiles by collectLastValue(underTest.tilesSpecs(0))  in invalidTilesAreNotPresent()  constant
 129             val tiles by collectLastValue(underTest.tilesSpecs(0))  in noValidTiles_defaultSet()  constant
 139             val tiles by collectLastValue(underTest.tilesSpecs(0))  in addTileAtEnd()  constant
 153             val tiles by collectLastValue(underTest.tilesSpecs(0))  in addTileAtPosition()  constant
 167             val tiles by collectLastValue(underTest.tilesSpecs(0))  in addInvalidTile_noop()  constant
 181             val tiles by collectLastValue(underTest.tilesSpecs(0))  in addTileAtPosition_tooLarge_addedAtEnd()  constant
 213             val tiles by collectLastValue(underTest.tilesSpecs(0))  in removeTiles()  constant
 226             val tiles by collectLastValue(underTest.tilesSpecs(0))  in removeTilesNotThere_noop()  constant
 [all …]
 
 | 
| D | AutoAddSettingsRepositoryTest.kt | 99             val tiles by collectLastValue(underTest.autoAddedTiles(userId))  in noInvalidTileSpecs()  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/ | 
| D | CurrentTilesInteractorImplTest.kt | 140             val tiles by collectLastValue(underTest.currentTiles)  in correctTiles()  constant230             val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))  in someTilesNotValid_repositorySetToDefinitiveList()  constant
 245             val tiles by collectLastValue(underTest.currentTiles)  in deduplicatedTiles()  constant
 258             val tiles by collectLastValue(underTest.currentTiles)  in tilesChange_platformTileNotRecreated()  constant
 277             val tiles by collectLastValue(underTest.currentTiles)  in tileRemovedIsDestroyed()  constant
 300             val tiles by collectLastValue(underTest.currentTiles)  in tileBecomesNotAvailable_destroyed()  constant
 332             val tiles by collectLastValue(underTest.currentTiles)  in userChange_tilesChange()  constant
 348             val tiles by collectLastValue(underTest.currentTiles)  in tileNotPresentInSecondaryUser_destroyedInUserChange()  constant
 371             val tiles by collectLastValue(underTest.currentTiles)  in userChange_customTileDestroyed_lifecycleNotTerminated()  constant
 390             val tiles by collectLastValue(underTest.currentTiles)  in userChange_sameTileUserChanged()  constant
 [all …]
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ | 
| D | TilesStatesTextTest.kt | 35         val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",")  in <lambda>()  constant57         val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",")  in <lambda>()  constant
 
 | 
| /frameworks/base/location/java/com/android/internal/location/altitude/ | 
| D | GeoidHeightMap.java | 110         S2TileProto[] tiles = new S2TileProto[len];  in getUnitIntervalValues()  local146             @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()
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ | 
| D | AutoAddTracker.kt | 126                     val tiles = synchronized(autoAdded) {  in <lambda>()  constant204         val tiles = synchronized(autoAdded) {  in <lambda>()  constant
 220         val tiles = synchronized(autoAdded) {  in <lambda>()  constant
 
 | 
| D | QuickQSPanelController.java | 116         List<QSTile> tiles = new ArrayList<>();  in setTiles()  local
 | 
| D | QSTileRevealController.java | 66     public void updateRevealedTiles(Collection<QSTile> tiles) {  in updateRevealedTiles()
 | 
| D | QSHost.java | 44         final ArrayList<String> tiles = new ArrayList();  in getDefaultSpecs()  local
 | 
| D | QSPanelControllerBase.java | 219     public void setTiles(Collection<QSTile> tiles, boolean collapsedView) {  in setTiles()
 | 
| D | QSTileHost.java | 575         final ArrayList<String> tiles = new ArrayList<String>();  in loadTileSpecs()  local
 | 
| D | QSAnimator.java | 287         Collection<QSTile> tiles = mHost.getTiles();  in updateAnimators()  local
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ | 
| D | sysui.proto | 25   repeated com.android.systemui.qs.QsTileState tiles = 1;  field
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ | 
| D | QSPanelTest.kt | 129         val tiles = qsPanel.tileLayout as View  in testTilesFooterVisibleRTLLandscapeMedia()  constant159         val tiles = qsPanel.tileLayout as View  in testTilesFooterVisibleLandscapeMedia()  constant
 
 | 
| D | QSTileHostTest.java | 222         List<String> tiles = QSTileHost.loadTileSpecs(mContext, "");  in testLoadTileSpecs_emptySetting()  local228         List<String> tiles = QSTileHost.loadTileSpecs(mContext, null);  in testLoadTileSpecs_nullSetting()  local
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ | 
| D | TiledImageDrawable.java | 39     public TiledImageDrawable(ImageTileSet tiles) {  in TiledImageDrawable()
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ | 
| D | TileQueryHelper.java | 266     private State getState(Collection<QSTile> tiles, String spec) {  in getState()312         void onTilesChanged(List<TileInfo> tiles);  in onTilesChanged()
 
 | 
| D | TileAdapter.java | 223     public void onTilesChanged(List<TileInfo> tiles) {  in onTilesChanged()
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ | 
| D | TileQueryHelperTest.java | 196         String tiles = TextUtils.join(",", specs);  in testQueryTiles_correctTilesAndOrderOnlyStockTiles()  local216         String tiles = TextUtils.join(",", specs);  in testQueryTiles_correctTilesAndOrderOtherFactoryTiles()  local
 
 | 
| /frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ | 
| D | TileUtils.java | 265         final ArrayList<Tile> tiles = new ArrayList<>();  in getCategories()  local
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/ | 
| D | CurrentTilesInteractor.kt | 407         val tiles: List<TileSpec>,  constant in UserAndTiles
 | 
| /frameworks/base/core/proto/android/providers/settings/ | 
| D | secure.proto | 509         optional SettingProto tiles = 1 [ (android.privacy).dest = DEST_AUTOMATIC ];  field
 |