Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContextListenerControllerTests.java156 assertFalse(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_NullListener_ReturnFalse()
165 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_CanManageAppTokens_ReturnTrue()
174 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_SameUid_ReturnTrue()
183 mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_DifferentUid_ThrowException()
H A DWindowManagerServiceTests.java224 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()
240 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContextListenerController.java122 boolean assertCallerCanModifyListener(IBinder clientToken, boolean callerCanManageAppTokens, in assertCallerCanModifyListener() method in WindowContextListenerController
H A DWindowManagerService.java2793 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in attachWindowContextToWindowToken()
2813 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in detachWindowContextFromWindowContainer()
/aosp12/frameworks/base/services/
H A Dart-profile49725 HPLcom/android/server/wm/WindowContextListenerController;->assertCallerCanModifyListener(Landroid/o…