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

  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
RelationWithReservedKeywordTest.java 152 public final long categoryId;
156 Topic(long id, long categoryId, String to) {
158 this.categoryId = categoryId;
169 if (categoryId != topic.categoryId) return false;
176 result = 31 * result + (int) (categoryId ^ (categoryId >>> 32));
  /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 143 milliseconds