Searched refs:tileProbe (Results 1 – 3 of 3) sorted by relevance
93 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_hasTileService_shouldDisplay() local96 mShadowPackageManager.setResolveInfosForIntent(tileProbe, Arrays.asList(info)); in display_hasTileService_shouldDisplay()107 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_flagDefinedAndOn_shouldDisplay() local111 mShadowPackageManager.setResolveInfosForIntent(tileProbe, Arrays.asList(info)); in display_flagDefinedAndOn_shouldDisplay()122 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE) in display_flagDefinedAndOff_shouldHide() local126 mShadowPackageManager.setResolveInfosForIntent(tileProbe, Arrays.asList(info)); in display_flagDefinedAndOff_shouldHide()
153 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE); in setupTileService() local158 shadowPackageManager.addResolveInfoForIntent(tileProbe, info); in setupTileService()
541 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE); in setupTileService() local546 shadowPackageManager.addResolveInfoForIntent(tileProbe, info); in setupTileService()