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

  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
AppFocusTest.java 54 private int mLastChangeAppType;
63 assertEquals(expectedAppType, mLastChangeAppType);
71 mLastChangeAppType = appType;
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppFocusManagerTest.java 276 private int mLastChangeAppType;
285 assertEquals(expectedAppType, mLastChangeAppType);
291 mLastChangeAppType = 0;
299 mLastChangeAppType = appType;
  /cts/tests/tests/car/src/android/car/cts/
CarAppFocusManagerTest.java 319 private int mLastChangeAppType;
328 assertEquals(expectedAppType, mLastChangeAppType);
334 mLastChangeAppType = 0;
342 mLastChangeAppType = appType;
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarAppFocusManagerTest.java 377 private volatile int mLastChangeAppType;
388 assertEquals(expectedAppType, mLastChangeAppType);
394 mLastChangeAppType = 0;
402 mLastChangeAppType = appType;

Completed in 139 milliseconds