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.java66 private boolean mLastChangeAppActive; field in AppFocusTest.FocusChangedListener
75 assertEquals(expectedAppActive, mLastChangeAppActive); in waitForFocusChangeAndAssert()
87 mLastChangeAppActive = active; in onAppFocusChanged()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java320 private volatile boolean mLastChangeAppActive; field in CarAppFocusManagerTest.FocusChangedListener
329 assertThat(mLastChangeAppActive).isEqualTo(expectedAppActive); in waitForFocusChangeAndAssert()
335 mLastChangeAppActive = false; in reset()
343 mLastChangeAppActive = active; in onAppFocusChanged()