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

/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DAppFocusTest.java66 public boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, argument
71 assertEquals(expectedAppType, mLastChangeAppType);
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarAppFocusManagerTest.java286 public boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, argument
291 assertEquals(expectedAppType, mLastChangeAppType);
319 public boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) argument
324 assertEquals(expectedAppType, mLastLossEvent);
328 public boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) argument
333 assertEquals(expectedAppType, mLastGrantEvent);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java385 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, argument
392 assertEquals(expectedAppType, mLastChangeAppType);
419 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) argument
424 assertEquals(expectedAppType, mLastLossEvent);
428 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) argument
433 assertEquals(expectedAppType, mLastGrantEvent);

Completed in 33 milliseconds