Searched refs:mTile (Results 1 – 3 of 3) sorted by relevance
65 private TileImpl mTile; field in QSTileImplTest79 mTile = spy(new TileImpl(mHost)); in setup()80 mTile.mHandler = mTile.new H(mTestableLooper.getLooper()); in setup()81 mTile.setTileSpec(spec); in setup()86 mTile.click(); in testClick_Metrics()92 mTile.secondaryClick(); in testSecondaryClick_Metrics()98 mTile.longClick(); in testLongClick_Metrics()107 mTile.getState().value = true; in testPopulate()108 mTile.populate(maker); in testPopulate()116 when(mTile.getStaleTimeout()).thenReturn(5l); in testStaleTimeout()[all …]
64 private final Tile mTile; field in CustomTile81 mTile = new Tile(); in CustomTile()105 boolean updateIcon = mTile.getIcon() == null in setTileIcon()106 || iconEquals(mTile.getIcon(), mDefaultIcon); in setTileIcon()110 mTile.setIcon(mDefaultIcon); in setTileIcon()113 if (mTile.getLabel() == null) { in setTileIcon()114 mTile.setLabel(info.loadLabel(pm)); in setTileIcon()173 return mTile; in getQsTile()177 mTile.setIcon(tile.getIcon()); in updateState()178 mTile.setLabel(tile.getLabel()); in updateState()[all …]
145 private Tile mTile; field in TileService323 return mTile; in getQsTile()331 mTile = mService.getTile(mTileToken); in onBind()335 if (mTile != null) { in onBind()336 mTile.setService(mService, mTileToken); in onBind()