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