Searched refs:compatibilityExtraValueItems (Results 1 – 1 of 1) sorted by relevance
221 final ArrayList<String> compatibilityExtraValueItems = new ArrayList<>(); in getPlatformVersionIndependentSubtypeId() local222 compatibilityExtraValueItems.add(KEYBOARD_LAYOUT_SET + "=" + keyboardLayoutSetName); in getPlatformVersionIndependentSubtypeId()223 compatibilityExtraValueItems.add(ASCII_CAPABLE); in getPlatformVersionIndependentSubtypeId()225 compatibilityExtraValueItems.add(UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME + "=" + in getPlatformVersionIndependentSubtypeId()228 compatibilityExtraValueItems.add(EMOJI_CAPABLE); in getPlatformVersionIndependentSubtypeId()229 compatibilityExtraValueItems.add(IS_ADDITIONAL_SUBTYPE); in getPlatformVersionIndependentSubtypeId()230 final String compatibilityExtraValues = TextUtils.join(",", compatibilityExtraValueItems); in getPlatformVersionIndependentSubtypeId()