Searched refs:expectedAppType (Results 1 – 2 of 2) sorted by relevance
323 boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument328 assertThat(mLastChangeAppType).isEqualTo(expectedAppType); in waitForFocusChangeAndAssert()364 boolean waitForOwnershipLossAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipLossAndAssert() argument369 assertThat(mLastLossEvent).isEqualTo(expectedAppType); in waitForOwnershipLossAndAssert()373 boolean waitForOwnershipGrantAndAssert(long timeoutMs, int expectedAppType) in waitForOwnershipGrantAndAssert() argument378 assertThat(mLastGrantEvent).isEqualTo(expectedAppType); in waitForOwnershipGrantAndAssert()
69 private boolean waitForFocusChangeAndAssert(long timeoutMs, int expectedAppType, in waitForFocusChangeAndAssert() argument74 assertEquals(expectedAppType, mLastChangeAppType); in waitForFocusChangeAndAssert()