Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java57 private int mLastChangeAppType; field in AppFocusTest.FocusChangedListener
66 assertEquals(expectedAppType, mLastChangeAppType); in waitForFocusChangeAndAssert()
78 mLastChangeAppType = appType; in onAppFocusChanged()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java303 private volatile int mLastChangeAppType; field in CarAppFocusManagerTest.FocusChangedListener
314 assertThat(mLastChangeAppType).isEqualTo(expectedAppType); in waitForFocusChangeAndAssert()
320 mLastChangeAppType = 0; in reset()
328 mLastChangeAppType = appType; in onAppFocusChanged()