Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContextListenerControllerTests.java139 assertFalse(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_NullListener_ReturnFalse()
148 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_CanManageAppTokens_ReturnTrue()
157 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_SameUid_ReturnTrue()
166 mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_DifferentUid_ThrowException()
DWindowManagerServiceTests.java235 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()
251 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContextListenerController.java110 boolean assertCallerCanModifyListener(IBinder clientToken, boolean callerCanManageAppTokens, in assertCallerCanModifyListener() method in WindowContextListenerController
DWindowManagerService.java2771 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in attachWindowContextToWindowToken()
2791 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in detachWindowContextFromWindowContainer()
/frameworks/base/services/
Dart-profile49725 HPLcom/android/server/wm/WindowContextListenerController;->assertCallerCanModifyListener(Landroid/o…