Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DAppFocusTest.java62 boolean expectedAppActive) throws Exception { in waitForFocusChangeAndAssert() argument
67 assertEquals(expectedAppActive, mLastChangeAppActive); in waitForFocusChangeAndAssert()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java308 boolean expectedAppActive) throws Exception { in waitForFocusChangeAndAssert() argument
315 assertThat(mLastChangeAppActive).isEqualTo(expectedAppActive); in waitForFocusChangeAndAssert()