Searched refs:isStartActionModeForChildTypedCalled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java48 assertFalse(viewGroup.isStartActionModeForChildTypedCalled);
55 assertFalse(viewGroup.isStartActionModeForChildTypedCalled);
66 assertTrue(viewGroup.isStartActionModeForChildTypedCalled);
70 boolean isStartActionModeForChildTypedCalled = false; field in class:ActionBarContainerTest.TestViewGroup
86 isStartActionModeForChildTypedCalled = true;

Completed in 392 milliseconds