Searched refs:mSuppressInjectedTileKeys (Results 1 – 1 of 1) sorted by relevance
71 private List<String> mSuppressInjectedTileKeys; field in DashboardFragment78 mSuppressInjectedTileKeys = Arrays.asList(context.getResources().getStringArray( in onAttach()294 if (mSuppressInjectedTileKeys != null && tile.hasKey()) { in displayTile()296 return !mSuppressInjectedTileKeys.contains(tile.getKey(getContext())); in displayTile()