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