Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java327 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument
334 assertThat(mLastChangeAppType).isEqualTo(expectedAppType); in waitForFocusChangeAndAssert()
370 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() argument
375 assertThat(mLastLossEvent).isEqualTo(expectedAppType); in waitForOwnershipLossAndAssert()
379 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert() argument
384 assertThat(mLastGrantEvent).isEqualTo(expectedAppType); in waitForOwnershipGrantAndAssert()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DAppFocusTest.java67 private boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument
72 assertEquals(expectedAppType, mLastChangeAppType); in waitForFocusChangeAndAssert()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java1233 private int checkIndexLocked(int index, AppType expectedAppType, AppType altExpectedAppType) { in checkIndexLocked() argument
1244 if (mUiccApplications[index].getType() != expectedAppType in checkIndexLocked()
1247 + expectedAppType + " and not " + altExpectedAppType); in checkIndexLocked()