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