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

  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.h 38 enum TabState {
54 // Returns an (optional) |formatted_hosts_per_state| and a mask of TabState.
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 87 public interface TabState {
96 private int mCurrentTab = TabState.DEFAULT;
181 addTab(TabState.GROUPS, R.drawable.ic_tab_groups, R.string.contactsGroupsLabel);
182 addTab(TabState.ALL, R.drawable.ic_tab_all, R.string.contactsAllLabel);
183 addTab(TabState.FAVORITES, R.drawable.ic_tab_starred, R.string.contactsFavoritesLabel);
202 return TabState.ALL;
204 return TabState.FAVORITES;
206 return TabState.GROUPS;
209 "Parameter must be between 0 and " + Integer.toString(TabState.COUNT-1)
218 case TabState.ALL
    [all...]

Completed in 22 milliseconds