Home
last modified time | relevance | path

Searched refs:IS_TOPICS_INFO_VIEW_EXPANDED_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen2Fragment.java55 public static final String IS_TOPICS_INFO_VIEW_EXPANDED_KEY = "is_topics_info_view_expanded"; field in ConsentNotificationGaV2Screen2Fragment
81 savedInstanceState.putBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, mIsInfoViewExpanded); in onSaveInstanceState()
94 savedInstanceState.getBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, false)); in setupListeners()
DConsentNotificationGaFragment.java61 public static final String IS_TOPICS_INFO_VIEW_EXPANDED_KEY = "is_topics_info_view_expanded"; field in ConsentNotificationGaFragment
87 savedInstanceState.putBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, mIsInfoViewExpanded); in onSaveInstanceState()
109 savedInstanceState.getBoolean(IS_TOPICS_INFO_VIEW_EXPANDED_KEY, false)); in setupListeners()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java57 public static final String IS_TOPICS_INFO_VIEW_EXPANDED_KEY = "is_topics_info_view_expanded"; field in ConsentNotificationU18Fragment