HomeSort by relevance Sort by last modified time
    Searched refs:mLastChangeAppActive (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
AppFocusTest.java 55 private boolean mLastChangeAppActive;
64 assertEquals(expectedAppActive, mLastChangeAppActive);
72 mLastChangeAppActive = active;
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppFocusManagerTest.java 277 private boolean mLastChangeAppActive;
286 assertEquals(expectedAppActive, mLastChangeAppActive);
292 mLastChangeAppActive = false;
300 mLastChangeAppActive = active;
  /cts/tests/tests/car/src/android/car/cts/
CarAppFocusManagerTest.java 320 private boolean mLastChangeAppActive;
329 assertEquals(expectedAppActive, mLastChangeAppActive);
335 mLastChangeAppActive = false;
343 mLastChangeAppActive = active;
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarAppFocusManagerTest.java 378 private volatile boolean mLastChangeAppActive;
389 assertEquals(expectedAppActive, mLastChangeAppActive);
395 mLastChangeAppActive = false;
403 mLastChangeAppActive = active;

Completed in 147 milliseconds