Searched refs:categoryPageId (Results 1 – 2 of 2) sorted by relevance
238 public static String getCategoryName(final int categoryId, final int categoryPageId) { in getCategoryName() argument239 return sCategoryName[categoryId] + "-" + categoryPageId; in getCategoryName()
421 final SharedPreferences prefs, final int categoryId, final int categoryPageId) { in writeLastTypedEmojiCategoryPageId() argument423 prefs.edit().putInt(key, categoryPageId).apply(); in writeLastTypedEmojiCategoryPageId()