Searched refs:IS_TOPICS_INFO_VIEW_EXPANDED_KEY (Results 1 – 3 of 3) sorted by relevance
55 public static final String IS_TOPICS_INFO_VIEW_EXPANDED_KEY = "is_topics_info_view_expanded"; field in ConsentNotificationGaV2Screen2Fragment81 savedInstanceState.putBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, mIsInfoViewExpanded); in onSaveInstanceState()94 savedInstanceState.getBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, false)); in setupListeners()
61 public static final String IS_TOPICS_INFO_VIEW_EXPANDED_KEY = "is_topics_info_view_expanded"; field in ConsentNotificationGaFragment87 savedInstanceState.putBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, mIsInfoViewExpanded); in onSaveInstanceState()109 savedInstanceState.getBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, false)); in setupListeners()
57 public static final String IS_TOPICS_INFO_VIEW_EXPANDED_KEY = "is_topics_info_view_expanded"; field in ConsentNotificationU18Fragment