Searched refs:tileSpec (Results 1 – 10 of 10) sorted by relevance
36 fun logTileAdded(tileSpec: String) {38 str1 = tileSpec44 fun logTileDestroyed(tileSpec: String, reason: String) {46 str1 = tileSpec53 fun logTileChangeListening(tileSpec: String, listening: Boolean) {56 str1 = tileSpec74 str1 = tileSpec85 str1 = tileSpec96 str1 = tileSpec105 fun logTileUpdated(tileSpec: String, state: QSTile.State) {[all …]
288 for (String tileSpec : tileSpecs) { in onTuningChanged()289 QSTile tile = mTiles.get(tileSpec); in onTuningChanged()298 newTiles.put(tileSpec, tile); in onTuningChanged()299 mQSLogger.logTileAdded(tileSpec); in onTuningChanged()313 Log.d(TAG, "Creating tile: " + tileSpec); in onTuningChanged()315 tile = createTile(tileSpec); in onTuningChanged()317 tile.setTileSpec(tileSpec); in onTuningChanged()319 newTiles.put(tileSpec, tile); in onTuningChanged()452 String tileSpec = copy.get(i); in changeTiles() local454 if (!newTiles.contains(tileSpec)) { in changeTiles()[all …]
39 void removeTile(String tileSpec); in removeTile() argument41 void unmarkTileAsAutoAdded(String tileSpec); in unmarkTileAsAutoAdded() argument43 int indexOf(String tileSpec); in indexOf() argument
160 public QSTile createTile(String tileSpec) { in createTile() argument161 QSTileImpl tile = createTileInternal(tileSpec); in createTile()169 private QSTileImpl createTileInternal(String tileSpec) { in createTileInternal() argument171 switch (tileSpec) { in createTileInternal()227 if (tileSpec.startsWith(CustomTile.PREFIX)) { in createTileInternal()229 mCustomTileBuilderProvider.get(), tileSpec, mQsHostLazy.get().getUserContext()); in createTileInternal()234 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()240 Log.w(TAG, "No stock tile spec: " + tileSpec); in createTileInternal()
237 public void setTileSpec(String tileSpec) { in setTileSpec() argument238 mTileSpec = tileSpec; in setTileSpec()239 mState.spec = tileSpec; in setTileSpec()240 mTmpState.spec = tileSpec; in setTileSpec()
35 QSTile createTile(String tileSpec); in createTile() argument
49 void setTileSpec(String tileSpec); in setTileSpec() argument
409 String tileSpec in AutoAddSetting() argument412 mSpec = tileSpec; in AutoAddSetting()
333 public void setTileSpec(String tileSpec) { in setTileSpec() argument334 mSpec = tileSpec; in setTileSpec()
96 whenever(dndTile.tileSpec).thenReturn("dnd")