Searched refs:assertCallerCanModifyListener (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowContextListenerControllerTests.java | 202 assertFalse(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_NullListener_ReturnFalse() 211 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_CanManageAppTokens_ReturnTrue() 220 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_SameUid_ReturnTrue() 229 mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_DifferentUid_ThrowException()
|
D | WindowManagerServiceTests.java | 577 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn() 593 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContextListenerController.java | 153 boolean assertCallerCanModifyListener(IBinder clientToken, boolean callerCanManageAppTokens, in assertCallerCanModifyListener() method in WindowContextListenerController
|
D | WindowManagerService.java | 3045 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in attachWindowContextToWindowToken() 3069 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in detachWindowContext()
|
/frameworks/base/services/ |
D | art-wear-profile | 29394 PLcom/android/server/wm/WindowContextListenerController;->assertCallerCanModifyListener(Landroid/os…
|