HomeSort by relevance Sort by last modified time
    Searched defs:categoryId (Results 1 - 9 of 9) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 67 int categoryId = getCmasCategoryResId(cmasInfo);
68 if (categoryId != 0) {
69 appendMessageDetail(context, buf, R.string.cmas_category_heading, categoryId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 148 private void addTab(final TabHost host, final int categoryId) {
149 final String tabId = EmojiCategory.getCategoryName(categoryId, 0 /* categoryPageId */);
157 iconView.setImageResource(mEmojiCategory.getCategoryTabIcon(categoryId));
158 iconView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId));
246 final int categoryId = mEmojiCategory.getCategoryId(tabId);
247 setCurrentCategoryId(categoryId, false /* force */);
255 setCurrentCategoryId(newPos.first /* categoryId */, false /* force */);
414 private void setCurrentCategoryId(final int categoryId, final boolean force) {
416 if (oldCategoryId == categoryId && !force) {
427 mEmojiCategory.setCurrentCategoryId(categoryId);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 260 IdentifierInfo *categoryId = nullptr;
269 categoryId = Tok.getIdentifierInfo();
301 categoryId, categoryLoc,
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 

Completed in 8687 milliseconds