Searched refs:mLastChangeAppType (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DAppFocusTest.java62 private int mLastChangeAppType; field in class:AppFocusTest.FocusChangedListener
71 assertEquals(expectedAppType, mLastChangeAppType);
79 mLastChangeAppType = appType;
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarAppFocusManagerTest.java282 private int mLastChangeAppType; field in class:CarAppFocusManagerTest.FocusChangedListener
291 assertEquals(expectedAppType, mLastChangeAppType);
297 mLastChangeAppType = 0;
305 mLastChangeAppType = appType;
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java381 private volatile int mLastChangeAppType; field in class:CarAppFocusManagerTest.FocusChangedListener
392 assertEquals(expectedAppType, mLastChangeAppType);
398 mLastChangeAppType = 0;
406 mLastChangeAppType = appType;

Completed in 78 milliseconds