Searched refs:KEY_LINEUP_NOT_FOUND (Results 1 – 1 of 1) sorted by relevance
42 public static final String KEY_LINEUP_NOT_FOUND = "lineup_not_found"; field in LineupFragment67 args.putBoolean(KEY_LINEUP_NOT_FOUND, lineupNotFound); in onCreateContentFragment()145 this.lineupNotFound = getArguments().getBoolean(KEY_LINEUP_NOT_FOUND); in onCreate()