Searched refs:expectedAppType (Results 1 – 3 of 3) sorted by relevance
327 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument334 assertThat(mLastChangeAppType).isEqualTo(expectedAppType); in waitForFocusChangeAndAssert()370 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() argument375 assertThat(mLastLossEvent).isEqualTo(expectedAppType); in waitForOwnershipLossAndAssert()379 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert() argument384 assertThat(mLastGrantEvent).isEqualTo(expectedAppType); in waitForOwnershipGrantAndAssert()
67 private boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument72 assertEquals(expectedAppType, mLastChangeAppType); in waitForFocusChangeAndAssert()
1233 private int checkIndexLocked(int index, AppType expectedAppType, AppType altExpectedAppType) { in checkIndexLocked() argument1244 if (mUiccApplications[index].getType() != expectedAppType in checkIndexLocked()1247 + expectedAppType + " and not " + altExpectedAppType); in checkIndexLocked()