Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java149 final String tabId = EmojiCategory.getCategoryName(categoryId, 0 /* categoryPageId */); in addTab() local
150 final TabHost.TabSpec tspec = host.newTabSpec(tabId); in addTab()
243 public void onTabChanged(final String tabId) { in onTabChanged() argument
246 final int categoryId = mEmojiCategory.getCategoryId(tabId); in onTabChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DIccLockSettings.java590 public void onTabChanged(String tabId) {
591 final int slotId = Integer.parseInt(tabId);
/packages/apps/Settings/src/com/android/settings/
DIccLockSettings.java751 public void onTabChanged(String tabId) {
752 mSlotId = getSlotIndexFromTag(tabId);