Searched defs:mGlueAttachedToHost (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DVideoFragmentTest.java136 int mGlueAttachedToHost; field in class:VideoFragmentTest.Fragment_withVideoPlayer
158 mGlueAttachedToHost++;
238 assertEquals(1, fragment.mGlueAttachedToHost);
H A DVideoSupportFragmentTest.java139 int mGlueAttachedToHost; field in class:VideoSupportFragmentTest.Fragment_withVideoPlayer
161 mGlueAttachedToHost++;
241 assertEquals(1, fragment.mGlueAttachedToHost);

Completed in 43 milliseconds