Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/customization/
DCustomizationManager.java73 private static final HashMap<String, String> INTENT_CATEGORY_TO_ROW_ID; field in CustomizationManager
76 INTENT_CATEGORY_TO_ROW_ID = new HashMap<>();
77 INTENT_CATEGORY_TO_ROW_ID.put(CATEGORY_TV_CUSTOMIZATION + ".OPTIONS_ROW", ID_OPTIONS_ROW);
78 INTENT_CATEGORY_TO_ROW_ID.put(CATEGORY_TV_CUSTOMIZATION + ".PARTNER_ROW", ID_PARTNER_ROW);
201 for (String intentCategory : INTENT_CATEGORY_TO_ROW_ID.keySet()) { in buildCustomActions()
230 String rowId = INTENT_CATEGORY_TO_ROW_ID.get(intentCategory); in buildCustomActions()