Searched refs:mQSTile (Results 1 – 3 of 3) sorted by relevance
95 QSTileImpl mQSTile; field in QSPanelControllerTest120 when(mQSTileHost.getTiles()).thenReturn(Collections.singleton(mQSTile)); in setup()121 when(mQSTileHost.createTileView(any(), eq(mQSTile), anyBoolean())).thenReturn(mQSTileView); in setup()
91 QSTileImpl mQSTile; field in QSPanelControllerBaseTest133 when(mQSTile.getTileSpec()).thenReturn("dnd"); in setup()134 when(mQSTileHost.getTiles()).thenReturn(Collections.singleton(mQSTile)); in setup()135 when(mQSTileHost.createTileView(any(), eq(mQSTile), anyBoolean())).thenReturn(mQSTileView); in setup()214 }).when(mQSTile).dump(any(FileDescriptor.class), any(PrintWriter.class), in testDump()
123 private MemoryTile mQSTile; field in GarbageMonitor243 if (mQSTile != null) mQSTile.update(); in update()247 mQSTile = tile; in setTile()