Home
last modified time | relevance | path

Searched refs:mLastChangeAppActive (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java58 private boolean mLastChangeAppActive; field in AppFocusTest.FocusChangedListener
67 assertEquals(expectedAppActive, mLastChangeAppActive); in waitForFocusChangeAndAssert()
79 mLastChangeAppActive = active; in onAppFocusChanged()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java304 private volatile boolean mLastChangeAppActive; field in CarAppFocusManagerTest.FocusChangedListener
315 assertThat(mLastChangeAppActive).isEqualTo(expectedAppActive); in waitForFocusChangeAndAssert()
321 mLastChangeAppActive = false; in reset()
329 mLastChangeAppActive = active; in onAppFocusChanged()