Searched refs:METADATA_HIGHLIGHTABLE_MENU_KEY (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.settings.core.PreferenceXmlParserUtils.METADATA_HIGHLIGHTABLE_MENU_KEY;81 final String menuKey = metadata.getString(METADATA_HIGHLIGHTABLE_MENU_KEY); in fromXml()
107 public static final String METADATA_HIGHLIGHTABLE_MENU_KEY = "highlightable_menu_key"; field in PreferenceXmlParserUtils194 preferenceMetadata.putString(METADATA_HIGHLIGHTABLE_MENU_KEY, in extractMetadata()
73 assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_HIGHLIGHTABLE_MENU_KEY)) in extractHomepageMetadata_shouldContainKeyAndHighlightableMenuKey()91 assertThat(bundle.getString(PreferenceXmlParserUtils.METADATA_HIGHLIGHTABLE_MENU_KEY)) in extractMetadata_shouldContainKeyAndControllerNameAndHighlightableMenuKey()