Searched refs:assertCallerCanModifyListener (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContextListenerControllerTests.java | 156 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 D | WindowManagerServiceTests.java | 224 .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 D | WindowContextListenerController.java | 122 boolean assertCallerCanModifyListener(IBinder clientToken, boolean callerCanManageAppTokens, in assertCallerCanModifyListener() method in WindowContextListenerController
|
H A D | WindowManagerService.java | 2793 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in attachWindowContextToWindowToken() 2813 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in detachWindowContextFromWindowContainer()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 49725 HPLcom/android/server/wm/WindowContextListenerController;->assertCallerCanModifyListener(Landroid/o…
|