Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DAppFocusTest.java64 private boolean mLastChangeAppActive; field in AppFocusTest.FocusChangedListener
73 assertEquals(expectedAppActive, mLastChangeAppActive); in waitForFocusChangeAndAssert()
85 mLastChangeAppActive = active; in onAppFocusChanged()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java324 private volatile boolean mLastChangeAppActive; field in CarAppFocusManagerTest.FocusChangedListener
335 assertThat(mLastChangeAppActive).isEqualTo(expectedAppActive); in waitForFocusChangeAndAssert()
341 mLastChangeAppActive = false; in reset()
349 mLastChangeAppActive = active; in onAppFocusChanged()