OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentTabTag
(Results
1 - 5
of
5
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java
157
String currentTab = mTabHost.
getCurrentTabTag
();
193
mCurrentTabTag = mTabHost.
getCurrentTabTag
();
201
? mTabHost.
getCurrentTabTag
() : mCurrentTabTag);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTabHost.java
51
listener.onTabChanged(
getCurrentTabTag
());
64
listener.onTabChanged(
getCurrentTabTag
());
79
protected String
getCurrentTabTag
() {
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java
127
outState.putString("tab", mTabHost.
getCurrentTabTag
());
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTabHostTest.java
170
assertThat(tabHost.
getCurrentTabTag
()).isEqualTo("Bar");
204
assertThat(tabHost.
getCurrentTabTag
()).isEqualTo("Foo");
/cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java
183
assertEquals(TAG_TAB2, tabHost.
getCurrentTabTag
());
390
assertEquals(TabHostCtsActivity.INITIAL_TAB_TAG, tabHost.
getCurrentTabTag
());
397
assertEquals(TAG_TAB2, tabHost.
getCurrentTabTag
());
Completed in 278 milliseconds