Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java1620 assertTrue("The source must be added.", hasLocalSource(task, provider.getId())); in testAddLocalInsetsFrameProvider_ownerDiesAfterAdding()
1626 assertFalse("The source must be removed.", hasLocalSource(task, provider.getId())); in testAddLocalInsetsFrameProvider_ownerDiesAfterAdding()
1643 assertFalse("The source must not be added.", hasLocalSource(task, provider.getId())); in testAddLocalInsetsFrameProvider_ownerDiesBeforeAdding()
1656 assertTrue("The source must be added.", hasLocalSource(task, provider.getId())); in testRemoveLocalInsetsFrameProvider_removeDeathRecipient()
1661 assertFalse("The source must be removed.", hasLocalSource(task, provider.getId())); in testRemoveLocalInsetsFrameProvider_removeDeathRecipient()
1664 private static boolean hasLocalSource(WindowContainer container, int sourceId) { in hasLocalSource() method in WindowContainerTests