Searched refs:expectedAppType (Results 1 – 2 of 2) sorted by relevance
307 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument314 assertThat(mLastChangeAppType).isEqualTo(expectedAppType); in waitForFocusChangeAndAssert()350 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() argument355 assertThat(mLastLossEvent).isEqualTo(expectedAppType); in waitForOwnershipLossAndAssert()359 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert() argument364 assertThat(mLastGrantEvent).isEqualTo(expectedAppType); in waitForOwnershipGrantAndAssert()
61 private boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument66 assertEquals(expectedAppType, mLastChangeAppType); in waitForFocusChangeAndAssert()